#E59DBA

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

Shades of Shocking #E59DBA

Tints of Shocking #E59DBA

Color information

#E59DBA (or 0xE59DBA) is unknown color: approx Shocking. HEX triplet: E5, 9D and BA. RGB value is (229,157,186). Sum of RGB (Red+Green+Blue) = 229+157+186=572 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.03% from 572); Green value is 157 (61.72% from 255 or 27.45% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 229 - color contains mainly: red. Hex color #E59DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59DBA is #1A6245. Grayscale: #B5B5B5. Windows color (decimal): -1729094 or 12230117. OLE color: 12230117.

HSL color Cylindrical-coordinate representation of color #E59DBA: hue angle of 335.83º 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 #E59DBA is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB229157186-
CMYK00.310.190.10
HSL335.83º58.06%75.69%-
HSV(B)335.83º31.44%89.8%-
XYZ53.2344.3252.2-
YUV181.83130.35161.64-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.03%
GREEN value IS 157 (61.72% from 255) = 27.45%
BLUE value IS 186 (73.05% from 255) = 32.52%
R=40.03%
G=27.45%
B=32.52%

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
Decimal22915718600.310.190.10335.8358.0675.69
HexE59DBA01F13A1503a4c
Octal345235272037231252072114
Binary1110010110011101101110100111111001110101010100001110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59DBA; }

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

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

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

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

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

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

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

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