Shades of Hollywood Cerise #E80899
Tints of Hollywood Cerise #E80899
RGB
CMYK
RGB Variations
Color information
#E80899 (or 0xE80899) is known color: Hollywood Cerise. HEX triplet: E8, 08 and 99. RGB value is (232,8,153). Sum of RGB (Red+Green+Blue) = 232+8+153=393 (52% of max value = 765). Red value is 232 (91.02% from 255 or 59.03% from 393); Green value is 8 (3.52% from 255 or 2.04% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 232 - color contains mainly: red. Hex color #E80899 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80899 is #17F766. Grayscale: #5B5B5B. Windows color (decimal): -1570663 or 10029288. OLE color: 10029288.
HSL color Cylindrical-coordinate representation of color #E80899: hue angle of 321.16º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E80899 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 8 | 153 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.09 |
| HSL | 321.16º | 0.93% | 0.47% | - |
| HSV(B) | 321.16º | 0.97% | 0.91% | - |
| XYZ | 39.12 | 19.63 | 31.86 | - |
| YUV | 91.51 | 162.71 | 228.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 8 | 153 | 0 | 0.97 | 0.34 | 0.09 | 321.16 | 0.93 | 0.47 |
| Hex | E8 | 8 | 99 | 0 | 61 | 22 | 9 | 141 | 5D | 2F |
| Octal | 350 | 10 | 231 | 0 | 141 | 42 | 11 | 501 | 135 | 57 |
| Binary | 11101000 | 1000 | 10011001 | 0 | 1100001 | 100010 | 1001 | 101000001 | 1011101 | 101111 |
Color Harmonies of #E80899
Complementary color
Monochromatic Colors of #E80899
Black with #E80899
Text Example
Text Example
White with #E80899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80899; }
p { color: rgb(232,8,153); }
H1.HeaderClassName
{
color: #E80899;
}
.AnyTagClassName
{
color: #E80899;
}
</style>
background-color css
<style>
a { background-color: #E80899; }
a { background-color: rgb(232,8,153); }
div.DivClassName
{
background-color: #E80899;
}
.BgClassName
{
background-color: #E80899;
}
</style>
border-color css
<style>
span { border-color: #E80899; }
span { border-color: rgb(232,8,153); }
td.TdClassName
{
border-color: #E80899;
}
.TagClassName
{
border-color: #E80899;
}
</style>