#EE68C2

Color #EE68C2 Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #EE68C2

Tints of Neon Pink #EE68C2

Color information

#EE68C2 (or 0xEE68C2) is unknown color: approx Neon Pink. HEX triplet: EE, 68 and C2. RGB value is (238,104,194). Sum of RGB (Red+Green+Blue) = 238+104+194=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 104 (41.02% from 255 or 19.40% from 536); Blue value is 194 (76.17% from 255 or 36.19% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EE68C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE68C2 is #11973D. Grayscale: #9A9A9A. Windows color (decimal): -1152830 or 12740846. OLE color: 12740846.

HSL color Cylindrical-coordinate representation of color #EE68C2: hue angle of 319.7º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE68C2 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB238104194-
CMYK00.560.180.07
HSL319.7º79.76%67.06%-
HSV(B)319.7º56.3%93.33%-
XYZ49.9531.9754.58-
YUV154.33150.39187.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 44.40%
GREEN value IS 104 (41.02% from 255) = 19.40%
BLUE value IS 194 (76.17% from 255) = 36.19%
R=44.40%
G=19.40%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810419400.560.180.07319.779.7667.06
HexEE68C20381271405043
Octal356150302070227500120103
Binary1110111011010001100001001110001001011110100000010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE68C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE68C2; }

 p { color: rgb(238,104,194); }

 H1.HeaderClassName
 {
   color: #EE68C2;
 }
 .AnyTagClassName
 {
   color: #EE68C2;
 }
</style>
background-color css

<style>
 a { background-color: #EE68C2; }

 a { background-color: rgb(238,104,194); }

 div.DivClassName
 {
   background-color: #EE68C2;
 }
 .BgClassName
 {
   background-color: #EE68C2;
 }
</style>
border-color css

<style>
 span { border-color: #EE68C2; }

 span { border-color: rgb(238,104,194); }

 td.TdClassName
 {
   border-color: #EE68C2;
 }
 .TagClassName
 {
   border-color: #EE68C2;
 }
</style>