#E59DCA

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

Shades of Shocking #E59DCA

Tints of Shocking #E59DCA

Color information

#E59DCA (or 0xE59DCA) is unknown color: approx Shocking. HEX triplet: E5, 9D and CA. RGB value is (229,157,202). Sum of RGB (Red+Green+Blue) = 229+157+202=588 (77% of max value = 765). Red value is 229 (89.84% from 255 or 38.95% from 588); Green value is 157 (61.72% from 255 or 26.70% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 229 - color contains mainly: red. Hex color #E59DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59DCA is #1A6235. Grayscale: #B7B7B7. Windows color (decimal): -1729078 or 13278693. OLE color: 13278693.

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

Color convert

RGB229157202-
CMYK00.310.120.10
HSL322.5º58.06%75.69%-
HSV(B)322.5º31.44%89.8%-
XYZ55.0345.0461.67-
YUV183.66138.35160.34-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.95%
GREEN value IS 157 (61.72% from 255) = 26.70%
BLUE value IS 202 (79.30% from 255) = 34.35%
R=38.95%
G=26.70%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915720200.310.120.10322.558.0675.69
HexE59DCA01FCA1423a4c
Octal345235312037141250272114
Binary111001011001110111001010011111110010101010000101110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59DCA; }

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

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

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

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

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

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

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

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