Shades of Hollywood Cerise #E8059E
Tints of Hollywood Cerise #E8059E
RGB
CMYK
RGB Variations
Color information
#E8059E (or 0xE8059E) is known color: Hollywood Cerise. HEX triplet: E8, 05 and 9E. RGB value is (232,5,158). Sum of RGB (Red+Green+Blue) = 232+5+158=395 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.73% from 395); Green value is 5 (2.34% from 255 or 1.27% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 232 - color contains mainly: red. Hex color #E8059E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8059E is #17FA61. Grayscale: #595959. Windows color (decimal): -1571426 or 10356200. OLE color: 10356200.
HSL color Cylindrical-coordinate representation of color #E8059E: hue angle of 319.56º 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 #E8059E is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 158 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.09 |
| HSL | 319.56º | 0.96% | 0.46% | - |
| HSV(B) | 319.56º | 0.98% | 0.91% | - |
| XYZ | 39.5 | 19.73 | 34.07 | - |
| YUV | 90.32 | 166.21 | 229.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 158 | 0 | 0.98 | 0.32 | 0.09 | 319.56 | 0.96 | 0.46 |
| Hex | E8 | 5 | 9E | 0 | 62 | 20 | 9 | 140 | 60 | 2E |
| Octal | 350 | 5 | 236 | 0 | 142 | 40 | 11 | 500 | 140 | 56 |
| Binary | 11101000 | 101 | 10011110 | 0 | 1100010 | 100000 | 1001 | 101000000 | 1100000 | 101110 |
Color Harmonies of #E8059E
Complementary color
Monochromatic Colors of #E8059E
Black with #E8059E
Text Example
Text Example
White with #E8059E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8059E; }
p { color: rgb(232,5,158); }
H1.HeaderClassName
{
color: #E8059E;
}
.AnyTagClassName
{
color: #E8059E;
}
</style>
background-color css
<style>
a { background-color: #E8059E; }
a { background-color: rgb(232,5,158); }
div.DivClassName
{
background-color: #E8059E;
}
.BgClassName
{
background-color: #E8059E;
}
</style>
border-color css
<style>
span { border-color: #E8059E; }
span { border-color: rgb(232,5,158); }
td.TdClassName
{
border-color: #E8059E;
}
.TagClassName
{
border-color: #E8059E;
}
</style>