Shades of Hollywood Cerise #E41298
Tints of Hollywood Cerise #E41298
RGB
CMYK
RGB Variations
Color information
#E41298 (or 0xE41298) is known color: Hollywood Cerise. HEX triplet: E4, 12 and 98. RGB value is (228,18,152). Sum of RGB (Red+Green+Blue) = 228+18+152=398 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.29% from 398); Green value is 18 (7.42% from 255 or 4.52% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 228 - color contains mainly: red. Hex color #E41298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E41298 is #1BED67. Grayscale: #5F5F5F. Windows color (decimal): -1830248 or 9966308. OLE color: 9966308.
HSL color Cylindrical-coordinate representation of color #E41298: hue angle of 321.71º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E41298 is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 18 | 152 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.11 |
| HSL | 321.71º | 0.85% | 0.48% | - |
| HSV(B) | 321.71º | 0.92% | 0.89% | - |
| XYZ | 37.88 | 19.19 | 31.41 | - |
| YUV | 96.07 | 159.57 | 222.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 18 | 152 | 0 | 0.92 | 0.33 | 0.11 | 321.71 | 0.85 | 0.48 |
| Hex | E4 | 12 | 98 | 0 | 5C | 21 | B | 142 | 55 | 30 |
| Octal | 344 | 22 | 230 | 0 | 134 | 41 | 13 | 502 | 125 | 60 |
| Binary | 11100100 | 10010 | 10011000 | 0 | 1011100 | 100001 | 1011 | 101000010 | 1010101 | 110000 |
Color Harmonies of #E41298
Complementary color
Monochromatic Colors of #E41298
Black with #E41298
Text Example
Text Example
White with #E41298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41298; }
p { color: rgb(228,18,152); }
H1.HeaderClassName
{
color: #E41298;
}
.AnyTagClassName
{
color: #E41298;
}
</style>
background-color css
<style>
a { background-color: #E41298; }
a { background-color: rgb(228,18,152); }
div.DivClassName
{
background-color: #E41298;
}
.BgClassName
{
background-color: #E41298;
}
</style>
border-color css
<style>
span { border-color: #E41298; }
span { border-color: rgb(228,18,152); }
td.TdClassName
{
border-color: #E41298;
}
.TagClassName
{
border-color: #E41298;
}
</style>