Shades of Shocking #E59DBE
Tints of Shocking #E59DBE
RGB
CMYK
RGB Variations
Color information
#E59DBE (or 0xE59DBE) is known color: Shocking. HEX triplet: E5, 9D and BE. RGB value is (229,157,190). Sum of RGB (Red+Green+Blue) = 229+157+190=576 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.76% from 576); Green value is 157 (61.72% from 255 or 27.26% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 229 - color contains mainly: red. Hex color #E59DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59DBE is #1A6241. Grayscale: #B6B6B6. Windows color (decimal): -1729090 or 12492261. OLE color: 12492261.
HSL color Cylindrical-coordinate representation of color #E59DBE: hue angle of 332.5º 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 #E59DBE is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 157 | 190 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.10 |
| HSL | 332.5º | 0.58% | 0.76% | - |
| HSV(B) | 332.5º | 0.31% | 0.9% | - |
| XYZ | 53.66 | 44.49 | 54.47 | - |
| YUV | 182.29 | 132.35 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 157 | 190 | 0 | 0.31 | 0.17 | 0.10 | 332.5 | 0.58 | 0.76 |
| Hex | E5 | 9D | BE | 0 | 1F | 11 | A | 14C | 3A | 4C |
| Octal | 345 | 235 | 276 | 0 | 37 | 21 | 12 | 514 | 72 | 114 |
| Binary | 11100101 | 10011101 | 10111110 | 0 | 11111 | 10001 | 1010 | 101001100 | 111010 | 1001100 |
Color Harmonies of #E59DBE
Complementary color
Monochromatic Colors of #E59DBE
Black with #E59DBE
Text Example
Text Example
White with #E59DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59DBE; }
p { color: rgb(229,157,190); }
H1.HeaderClassName
{
color: #E59DBE;
}
.AnyTagClassName
{
color: #E59DBE;
}
</style>
background-color css
<style>
a { background-color: #E59DBE; }
a { background-color: rgb(229,157,190); }
div.DivClassName
{
background-color: #E59DBE;
}
.BgClassName
{
background-color: #E59DBE;
}
</style>
border-color css
<style>
span { border-color: #E59DBE; }
span { border-color: rgb(229,157,190); }
td.TdClassName
{
border-color: #E59DBE;
}
.TagClassName
{
border-color: #E59DBE;
}
</style>