#EE9FCA

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

Shades of Shocking #EE9FCA

Tints of Shocking #EE9FCA

Color information

#EE9FCA (or 0xEE9FCA) is unknown color: approx Shocking. HEX triplet: EE, 9F and CA. RGB value is (238,159,202). Sum of RGB (Red+Green+Blue) = 238+159+202=599 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.73% from 599); Green value is 159 (62.5% from 255 or 26.54% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9FCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9FCA is #116035. Grayscale: #BBBBBB. Windows color (decimal): -1138742 or 13279214. OLE color: 13279214.

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

Color convert

RGB238159202-
CMYK00.330.150.07
HSL327.34º69.91%77.84%-
HSV(B)327.34º33.19%93.33%-
XYZ58.3247.2461.92-
YUV187.52136.17164-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.73%
GREEN value IS 159 (62.5% from 255) = 26.54%
BLUE value IS 202 (79.30% from 255) = 33.72%
R=39.73%
G=26.54%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815920200.330.150.07327.3469.9177.84
HexEE9FCA021F7147464e
Octal356237312041177507106116
Binary1110111010011111110010100100001111111110100011110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9FCA; }

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

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

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

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

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

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

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

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