#E59CCC

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

Shades of Shocking #E59CCC

Tints of Shocking #E59CCC

Color information

#E59CCC (or 0xE59CCC) is unknown color: approx Shocking. HEX triplet: E5, 9C and CC. RGB value is (229,156,204). Sum of RGB (Red+Green+Blue) = 229+156+204=589 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.88% from 589); Green value is 156 (61.33% from 255 or 26.49% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 229 - color contains mainly: red. Hex color #E59CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59CCC is #1A6333. Grayscale: #B7B7B7. Windows color (decimal): -1729332 or 13409509. OLE color: 13409509.

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

Color convert

RGB229156204-
CMYK00.320.110.10
HSL320.55º58.4%75.49%-
HSV(B)320.55º31.88%89.8%-
XYZ55.144.7962.87-
YUV183.3139.68160.6-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.88%
GREEN value IS 156 (61.33% from 255) = 26.49%
BLUE value IS 204 (80.08% from 255) = 34.63%
R=38.88%
G=26.49%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915620400.320.110.10320.5558.475.49
HexE59CCC020BA1413a4b
Octal345234314040131250172113
Binary1110010110011100110011000100000101110101010000011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59CCC; }

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

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

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

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

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

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

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

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