#E59ACD

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

Shades of Shocking #E59ACD

Tints of Shocking #E59ACD

Color information

#E59ACD (or 0xE59ACD) is unknown color: approx Shocking. HEX triplet: E5, 9A and CD. RGB value is (229,154,205). Sum of RGB (Red+Green+Blue) = 229+154+205=588 (77% of max value = 765). Red value is 229 (89.84% from 255 or 38.95% from 588); Green value is 154 (60.55% from 255 or 26.19% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 229 - color contains mainly: red. Hex color #E59ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59ACD is #1A6532. Grayscale: #B6B6B6. Windows color (decimal): -1729843 or 13474533. OLE color: 13474533.

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

Color convert

RGB229154205-
CMYK00.330.100.10
HSL319.2º59.06%75.1%-
HSV(B)319.2º32.75%89.8%-
XYZ54.8944.1863.39-
YUV182.24140.85161.35-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.95%
GREEN value IS 154 (60.55% from 255) = 26.19%
BLUE value IS 205 (80.47% from 255) = 34.86%
R=38.95%
G=26.19%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915420500.330.100.10319.259.0675.1
HexE59ACD021AA13f3b4b
Octal345232315041121247773113
Binary1110010110011010110011010100001101010101001111111110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59ACD; }

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

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

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

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

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

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

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

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