#EE9DBC

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

Shades of Shocking #EE9DBC

Tints of Shocking #EE9DBC

Color information

#EE9DBC (or 0xEE9DBC) is unknown color: approx Shocking. HEX triplet: EE, 9D and BC. RGB value is (238,157,188). Sum of RGB (Red+Green+Blue) = 238+157+188=583 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.82% from 583); Green value is 157 (61.72% from 255 or 26.93% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9DBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9DBC is #116243. Grayscale: #B8B8B8. Windows color (decimal): -1139268 or 12361198. OLE color: 12361198.

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

Color convert

RGB238157188-
CMYK00.340.210.07
HSL337.04º70.43%77.45%-
HSV(B)337.04º34.03%93.33%-
XYZ56.3945.9253.47-
YUV184.75129.84165.98-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.82%
GREEN value IS 157 (61.72% from 255) = 26.93%
BLUE value IS 188 (73.83% from 255) = 32.25%
R=40.82%
G=26.93%
B=32.25%

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
Decimal23815718800.340.210.07337.0470.4377.45
HexEE9DBC022157151464d
Octal356235274042257521106115
Binary11101110100111011011110001000101010111110101000110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9DBC; }

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

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

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

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

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

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

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

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