Shades of Hollywood Cerise #E21298
Tints of Hollywood Cerise #E21298
RGB
CMYK
RGB Variations
Color information
#E21298 (or 0xE21298) is known color: Hollywood Cerise. HEX triplet: E2, 12 and 98. RGB value is (226,18,152). Sum of RGB (Red+Green+Blue) = 226+18+152=396 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.07% from 396); Green value is 18 (7.42% from 255 or 4.55% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 226 - color contains mainly: red. Hex color #E21298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E21298 is #1DED67. Grayscale: #5F5F5F. Windows color (decimal): -1961320 or 9966306. OLE color: 9966306.
HSL color Cylindrical-coordinate representation of color #E21298: hue angle of 321.35º 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 #E21298 is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 18 | 152 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.11 |
| HSL | 321.35º | 0.85% | 0.48% | - |
| HSV(B) | 321.35º | 0.92% | 0.89% | - |
| XYZ | 37.25 | 18.87 | 31.38 | - |
| YUV | 95.47 | 159.91 | 221.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 18 | 152 | 0 | 0.92 | 0.33 | 0.11 | 321.35 | 0.85 | 0.48 |
| Hex | E2 | 12 | 98 | 0 | 5C | 21 | B | 141 | 55 | 30 |
| Octal | 342 | 22 | 230 | 0 | 134 | 41 | 13 | 501 | 125 | 60 |
| Binary | 11100010 | 10010 | 10011000 | 0 | 1011100 | 100001 | 1011 | 101000001 | 1010101 | 110000 |
Color Harmonies of #E21298
Complementary color
Monochromatic Colors of #E21298
Black with #E21298
Text Example
Text Example
White with #E21298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21298; }
p { color: rgb(226,18,152); }
H1.HeaderClassName
{
color: #E21298;
}
.AnyTagClassName
{
color: #E21298;
}
</style>
background-color css
<style>
a { background-color: #E21298; }
a { background-color: rgb(226,18,152); }
div.DivClassName
{
background-color: #E21298;
}
.BgClassName
{
background-color: #E21298;
}
</style>
border-color css
<style>
span { border-color: #E21298; }
span { border-color: rgb(226,18,152); }
td.TdClassName
{
border-color: #E21298;
}
.TagClassName
{
border-color: #E21298;
}
</style>