#EE99C2

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

Shades of Shocking #EE99C2

Tints of Shocking #EE99C2

Color information

#EE99C2 (or 0xEE99C2) is unknown color: approx Shocking. HEX triplet: EE, 99 and C2. RGB value is (238,153,194). Sum of RGB (Red+Green+Blue) = 238+153+194=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 153 (60.16% from 255 or 26.15% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EE99C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE99C2 is #11663D. Grayscale: #B7B7B7. Windows color (decimal): -1140286 or 12753390. OLE color: 12753390.

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

Color convert

RGB238153194-
CMYK00.360.180.07
HSL331.06º71.43%76.67%-
HSV(B)331.06º35.71%93.33%-
XYZ56.3944.8556.72-
YUV183.09134.16167.17-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.68%
GREEN value IS 153 (60.16% from 255) = 26.15%
BLUE value IS 194 (76.17% from 255) = 33.16%
R=40.68%
G=26.15%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815319400.360.180.07331.0671.4376.67
HexEE99C202412714b474d
Octal356231302044227513107115
Binary11101110100110011100001001001001001011110100101110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE99C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE99C2; }

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

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

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

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

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

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

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

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