Shades of Shocking #E5A0B6
Tints of Shocking #E5A0B6
RGB
CMYK
RGB Variations
Color information
#E5A0B6 (or 0xE5A0B6) is known color: Shocking. HEX triplet: E5, A0 and B6. RGB value is (229,160,182). Sum of RGB (Red+Green+Blue) = 229+160+182=571 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.11% from 571); Green value is 160 (62.89% from 255 or 28.02% from 571); Blue value is 182 (71.48% from 255 or 31.87% from 571); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A0B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A0B6 is #1A5F49. Grayscale: #B7B7B7. Windows color (decimal): -1728330 or 11968741. OLE color: 11968741.
HSL color Cylindrical-coordinate representation of color #E5A0B6: hue angle of 340.87º 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 #E5A0B6 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 160 | 182 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.10 |
| HSL | 340.87º | 0.57% | 0.76% | - |
| HSV(B) | 340.87º | 0.3% | 0.9% | - |
| XYZ | 53.33 | 45.18 | 50.17 | - |
| YUV | 183.14 | 127.36 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 160 | 182 | 0 | 0.30 | 0.21 | 0.10 | 340.87 | 0.57 | 0.76 |
| Hex | E5 | A0 | B6 | 0 | 1E | 15 | A | 155 | 39 | 4C |
| Octal | 345 | 240 | 266 | 0 | 36 | 25 | 12 | 525 | 71 | 114 |
| Binary | 11100101 | 10100000 | 10110110 | 0 | 11110 | 10101 | 1010 | 101010101 | 111001 | 1001100 |
Color Harmonies of #E5A0B6
Complementary color
Monochromatic Colors of #E5A0B6
Black with #E5A0B6
Text Example
Text Example
White with #E5A0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A0B6; }
p { color: rgb(229,160,182); }
H1.HeaderClassName
{
color: #E5A0B6;
}
.AnyTagClassName
{
color: #E5A0B6;
}
</style>
background-color css
<style>
a { background-color: #E5A0B6; }
a { background-color: rgb(229,160,182); }
div.DivClassName
{
background-color: #E5A0B6;
}
.BgClassName
{
background-color: #E5A0B6;
}
</style>
border-color css
<style>
span { border-color: #E5A0B6; }
span { border-color: rgb(229,160,182); }
td.TdClassName
{
border-color: #E5A0B6;
}
.TagClassName
{
border-color: #E5A0B6;
}
</style>