Shades of Hollywood Cerise #E8049E
Tints of Hollywood Cerise #E8049E
RGB
CMYK
RGB Variations
Color information
#E8049E (or 0xE8049E) is known color: Hollywood Cerise. HEX triplet: E8, 04 and 9E. RGB value is (232,4,158). Sum of RGB (Red+Green+Blue) = 232+4+158=394 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.88% from 394); Green value is 4 (1.95% from 255 or 1.02% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 232 - color contains mainly: red. Hex color #E8049E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8049E is #17FB61. Grayscale: #595959. Windows color (decimal): -1571682 or 10355944. OLE color: 10355944.
HSL color Cylindrical-coordinate representation of color #E8049E: hue angle of 319.47º degrees, saturation: 0.97, 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 #E8049E is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 4 | 158 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.09 |
| HSL | 319.47º | 0.97% | 0.46% | - |
| HSV(B) | 319.47º | 0.98% | 0.91% | - |
| XYZ | 39.49 | 19.71 | 34.07 | - |
| YUV | 89.73 | 166.54 | 229.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 4 | 158 | 0 | 0.98 | 0.32 | 0.09 | 319.47 | 0.97 | 0.46 |
| Hex | E8 | 4 | 9E | 0 | 62 | 20 | 9 | 13F | 61 | 2E |
| Octal | 350 | 4 | 236 | 0 | 142 | 40 | 11 | 477 | 141 | 56 |
| Binary | 11101000 | 100 | 10011110 | 0 | 1100010 | 100000 | 1001 | 100111111 | 1100001 | 101110 |
Color Harmonies of #E8049E
Complementary color
Monochromatic Colors of #E8049E
Black with #E8049E
Text Example
Text Example
White with #E8049E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8049E; }
p { color: rgb(232,4,158); }
H1.HeaderClassName
{
color: #E8049E;
}
.AnyTagClassName
{
color: #E8049E;
}
</style>
background-color css
<style>
a { background-color: #E8049E; }
a { background-color: rgb(232,4,158); }
div.DivClassName
{
background-color: #E8049E;
}
.BgClassName
{
background-color: #E8049E;
}
</style>
border-color css
<style>
span { border-color: #E8049E; }
span { border-color: rgb(232,4,158); }
td.TdClassName
{
border-color: #E8049E;
}
.TagClassName
{
border-color: #E8049E;
}
</style>