#E59DBB

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

Shades of Shocking #E59DBB

Tints of Shocking #E59DBB

Color information

#E59DBB (or 0xE59DBB) is unknown color: approx Shocking. HEX triplet: E5, 9D and BB. RGB value is (229,157,187). Sum of RGB (Red+Green+Blue) = 229+157+187=573 (75% of max value = 765). Red value is 229 (89.84% from 255 or 39.97% from 573); Green value is 157 (61.72% from 255 or 27.40% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 229 - color contains mainly: red. Hex color #E59DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59DBB is #1A6244. Grayscale: #B5B5B5. Windows color (decimal): -1729093 or 12295653. OLE color: 12295653.

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

Color convert

RGB229157187-
CMYK00.310.180.10
HSL335º58.06%75.69%-
HSV(B)335º31.44%89.8%-
XYZ53.3444.3652.76-
YUV181.95130.85161.56-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.97%
GREEN value IS 157 (61.72% from 255) = 27.40%
BLUE value IS 187 (73.44% from 255) = 32.64%
R=39.97%
G=27.40%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915718700.310.180.1033558.0675.69
HexE59DBB01F12A14f3a4c
Octal345235273037221251772114
Binary1110010110011101101110110111111001010101010011111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59DBB; }

 p { color: rgb(229,157,187); }

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

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

 a { background-color: rgb(229,157,187); }

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

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

 span { border-color: rgb(229,157,187); }

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