#EE9ABA

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

Shades of Shocking #EE9ABA

Tints of Shocking #EE9ABA

Color information

#EE9ABA (or 0xEE9ABA) is unknown color: approx Shocking. HEX triplet: EE, 9A and BA. RGB value is (238,154,186). Sum of RGB (Red+Green+Blue) = 238+154+186=578 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.18% from 578); Green value is 154 (60.55% from 255 or 26.64% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9ABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9ABA is #116545. Grayscale: #B6B6B6. Windows color (decimal): -1140038 or 12229358. OLE color: 12229358.

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

Color convert

RGB238154186-
CMYK00.350.220.07
HSL337.14º71.19%76.86%-
HSV(B)337.14º35.29%93.33%-
XYZ55.6844.8352.17-
YUV182.76129.83167.4-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.18%
GREEN value IS 154 (60.55% from 255) = 26.64%
BLUE value IS 186 (73.05% from 255) = 32.18%
R=41.18%
G=26.64%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815418600.350.220.07337.1471.1976.86
HexEE9ABA023167151474d
Octal356232272043267521107115
Binary11101110100110101011101001000111011011110101000110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9ABA; }

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

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

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

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

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

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

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

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