#EE99CC

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

Shades of Shocking #EE99CC

Tints of Shocking #EE99CC

Color information

#EE99CC (or 0xEE99CC) is unknown color: approx Shocking. HEX triplet: EE, 99 and CC. RGB value is (238,153,204). Sum of RGB (Red+Green+Blue) = 238+153+204=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 153 (60.16% from 255 or 25.71% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EE99CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE99CC is #116633. Grayscale: #B8B8B8. Windows color (decimal): -1140276 or 13408750. OLE color: 13408750.

HSL color Cylindrical-coordinate representation of color #EE99CC: hue angle of 324º 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 #EE99CC is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB238153204-
CMYK00.360.140.07
HSL324º71.43%76.67%-
HSV(B)324º35.71%93.33%-
XYZ57.5545.3262.84-
YUV184.23139.16166.35-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40%
GREEN value IS 153 (60.16% from 255) = 25.71%
BLUE value IS 204 (80.08% from 255) = 34.29%
R=40%
G=25.71%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815320400.360.140.0732471.4376.67
HexEE99CC024E7144474d
Octal356231314044167504107115
Binary1110111010011001110011000100100111011110100010010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE99CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE99CC; }

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

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

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

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

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

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

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

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