#EE08C0

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

Shades of Shocking Pink #EE08C0

Tints of Shocking Pink #EE08C0

Color information

#EE08C0 (or 0xEE08C0) is unknown color: approx Shocking Pink. HEX triplet: EE, 08 and C0. RGB value is (238,8,192). Sum of RGB (Red+Green+Blue) = 238+8+192=438 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.34% from 438); Green value is 8 (3.52% from 255 or 1.83% from 438); Blue value is 192 (75.39% from 255 or 43.84% from 438); Max value from RGB is 238 - color contains mainly: red. Hex color #EE08C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE08C0 is #11F73F. Grayscale: #616161. Windows color (decimal): -1177408 or 12585198. OLE color: 12585198.

HSL color Cylindrical-coordinate representation of color #EE08C0: hue angle of 312º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE08C0 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB2388192-
CMYK00.970.190.07
HSL312º93.5%48.24%-
HSV(B)312º96.64%93.33%-
XYZ44.8622.1651.78-
YUV97.75181.2228.04-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 54.34%
GREEN value IS 8 (3.52% from 255) = 1.83%
BLUE value IS 192 (75.39% from 255) = 43.84%
R=54.34%
G=1.83%
B=43.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238819200.970.190.0731293.548.24
HexEE8C00611371385d30
Octal35610300014123747013560
Binary1110111010001100000001100001100111111001110001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE08C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE08C0; }

 p { color: rgb(238,8,192); }

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

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

 a { background-color: rgb(238,8,192); }

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

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

 span { border-color: rgb(238,8,192); }

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