#E59EBA

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

Shades of Shocking #E59EBA

Tints of Shocking #E59EBA

Color information

#E59EBA (or 0xE59EBA) is unknown color: approx Shocking. HEX triplet: E5, 9E and BA. RGB value is (229,158,186). Sum of RGB (Red+Green+Blue) = 229+158+186=573 (75% of max value = 765). Red value is 229 (89.84% from 255 or 39.97% from 573); Green value is 158 (62.11% from 255 or 27.57% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 229 - color contains mainly: red. Hex color #E59EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59EBA is #1A6145. Grayscale: #B6B6B6. Windows color (decimal): -1728838 or 12230373. OLE color: 12230373.

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

Color convert

RGB229158186-
CMYK00.310.190.10
HSL336.34º57.72%75.88%-
HSV(B)336.34º31%89.8%-
XYZ53.444.6652.26-
YUV182.42130.02161.22-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.97%
GREEN value IS 158 (62.11% from 255) = 27.57%
BLUE value IS 186 (73.05% from 255) = 32.46%
R=39.97%
G=27.57%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915818600.310.190.10336.3457.7275.88
HexE59EBA01F13A1503a4c
Octal345236272037231252072114
Binary1110010110011110101110100111111001110101010100001110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59EBA; }

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

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

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

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

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

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

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

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