#EE9DBE

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

Shades of Shocking #EE9DBE

Tints of Shocking #EE9DBE

Color information

#EE9DBE (or 0xEE9DBE) is unknown color: approx Shocking. HEX triplet: EE, 9D and BE. RGB value is (238,157,190). Sum of RGB (Red+Green+Blue) = 238+157+190=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 157 (61.72% from 255 or 26.84% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9DBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9DBE is #116241. Grayscale: #B8B8B8. Windows color (decimal): -1139266 or 12492270. OLE color: 12492270.

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

Color convert

RGB238157190-
CMYK00.340.200.07
HSL335.56º70.43%77.45%-
HSV(B)335.56º34.03%93.33%-
XYZ56.6146.0154.61-
YUV184.98130.84165.82-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.68%
GREEN value IS 157 (61.72% from 255) = 26.84%
BLUE value IS 190 (74.61% from 255) = 32.48%
R=40.68%
G=26.84%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815719000.340.200.07335.5670.4377.45
HexEE9DBE022147150464d
Octal356235276042247520106115
Binary11101110100111011011111001000101010011110101000010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9DBE; }

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

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

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

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

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

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

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

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