#E59ABA

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

Shades of Shocking #E59ABA

Tints of Shocking #E59ABA

Color information

#E59ABA (or 0xE59ABA) is unknown color: approx Shocking. HEX triplet: E5, 9A and BA. RGB value is (229,154,186). Sum of RGB (Red+Green+Blue) = 229+154+186=569 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.25% from 569); Green value is 154 (60.55% from 255 or 27.07% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 229 - color contains mainly: red. Hex color #E59ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59ABA is #1A6545. Grayscale: #B4B4B4. Windows color (decimal): -1729862 or 12229349. OLE color: 12229349.

HSL color Cylindrical-coordinate representation of color #E59ABA: hue angle of 334.4º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E59ABA is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB229154186-
CMYK00.330.190.10
HSL334.4º59.06%75.1%-
HSV(B)334.4º32.75%89.8%-
XYZ52.7343.3152.04-
YUV180.07131.35162.9-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.25%
GREEN value IS 154 (60.55% from 255) = 27.07%
BLUE value IS 186 (73.05% from 255) = 32.69%
R=40.25%
G=27.07%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915418600.330.190.10334.459.0675.1
HexE59ABA02113A14e3b4b
Octal345232272041231251673113
Binary11100101100110101011101001000011001110101010011101110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59ABA; }

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

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

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

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

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

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

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

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