#E59AB5

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

Shades of Shocking #E59AB5

Tints of Shocking #E59AB5

Color information

#E59AB5 (or 0xE59AB5) is unknown color: approx Shocking. HEX triplet: E5, 9A and B5. RGB value is (229,154,181). Sum of RGB (Red+Green+Blue) = 229+154+181=564 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.60% from 564); Green value is 154 (60.55% from 255 or 27.30% from 564); Blue value is 181 (71.09% from 255 or 32.09% from 564); Max value from RGB is 229 - color contains mainly: red. Hex color #E59AB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59AB5 is #1A654A. Grayscale: #B3B3B3. Windows color (decimal): -1729867 or 11901669. OLE color: 11901669.

HSL color Cylindrical-coordinate representation of color #E59AB5: hue angle of 338.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 #E59AB5 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB229154181-
CMYK00.330.210.10
HSL338.4º59.06%75.1%-
HSV(B)338.4º32.75%89.8%-
XYZ52.2143.1149.28-
YUV179.5128.85163.3-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.60%
GREEN value IS 154 (60.55% from 255) = 27.30%
BLUE value IS 181 (71.09% from 255) = 32.09%
R=40.60%
G=27.30%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915418100.330.210.10338.459.0675.1
HexE59AB502115A1523b4b
Octal345232265041251252273113
Binary11100101100110101011010101000011010110101010100101110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59AB5; }

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

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

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

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

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

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

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

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