Shades of Hollywood Cerise #E51298
Tints of Hollywood Cerise #E51298
RGB
CMYK
RGB Variations
Color information
#E51298 (or 0xE51298) is known color: Hollywood Cerise. HEX triplet: E5, 12 and 98. RGB value is (229,18,152). Sum of RGB (Red+Green+Blue) = 229+18+152=399 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.39% from 399); Green value is 18 (7.42% from 255 or 4.51% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 229 - color contains mainly: red. Hex color #E51298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E51298 is #1AED67. Grayscale: #606060. Windows color (decimal): -1764712 or 9966309. OLE color: 9966309.
HSL color Cylindrical-coordinate representation of color #E51298: hue angle of 321.9º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E51298 is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 18 | 152 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.10 |
| HSL | 321.9º | 0.85% | 0.48% | - |
| HSV(B) | 321.9º | 0.92% | 0.9% | - |
| XYZ | 38.2 | 19.36 | 31.43 | - |
| YUV | 96.37 | 159.4 | 222.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 18 | 152 | 0 | 0.92 | 0.34 | 0.10 | 321.9 | 0.85 | 0.48 |
| Hex | E5 | 12 | 98 | 0 | 5C | 22 | A | 142 | 55 | 30 |
| Octal | 345 | 22 | 230 | 0 | 134 | 42 | 12 | 502 | 125 | 60 |
| Binary | 11100101 | 10010 | 10011000 | 0 | 1011100 | 100010 | 1010 | 101000010 | 1010101 | 110000 |
Color Harmonies of #E51298
Complementary color
Monochromatic Colors of #E51298
Black with #E51298
Text Example
Text Example
White with #E51298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51298; }
p { color: rgb(229,18,152); }
H1.HeaderClassName
{
color: #E51298;
}
.AnyTagClassName
{
color: #E51298;
}
</style>
background-color css
<style>
a { background-color: #E51298; }
a { background-color: rgb(229,18,152); }
div.DivClassName
{
background-color: #E51298;
}
.BgClassName
{
background-color: #E51298;
}
</style>
border-color css
<style>
span { border-color: #E51298; }
span { border-color: rgb(229,18,152); }
td.TdClassName
{
border-color: #E51298;
}
.TagClassName
{
border-color: #E51298;
}
</style>