#EE78CE

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

Shades of Neon Pink #EE78CE

Tints of Neon Pink #EE78CE

Color information

#EE78CE (or 0xEE78CE) is unknown color: approx Neon Pink. HEX triplet: EE, 78 and CE. RGB value is (238,120,206). Sum of RGB (Red+Green+Blue) = 238+120+206=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 120 (47.27% from 255 or 21.28% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 238 - color contains mainly: red. Hex color #EE78CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE78CE is #118731. Grayscale: #A4A4A4. Windows color (decimal): -1148722 or 13531374. OLE color: 13531374.

HSL color Cylindrical-coordinate representation of color #EE78CE: hue angle of 316.27º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE78CE is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB238120206-
CMYK00.500.130.07
HSL316.27º77.63%70.2%-
HSV(B)316.27º49.58%93.33%-
XYZ53.1236.0762.55-
YUV165.09151.09180.01-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.20%
GREEN value IS 120 (47.27% from 255) = 21.28%
BLUE value IS 206 (80.86% from 255) = 36.52%
R=42.20%
G=21.28%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812020600.500.130.07316.2777.6370.2
HexEE78CE032D713c4e46
Octal356170316062157474116106
Binary111011101111000110011100110010110111110011110010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE78CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE78CE; }

 p { color: rgb(238,120,206); }

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

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

 a { background-color: rgb(238,120,206); }

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

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

 span { border-color: rgb(238,120,206); }

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