Shades of Hollywood Cerise #E50E9F
Tints of Hollywood Cerise #E50E9F
RGB
CMYK
RGB Variations
Color information
#E50E9F (or 0xE50E9F) is known color: Hollywood Cerise. HEX triplet: E5, 0E and 9F. RGB value is (229,14,159). Sum of RGB (Red+Green+Blue) = 229+14+159=402 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.97% from 402); Green value is 14 (5.86% from 255 or 3.48% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 229 - color contains mainly: red. Hex color #E50E9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50E9F is #1AF160. Grayscale: #5E5E5E. Windows color (decimal): -1765729 or 10424037. OLE color: 10424037.
HSL color Cylindrical-coordinate representation of color #E50E9F: hue angle of 319.53º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E50E9F is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 14 | 159 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.10 |
| HSL | 319.53º | 0.88% | 0.48% | - |
| HSV(B) | 319.53º | 0.94% | 0.9% | - |
| XYZ | 38.73 | 19.48 | 34.52 | - |
| YUV | 94.82 | 164.23 | 223.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 14 | 159 | 0 | 0.94 | 0.31 | 0.10 | 319.53 | 0.88 | 0.48 |
| Hex | E5 | E | 9F | 0 | 5E | 1F | A | 140 | 58 | 30 |
| Octal | 345 | 16 | 237 | 0 | 136 | 37 | 12 | 500 | 130 | 60 |
| Binary | 11100101 | 1110 | 10011111 | 0 | 1011110 | 11111 | 1010 | 101000000 | 1011000 | 110000 |
Color Harmonies of #E50E9F
Complementary color
Monochromatic Colors of #E50E9F
Black with #E50E9F
Text Example
Text Example
White with #E50E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50E9F; }
p { color: rgb(229,14,159); }
H1.HeaderClassName
{
color: #E50E9F;
}
.AnyTagClassName
{
color: #E50E9F;
}
</style>
background-color css
<style>
a { background-color: #E50E9F; }
a { background-color: rgb(229,14,159); }
div.DivClassName
{
background-color: #E50E9F;
}
.BgClassName
{
background-color: #E50E9F;
}
</style>
border-color css
<style>
span { border-color: #E50E9F; }
span { border-color: rgb(229,14,159); }
td.TdClassName
{
border-color: #E50E9F;
}
.TagClassName
{
border-color: #E50E9F;
}
</style>