Shades of Hollywood Cerise #E80598
Tints of Hollywood Cerise #E80598
RGB
CMYK
RGB Variations
Color information
#E80598 (or 0xE80598) is known color: Hollywood Cerise. HEX triplet: E8, 05 and 98. RGB value is (232,5,152). Sum of RGB (Red+Green+Blue) = 232+5+152=389 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.64% from 389); Green value is 5 (2.34% from 255 or 1.29% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 232 - color contains mainly: red. Hex color #E80598 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80598 is #17FA67. Grayscale: #595959. Windows color (decimal): -1571432 or 9962984. OLE color: 9962984.
HSL color Cylindrical-coordinate representation of color #E80598: hue angle of 321.15º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E80598 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 152 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.09 |
| HSL | 321.15º | 0.96% | 0.46% | - |
| HSV(B) | 321.15º | 0.98% | 0.91% | - |
| XYZ | 39 | 19.53 | 31.42 | - |
| YUV | 89.63 | 163.21 | 229.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 152 | 0 | 0.98 | 0.34 | 0.09 | 321.15 | 0.96 | 0.46 |
| Hex | E8 | 5 | 98 | 0 | 62 | 22 | 9 | 141 | 60 | 2E |
| Octal | 350 | 5 | 230 | 0 | 142 | 42 | 11 | 501 | 140 | 56 |
| Binary | 11101000 | 101 | 10011000 | 0 | 1100010 | 100010 | 1001 | 101000001 | 1100000 | 101110 |
Color Harmonies of #E80598
Complementary color
Monochromatic Colors of #E80598
Black with #E80598
Text Example
Text Example
White with #E80598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80598; }
p { color: rgb(232,5,152); }
H1.HeaderClassName
{
color: #E80598;
}
.AnyTagClassName
{
color: #E80598;
}
</style>
background-color css
<style>
a { background-color: #E80598; }
a { background-color: rgb(232,5,152); }
div.DivClassName
{
background-color: #E80598;
}
.BgClassName
{
background-color: #E80598;
}
</style>
border-color css
<style>
span { border-color: #E80598; }
span { border-color: rgb(232,5,152); }
td.TdClassName
{
border-color: #E80598;
}
.TagClassName
{
border-color: #E80598;
}
</style>