#E59CCA

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

Shades of Shocking #E59CCA

Tints of Shocking #E59CCA

Color information

#E59CCA (or 0xE59CCA) is unknown color: approx Shocking. HEX triplet: E5, 9C and CA. RGB value is (229,156,202). Sum of RGB (Red+Green+Blue) = 229+156+202=587 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.01% from 587); Green value is 156 (61.33% from 255 or 26.58% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 229 - color contains mainly: red. Hex color #E59CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59CCA is #1A6335. Grayscale: #B6B6B6. Windows color (decimal): -1729334 or 13278437. OLE color: 13278437.

HSL color Cylindrical-coordinate representation of color #E59CCA: hue angle of 322.19º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E59CCA is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB229156202-
CMYK00.320.120.10
HSL322.19º58.4%75.49%-
HSV(B)322.19º31.88%89.8%-
XYZ54.8644.761.61-
YUV183.07138.68160.76-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.01%
GREEN value IS 156 (61.33% from 255) = 26.58%
BLUE value IS 202 (79.30% from 255) = 34.41%
R=39.01%
G=26.58%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915620200.320.120.10322.1958.475.49
HexE59CCA020CA1423a4b
Octal345234312040141250272113
Binary1110010110011100110010100100000110010101010000101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59CCA; }

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

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

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

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

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

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

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

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