Shades of Shocking #E59EBD
Tints of Shocking #E59EBD
RGB
CMYK
RGB Variations
Color information
#E59EBD (or 0xE59EBD) is known color: Shocking. HEX triplet: E5, 9E and BD. RGB value is (229,158,189). Sum of RGB (Red+Green+Blue) = 229+158+189=576 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.76% from 576); Green value is 158 (62.11% from 255 or 27.43% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 229 - color contains mainly: red. Hex color #E59EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59EBD is #1A6142. Grayscale: #B6B6B6. Windows color (decimal): -1728835 or 12426981. OLE color: 12426981.
HSL color Cylindrical-coordinate representation of color #E59EBD: hue angle of 333.8º 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 #E59EBD is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 158 | 189 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.10 |
| HSL | 333.8º | 0.58% | 0.76% | - |
| HSV(B) | 333.8º | 0.31% | 0.9% | - |
| XYZ | 53.73 | 44.79 | 53.96 | - |
| YUV | 182.76 | 131.52 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 158 | 189 | 0 | 0.31 | 0.17 | 0.10 | 333.8 | 0.58 | 0.76 |
| Hex | E5 | 9E | BD | 0 | 1F | 11 | A | 14E | 3A | 4C |
| Octal | 345 | 236 | 275 | 0 | 37 | 21 | 12 | 516 | 72 | 114 |
| Binary | 11100101 | 10011110 | 10111101 | 0 | 11111 | 10001 | 1010 | 101001110 | 111010 | 1001100 |
Color Harmonies of #E59EBD
Complementary color
Monochromatic Colors of #E59EBD
Black with #E59EBD
Text Example
Text Example
White with #E59EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59EBD; }
p { color: rgb(229,158,189); }
H1.HeaderClassName
{
color: #E59EBD;
}
.AnyTagClassName
{
color: #E59EBD;
}
</style>
background-color css
<style>
a { background-color: #E59EBD; }
a { background-color: rgb(229,158,189); }
div.DivClassName
{
background-color: #E59EBD;
}
.BgClassName
{
background-color: #E59EBD;
}
</style>
border-color css
<style>
span { border-color: #E59EBD; }
span { border-color: rgb(229,158,189); }
td.TdClassName
{
border-color: #E59EBD;
}
.TagClassName
{
border-color: #E59EBD;
}
</style>