#E59AD0

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

Shades of Shocking #E59AD0

Tints of Shocking #E59AD0

Color information

#E59AD0 (or 0xE59AD0) is unknown color: approx Shocking. HEX triplet: E5, 9A and D0. RGB value is (229,154,208). Sum of RGB (Red+Green+Blue) = 229+154+208=591 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.75% from 591); Green value is 154 (60.55% from 255 or 26.06% from 591); Blue value is 208 (81.64% from 255 or 35.19% from 591); Max value from RGB is 229 - color contains mainly: red. Hex color #E59AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59AD0 is #1A652F. Grayscale: #B6B6B6. Windows color (decimal): -1729840 or 13671141. OLE color: 13671141.

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

Color convert

RGB229154208-
CMYK00.330.090.10
HSL316.8º59.06%75.1%-
HSV(B)316.8º32.75%89.8%-
XYZ55.2544.3265.32-
YUV182.58142.35161.11-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.75%
GREEN value IS 154 (60.55% from 255) = 26.06%
BLUE value IS 208 (81.64% from 255) = 35.19%
R=38.75%
G=26.06%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915420800.330.090.10316.859.0675.1
HexE59AD00219A13d3b4b
Octal345232320041111247573113
Binary1110010110011010110100000100001100110101001111011110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59AD0; }

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

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

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

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

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

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

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

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