#E59BCC

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

Shades of Shocking #E59BCC

Tints of Shocking #E59BCC

Color information

#E59BCC (or 0xE59BCC) is unknown color: approx Shocking. HEX triplet: E5, 9B and CC. RGB value is (229,155,204). Sum of RGB (Red+Green+Blue) = 229+155+204=588 (77% of max value = 765). Red value is 229 (89.84% from 255 or 38.95% from 588); Green value is 155 (60.94% from 255 or 26.36% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 229 - color contains mainly: red. Hex color #E59BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59BCC is #1A6433. Grayscale: #B6B6B6. Windows color (decimal): -1729588 or 13409253. OLE color: 13409253.

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

Color convert

RGB229155204-
CMYK00.320.110.10
HSL320.27º58.73%75.29%-
HSV(B)320.27º32.31%89.8%-
XYZ54.9344.4662.81-
YUV182.71140.02161.02-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.95%
GREEN value IS 155 (60.94% from 255) = 26.36%
BLUE value IS 204 (80.08% from 255) = 34.69%
R=38.95%
G=26.36%
B=34.69%

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
Decimal22915520400.320.110.10320.2758.7375.29
HexE59BCC020BA1403b4b
Octal345233314040131250073113
Binary1110010110011011110011000100000101110101010000001110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59BCC; }

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

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

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

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

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

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

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

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