#e59cbf

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

Shades of Shocking #E59CBF

Tints of Shocking #E59CBF

Color information

#E59CBF (or 0xE59CBF) is unknown color: approx Shocking. HEX triplet: E5, 9C and BF. RGB value is (229,156,191). Sum of RGB (Red+Green+Blue) = 229+156+191=576 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.76% from 576); Green value is 156 (61.33% from 255 or 27.08% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 229 - color contains mainly: red. Hex color #E59CBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59CBF is #1A6340. Grayscale: #B5B5B5. Windows color (decimal): -1729345 or 12557541. OLE color: 12557541.

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

Color convert

RGB229156191-
CMYK00.320.170.10
HSL331.23º58.4%75.49%-
HSV(B)331.23º31.88%89.8%-
XYZ53.6144.255-
YUV181.82133.18161.65-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.76%
GREEN value IS 156 (61.33% from 255) = 27.08%
BLUE value IS 191 (75% from 255) = 33.16%
R=39.76%
G=27.08%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915619100.320.170.10331.2358.475.49
HexE59CBF02011A14b3a4b
Octal345234277040211251372113
Binary11100101100111001011111101000001000110101010010111110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e59cbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e59cbf; }

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

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

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

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

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

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

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

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