Shades of Shocking #E59DBB
Tints of Shocking #E59DBB
RGB
CMYK
RGB Variations
Color information
#E59DBB (or 0xE59DBB) is known color: 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
| RGB | 229 | 157 | 187 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.10 |
| HSL | 335º | 0.58% | 0.76% | - |
| HSV(B) | 335º | 0.31% | 0.9% | - |
| XYZ | 53.34 | 44.36 | 52.76 | - |
| YUV | 181.95 | 130.85 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 157 | 187 | 0 | 0.31 | 0.18 | 0.10 | 335 | 0.58 | 0.76 |
| Hex | E5 | 9D | BB | 0 | 1F | 12 | A | 14F | 3A | 4C |
| Octal | 345 | 235 | 273 | 0 | 37 | 22 | 12 | 517 | 72 | 114 |
| Binary | 11100101 | 10011101 | 10111011 | 0 | 11111 | 10010 | 1010 | 101001111 | 111010 | 1001100 |
Color Harmonies of #E59DBB
Complementary color
Monochromatic Colors of #E59DBB
Black with #E59DBB
Text Example
Text Example
White with #E59DBB
Text Example
Text Example
HTML Codes & Css Web 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>