#E59ACB

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

Shades of Shocking #E59ACB

Tints of Shocking #E59ACB

Color information

#E59ACB (or 0xE59ACB) is unknown color: approx Shocking. HEX triplet: E5, 9A and CB. RGB value is (229,154,203). Sum of RGB (Red+Green+Blue) = 229+154+203=586 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.08% from 586); Green value is 154 (60.55% from 255 or 26.28% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 229 - color contains mainly: red. Hex color #E59ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59ACB is #1A6534. Grayscale: #B5B5B5. Windows color (decimal): -1729845 or 13343461. OLE color: 13343461.

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

Color convert

RGB229154203-
CMYK00.330.110.10
HSL320.8º59.06%75.1%-
HSV(B)320.8º32.75%89.8%-
XYZ54.6544.0862.13-
YUV182.01139.85161.52-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.08%
GREEN value IS 154 (60.55% from 255) = 26.28%
BLUE value IS 203 (79.69% from 255) = 34.64%
R=39.08%
G=26.28%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915420300.330.110.10320.859.0675.1
HexE59ACB021BA1413b4b
Octal345232313041131250173113
Binary1110010110011010110010110100001101110101010000011110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59ACB; }

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

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

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

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

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

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

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

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