#EE95CA

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

Shades of Shocking #EE95CA

Tints of Shocking #EE95CA

Color information

#EE95CA (or 0xEE95CA) is unknown color: approx Shocking. HEX triplet: EE, 95 and CA. RGB value is (238,149,202). Sum of RGB (Red+Green+Blue) = 238+149+202=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 149 (58.59% from 255 or 25.30% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EE95CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE95CA is #116A35. Grayscale: #B5B5B5. Windows color (decimal): -1141302 or 13276654. OLE color: 13276654.

HSL color Cylindrical-coordinate representation of color #EE95CA: hue angle of 324.27º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EE95CA is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB238149202-
CMYK00.370.150.07
HSL324.27º72.36%75.88%-
HSV(B)324.27º37.39%93.33%-
XYZ56.6743.9461.37-
YUV181.65139.49168.19-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.41%
GREEN value IS 149 (58.59% from 255) = 25.30%
BLUE value IS 202 (79.30% from 255) = 34.30%
R=40.41%
G=25.30%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814920200.370.150.07324.2772.3675.88
HexEE95CA025F7144484c
Octal356225312045177504110114
Binary1110111010010101110010100100101111111110100010010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE95CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE95CA; }

 p { color: rgb(238,149,202); }

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

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

 a { background-color: rgb(238,149,202); }

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

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

 span { border-color: rgb(238,149,202); }

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