#E59DCC

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

Shades of Shocking #E59DCC

Tints of Shocking #E59DCC

Color information

#E59DCC (or 0xE59DCC) is unknown color: approx Shocking. HEX triplet: E5, 9D and CC. RGB value is (229,157,204). Sum of RGB (Red+Green+Blue) = 229+157+204=590 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.81% from 590); Green value is 157 (61.72% from 255 or 26.61% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 229 - color contains mainly: red. Hex color #E59DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59DCC is #1A6233. Grayscale: #B7B7B7. Windows color (decimal): -1729076 or 13409765. OLE color: 13409765.

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

Color convert

RGB229157204-
CMYK00.310.110.10
HSL320.83º58.06%75.69%-
HSV(B)320.83º31.44%89.8%-
XYZ55.2745.1362.93-
YUV183.89139.35160.18-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.81%
GREEN value IS 157 (61.72% from 255) = 26.61%
BLUE value IS 204 (80.08% from 255) = 34.58%
R=38.81%
G=26.61%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915720400.310.110.10320.8358.0675.69
HexE59DCC01FBA1413a4c
Octal345235314037131250172114
Binary111001011001110111001100011111101110101010000011110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59DCC; }

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

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

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

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

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

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

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

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