#EE9ABD

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

Shades of Shocking #EE9ABD

Tints of Shocking #EE9ABD

Color information

#EE9ABD (or 0xEE9ABD) is unknown color: approx Shocking. HEX triplet: EE, 9A and BD. RGB value is (238,154,189). Sum of RGB (Red+Green+Blue) = 238+154+189=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 154 (60.55% from 255 or 26.51% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9ABD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9ABD is #116542. Grayscale: #B7B7B7. Windows color (decimal): -1140035 or 12425966. OLE color: 12425966.

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

Color convert

RGB238154189-
CMYK00.350.210.07
HSL335º71.19%76.86%-
HSV(B)335º35.29%93.33%-
XYZ5644.9653.87-
YUV183.11131.33167.15-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.96%
GREEN value IS 154 (60.55% from 255) = 26.51%
BLUE value IS 189 (74.22% from 255) = 32.53%
R=40.96%
G=26.51%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815418900.350.210.0733571.1976.86
HexEE9ABD02315714f474d
Octal356232275043257517107115
Binary11101110100110101011110101000111010111110100111110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9ABD; }

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

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

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

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

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

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

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

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