Shades of Hollywood Cerise #E8059A
Tints of Hollywood Cerise #E8059A
RGB
CMYK
RGB Variations
Color information
#E8059A (or 0xE8059A) is known color: Hollywood Cerise. HEX triplet: E8, 05 and 9A. RGB value is (232,5,154). Sum of RGB (Red+Green+Blue) = 232+5+154=391 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.34% from 391); Green value is 5 (2.34% from 255 or 1.28% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 232 - color contains mainly: red. Hex color #E8059A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8059A is #17FA65. Grayscale: #595959. Windows color (decimal): -1571430 or 10094056. OLE color: 10094056.
HSL color Cylindrical-coordinate representation of color #E8059A: hue angle of 320.62º 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 #E8059A is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 154 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.09 |
| HSL | 320.62º | 0.96% | 0.46% | - |
| HSV(B) | 320.62º | 0.98% | 0.91% | - |
| XYZ | 39.17 | 19.6 | 32.29 | - |
| YUV | 89.86 | 164.21 | 229.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 154 | 0 | 0.98 | 0.34 | 0.09 | 320.62 | 0.96 | 0.46 |
| Hex | E8 | 5 | 9A | 0 | 62 | 22 | 9 | 141 | 60 | 2E |
| Octal | 350 | 5 | 232 | 0 | 142 | 42 | 11 | 501 | 140 | 56 |
| Binary | 11101000 | 101 | 10011010 | 0 | 1100010 | 100010 | 1001 | 101000001 | 1100000 | 101110 |
Color Harmonies of #E8059A
Complementary color
Monochromatic Colors of #E8059A
Black with #E8059A
Text Example
Text Example
White with #E8059A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8059A; }
p { color: rgb(232,5,154); }
H1.HeaderClassName
{
color: #E8059A;
}
.AnyTagClassName
{
color: #E8059A;
}
</style>
background-color css
<style>
a { background-color: #E8059A; }
a { background-color: rgb(232,5,154); }
div.DivClassName
{
background-color: #E8059A;
}
.BgClassName
{
background-color: #E8059A;
}
</style>
border-color css
<style>
span { border-color: #E8059A; }
span { border-color: rgb(232,5,154); }
td.TdClassName
{
border-color: #E8059A;
}
.TagClassName
{
border-color: #E8059A;
}
</style>