#E59ECA

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

Shades of Shocking #E59ECA

Tints of Shocking #E59ECA

Color information

#E59ECA (or 0xE59ECA) is unknown color: approx Shocking. HEX triplet: E5, 9E and CA. RGB value is (229,158,202). Sum of RGB (Red+Green+Blue) = 229+158+202=589 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.88% from 589); Green value is 158 (62.11% from 255 or 26.83% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 229 - color contains mainly: red. Hex color #E59ECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59ECA is #1A6135. Grayscale: #B8B8B8. Windows color (decimal): -1728822 or 13278949. OLE color: 13278949.

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

Color convert

RGB229158202-
CMYK00.310.120.10
HSL322.82º57.72%75.88%-
HSV(B)322.82º31%89.8%-
XYZ55.245.3861.73-
YUV184.24138.02159.92-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.88%
GREEN value IS 158 (62.11% from 255) = 26.83%
BLUE value IS 202 (79.30% from 255) = 34.30%
R=38.88%
G=26.83%
B=34.30%

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
Decimal22915820200.310.120.10322.8257.7275.88
HexE59ECA01FCA1433a4c
Octal345236312037141250372114
Binary111001011001111011001010011111110010101010000111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59ECA; }

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

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

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

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

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

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

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

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