Shades of Shocking #E5A0BE
Tints of Shocking #E5A0BE
RGB
CMYK
RGB Variations
Color information
#E5A0BE (or 0xE5A0BE) is known color: Shocking. HEX triplet: E5, A0 and BE. RGB value is (229,160,190). Sum of RGB (Red+Green+Blue) = 229+160+190=579 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.55% from 579); Green value is 160 (62.89% from 255 or 27.63% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A0BE is #1A5F41. Grayscale: #B8B8B8. Windows color (decimal): -1728322 or 12493029. OLE color: 12493029.
HSL color Cylindrical-coordinate representation of color #E5A0BE: hue angle of 333.91º 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 #E5A0BE is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 160 | 190 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.10 |
| HSL | 333.91º | 0.57% | 0.76% | - |
| HSV(B) | 333.91º | 0.3% | 0.9% | - |
| XYZ | 54.18 | 45.52 | 54.65 | - |
| YUV | 184.05 | 131.36 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 160 | 190 | 0 | 0.30 | 0.17 | 0.10 | 333.91 | 0.57 | 0.76 |
| Hex | E5 | A0 | BE | 0 | 1E | 11 | A | 14E | 39 | 4C |
| Octal | 345 | 240 | 276 | 0 | 36 | 21 | 12 | 516 | 71 | 114 |
| Binary | 11100101 | 10100000 | 10111110 | 0 | 11110 | 10001 | 1010 | 101001110 | 111001 | 1001100 |
Color Harmonies of #E5A0BE
Complementary color
Monochromatic Colors of #E5A0BE
Black with #E5A0BE
Text Example
Text Example
White with #E5A0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A0BE; }
p { color: rgb(229,160,190); }
H1.HeaderClassName
{
color: #E5A0BE;
}
.AnyTagClassName
{
color: #E5A0BE;
}
</style>
background-color css
<style>
a { background-color: #E5A0BE; }
a { background-color: rgb(229,160,190); }
div.DivClassName
{
background-color: #E5A0BE;
}
.BgClassName
{
background-color: #E5A0BE;
}
</style>
border-color css
<style>
span { border-color: #E5A0BE; }
span { border-color: rgb(229,160,190); }
td.TdClassName
{
border-color: #E5A0BE;
}
.TagClassName
{
border-color: #E5A0BE;
}
</style>