Shades of Hollywood Cerise #E50C99
Tints of Hollywood Cerise #E50C99
RGB
CMYK
RGB Variations
Color information
#E50C99 (or 0xE50C99) is known color: Hollywood Cerise. HEX triplet: E5, 0C and 99. RGB value is (229,12,153). Sum of RGB (Red+Green+Blue) = 229+12+153=394 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.12% from 394); Green value is 12 (5.08% from 255 or 3.05% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 229 - color contains mainly: red. Hex color #E50C99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50C99 is #1AF366. Grayscale: #5C5C5C. Windows color (decimal): -1766247 or 10030309. OLE color: 10030309.
HSL color Cylindrical-coordinate representation of color #E50C99: hue angle of 321.01º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E50C99 is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 12 | 153 | - |
| CMYK | 0 | 0.95 | 0.33 | 0.10 |
| HSL | 321.01º | 0.9% | 0.47% | - |
| HSV(B) | 321.01º | 0.95% | 0.9% | - |
| XYZ | 38.19 | 19.22 | 31.83 | - |
| YUV | 92.96 | 161.89 | 225.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 12 | 153 | 0 | 0.95 | 0.33 | 0.10 | 321.01 | 0.9 | 0.47 |
| Hex | E5 | C | 99 | 0 | 5F | 21 | A | 141 | 5A | 2F |
| Octal | 345 | 14 | 231 | 0 | 137 | 41 | 12 | 501 | 132 | 57 |
| Binary | 11100101 | 1100 | 10011001 | 0 | 1011111 | 100001 | 1010 | 101000001 | 1011010 | 101111 |
Color Harmonies of #E50C99
Complementary color
Monochromatic Colors of #E50C99
Black with #E50C99
Text Example
Text Example
White with #E50C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50C99; }
p { color: rgb(229,12,153); }
H1.HeaderClassName
{
color: #E50C99;
}
.AnyTagClassName
{
color: #E50C99;
}
</style>
background-color css
<style>
a { background-color: #E50C99; }
a { background-color: rgb(229,12,153); }
div.DivClassName
{
background-color: #E50C99;
}
.BgClassName
{
background-color: #E50C99;
}
</style>
border-color css
<style>
span { border-color: #E50C99; }
span { border-color: rgb(229,12,153); }
td.TdClassName
{
border-color: #E50C99;
}
.TagClassName
{
border-color: #E50C99;
}
</style>