#EE58C2

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

Shades of Neon Pink #EE58C2

Tints of Neon Pink #EE58C2

Color information

#EE58C2 (or 0xEE58C2) is unknown color: approx Neon Pink. HEX triplet: EE, 58 and C2. RGB value is (238,88,194). Sum of RGB (Red+Green+Blue) = 238+88+194=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 88 (34.77% from 255 or 16.92% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EE58C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE58C2 is #11A73D. Grayscale: #909090. Windows color (decimal): -1156926 or 12736750. OLE color: 12736750.

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

Color convert

RGB23888194-
CMYK00.630.180.07
HSL317.6º81.52%63.92%-
HSV(B)317.6º63.03%93.33%-
XYZ48.4929.0554.09-
YUV144.93155.7194.38-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.77%
GREEN value IS 88 (34.77% from 255) = 16.92%
BLUE value IS 194 (76.17% from 255) = 37.31%
R=45.77%
G=16.92%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2388819400.630.180.07317.681.5263.92
HexEE58C203F12713e5240
Octal356130302077227476122100
Binary1110111010110001100001001111111001011110011111010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE58C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE58C2; }

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

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

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

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

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

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

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

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