#EE9ABC

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

Shades of Shocking #EE9ABC

Tints of Shocking #EE9ABC

Color information

#EE9ABC (or 0xEE9ABC) is unknown color: approx Shocking. HEX triplet: EE, 9A and BC. RGB value is (238,154,188). Sum of RGB (Red+Green+Blue) = 238+154+188=580 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.03% from 580); Green value is 154 (60.55% from 255 or 26.55% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9ABC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9ABC is #116543. Grayscale: #B6B6B6. Windows color (decimal): -1140036 or 12360430. OLE color: 12360430.

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

Color convert

RGB238154188-
CMYK00.350.210.07
HSL335.71º71.19%76.86%-
HSV(B)335.71º35.29%93.33%-
XYZ55.8944.9253.3-
YUV182.99130.83167.24-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.03%
GREEN value IS 154 (60.55% from 255) = 26.55%
BLUE value IS 188 (73.83% from 255) = 32.41%
R=41.03%
G=26.55%
B=32.41%

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
Decimal23815418800.350.210.07335.7171.1976.86
HexEE9ABC023157150474d
Octal356232274043257520107115
Binary11101110100110101011110001000111010111110101000010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9ABC; }

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

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

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

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

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

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

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

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