#EE79CC

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

Shades of Neon Pink #EE79CC

Tints of Neon Pink #EE79CC

Color information

#EE79CC (or 0xEE79CC) is unknown color: approx Neon Pink. HEX triplet: EE, 79 and CC. RGB value is (238,121,204). Sum of RGB (Red+Green+Blue) = 238+121+204=563 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.27% from 563); Green value is 121 (47.66% from 255 or 21.49% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 238 - color contains mainly: red. Hex color #EE79CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE79CC is #118633. Grayscale: #A5A5A5. Windows color (decimal): -1148468 or 13400558. OLE color: 13400558.

HSL color Cylindrical-coordinate representation of color #EE79CC: hue angle of 317.44º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EE79CC is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB238121204-
CMYK00.490.140.07
HSL317.44º77.48%70.39%-
HSV(B)317.44º49.16%93.33%-
XYZ5336.2161.32-
YUV165.44149.76179.75-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.27%
GREEN value IS 121 (47.66% from 255) = 21.49%
BLUE value IS 204 (80.08% from 255) = 36.23%
R=42.27%
G=21.49%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812120400.490.140.07317.4477.4870.39
HexEE79CC031E713d4d46
Octal356171314061167475115106
Binary111011101111001110011000110001111011110011110110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE79CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE79CC; }

 p { color: rgb(238,121,204); }

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

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

 a { background-color: rgb(238,121,204); }

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

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

 span { border-color: rgb(238,121,204); }

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