Shades of Hollywood Cerise #E80DAE
Tints of Hollywood Cerise #E80DAE
RGB
CMYK
RGB Variations
Color information
#E80DAE (or 0xE80DAE) is known color: Hollywood Cerise. HEX triplet: E8, 0D and AE. RGB value is (232,13,174). Sum of RGB (Red+Green+Blue) = 232+13+174=419 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.37% from 419); Green value is 13 (5.47% from 255 or 3.10% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 232 - color contains mainly: red. Hex color #E80DAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80DAE is #17F251. Grayscale: #606060. Windows color (decimal): -1569362 or 11406824. OLE color: 11406824.
HSL color Cylindrical-coordinate representation of color #E80DAE: hue angle of 315.89º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80DAE is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 13 | 174 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.09 |
| HSL | 315.89º | 0.89% | 0.48% | - |
| HSV(B) | 315.89º | 0.94% | 0.91% | - |
| XYZ | 41.06 | 20.5 | 41.84 | - |
| YUV | 96.84 | 171.55 | 224.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 13 | 174 | 0 | 0.94 | 0.25 | 0.09 | 315.89 | 0.89 | 0.48 |
| Hex | E8 | D | AE | 0 | 5E | 19 | 9 | 13C | 59 | 30 |
| Octal | 350 | 15 | 256 | 0 | 136 | 31 | 11 | 474 | 131 | 60 |
| Binary | 11101000 | 1101 | 10101110 | 0 | 1011110 | 11001 | 1001 | 100111100 | 1011001 | 110000 |
Color Harmonies of #E80DAE
Complementary color
Monochromatic Colors of #E80DAE
Black with #E80DAE
Text Example
Text Example
White with #E80DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80DAE; }
p { color: rgb(232,13,174); }
H1.HeaderClassName
{
color: #E80DAE;
}
.AnyTagClassName
{
color: #E80DAE;
}
</style>
background-color css
<style>
a { background-color: #E80DAE; }
a { background-color: rgb(232,13,174); }
div.DivClassName
{
background-color: #E80DAE;
}
.BgClassName
{
background-color: #E80DAE;
}
</style>
border-color css
<style>
span { border-color: #E80DAE; }
span { border-color: rgb(232,13,174); }
td.TdClassName
{
border-color: #E80DAE;
}
.TagClassName
{
border-color: #E80DAE;
}
</style>