Shades of Shocking #E5A0D0
Tints of Shocking #E5A0D0
RGB
CMYK
RGB Variations
Color information
#E5A0D0 (or 0xE5A0D0) is known color: Shocking. HEX triplet: E5, A0 and D0. RGB value is (229,160,208). Sum of RGB (Red+Green+Blue) = 229+160+208=597 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.36% from 597); Green value is 160 (62.89% from 255 or 26.80% from 597); Blue value is 208 (81.64% from 255 or 34.84% from 597); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A0D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A0D0 is #1A5F2F. Grayscale: #B9B9B9. Windows color (decimal): -1728304 or 13672677. OLE color: 13672677.
HSL color Cylindrical-coordinate representation of color #E5A0D0: hue angle of 318.26º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E5A0D0 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 160 | 208 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.10 |
| HSL | 318.26º | 0.57% | 0.76% | - |
| HSV(B) | 318.26º | 0.3% | 0.9% | - |
| XYZ | 56.27 | 46.35 | 65.66 | - |
| YUV | 186.1 | 140.36 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 160 | 208 | 0 | 0.30 | 0.09 | 0.10 | 318.26 | 0.57 | 0.76 |
| Hex | E5 | A0 | D0 | 0 | 1E | 9 | A | 13E | 39 | 4C |
| Octal | 345 | 240 | 320 | 0 | 36 | 11 | 12 | 476 | 71 | 114 |
| Binary | 11100101 | 10100000 | 11010000 | 0 | 11110 | 1001 | 1010 | 100111110 | 111001 | 1001100 |
Color Harmonies of #E5A0D0
Complementary color
Monochromatic Colors of #E5A0D0
Black with #E5A0D0
Text Example
Text Example
White with #E5A0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A0D0; }
p { color: rgb(229,160,208); }
H1.HeaderClassName
{
color: #E5A0D0;
}
.AnyTagClassName
{
color: #E5A0D0;
}
</style>
background-color css
<style>
a { background-color: #E5A0D0; }
a { background-color: rgb(229,160,208); }
div.DivClassName
{
background-color: #E5A0D0;
}
.BgClassName
{
background-color: #E5A0D0;
}
</style>
border-color css
<style>
span { border-color: #E5A0D0; }
span { border-color: rgb(229,160,208); }
td.TdClassName
{
border-color: #E5A0D0;
}
.TagClassName
{
border-color: #E5A0D0;
}
</style>