Shades of Shocking #E59DBC
Tints of Shocking #E59DBC
RGB
CMYK
RGB Variations
Color information
#E59DBC (or 0xE59DBC) is known color: Shocking. HEX triplet: E5, 9D and BC. RGB value is (229,157,188). Sum of RGB (Red+Green+Blue) = 229+157+188=574 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.90% from 574); Green value is 157 (61.72% from 255 or 27.35% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 229 - color contains mainly: red. Hex color #E59DBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59DBC is #1A6243. Grayscale: #B6B6B6. Windows color (decimal): -1729092 or 12361189. OLE color: 12361189.
HSL color Cylindrical-coordinate representation of color #E59DBC: hue angle of 334.17º 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 #E59DBC is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 157 | 188 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.10 |
| HSL | 334.17º | 0.58% | 0.76% | - |
| HSV(B) | 334.17º | 0.31% | 0.9% | - |
| XYZ | 53.45 | 44.4 | 53.33 | - |
| YUV | 182.06 | 131.35 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 157 | 188 | 0 | 0.31 | 0.18 | 0.10 | 334.17 | 0.58 | 0.76 |
| Hex | E5 | 9D | BC | 0 | 1F | 12 | A | 14E | 3A | 4C |
| Octal | 345 | 235 | 274 | 0 | 37 | 22 | 12 | 516 | 72 | 114 |
| Binary | 11100101 | 10011101 | 10111100 | 0 | 11111 | 10010 | 1010 | 101001110 | 111010 | 1001100 |
Color Harmonies of #E59DBC
Complementary color
Monochromatic Colors of #E59DBC
Black with #E59DBC
Text Example
Text Example
White with #E59DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59DBC; }
p { color: rgb(229,157,188); }
H1.HeaderClassName
{
color: #E59DBC;
}
.AnyTagClassName
{
color: #E59DBC;
}
</style>
background-color css
<style>
a { background-color: #E59DBC; }
a { background-color: rgb(229,157,188); }
div.DivClassName
{
background-color: #E59DBC;
}
.BgClassName
{
background-color: #E59DBC;
}
</style>
border-color css
<style>
span { border-color: #E59DBC; }
span { border-color: rgb(229,157,188); }
td.TdClassName
{
border-color: #E59DBC;
}
.TagClassName
{
border-color: #E59DBC;
}
</style>