#EE9EBD

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

Shades of Shocking #EE9EBD

Tints of Shocking #EE9EBD

Color information

#EE9EBD (or 0xEE9EBD) is unknown color: approx Shocking. HEX triplet: EE, 9E and BD. RGB value is (238,158,189). Sum of RGB (Red+Green+Blue) = 238+158+189=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 158 (62.11% from 255 or 27.01% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9EBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9EBD is #116142. Grayscale: #B9B9B9. Windows color (decimal): -1139011 or 12426990. OLE color: 12426990.

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

Color convert

RGB238158189-
CMYK00.340.210.07
HSL336.75º70.18%77.65%-
HSV(B)336.75º33.61%93.33%-
XYZ56.6746.354.09-
YUV185.45130165.48-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.68%
GREEN value IS 158 (62.11% from 255) = 27.01%
BLUE value IS 189 (74.22% from 255) = 32.31%
R=40.68%
G=27.01%
B=32.31%

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
Decimal23815818900.340.210.07336.7570.1877.65
HexEE9EBD022157151464e
Octal356236275042257521106116
Binary11101110100111101011110101000101010111110101000110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9EBD; }

 p { color: rgb(238,158,189); }

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

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

 a { background-color: rgb(238,158,189); }

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

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

 span { border-color: rgb(238,158,189); }

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