#EE9DBB

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

Shades of Shocking #EE9DBB

Tints of Shocking #EE9DBB

Color information

#EE9DBB (or 0xEE9DBB) is unknown color: approx Shocking. HEX triplet: EE, 9D and BB. RGB value is (238,157,187). Sum of RGB (Red+Green+Blue) = 238+157+187=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 157 (61.72% from 255 or 26.98% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9DBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9DBB is #116244. Grayscale: #B8B8B8. Windows color (decimal): -1139269 or 12295662. OLE color: 12295662.

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

Color convert

RGB238157187-
CMYK00.340.210.07
HSL337.78º70.43%77.45%-
HSV(B)337.78º34.03%93.33%-
XYZ56.2945.8852.9-
YUV184.64129.34166.06-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.89%
GREEN value IS 157 (61.72% from 255) = 26.98%
BLUE value IS 187 (73.44% from 255) = 32.13%
R=40.89%
G=26.98%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815718700.340.210.07337.7870.4377.45
HexEE9DBB022157152464d
Octal356235273042257522106115
Binary11101110100111011011101101000101010111110101001010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9DBB; }

 p { color: rgb(238,157,187); }

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

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

 a { background-color: rgb(238,157,187); }

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

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

 span { border-color: rgb(238,157,187); }

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