Shades of Hollywood Cerise #E21798
Tints of Hollywood Cerise #E21798
RGB
CMYK
RGB Variations
Color information
#E21798 (or 0xE21798) is known color: Hollywood Cerise. HEX triplet: E2, 17 and 98. RGB value is (226,23,152). Sum of RGB (Red+Green+Blue) = 226+23+152=401 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.36% from 401); Green value is 23 (9.38% from 255 or 5.74% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 226 - color contains mainly: red. Hex color #E21798 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E21798 is #1DE867. Grayscale: #626262. Windows color (decimal): -1960040 or 9967586. OLE color: 9967586.
HSL color Cylindrical-coordinate representation of color #E21798: hue angle of 321.87º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E21798 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 23 | 152 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.11 |
| HSL | 321.87º | 0.82% | 0.49% | - |
| HSV(B) | 321.87º | 0.9% | 0.89% | - |
| XYZ | 37.34 | 19.05 | 31.41 | - |
| YUV | 98.4 | 158.25 | 219.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 152 | 0 | 0.90 | 0.33 | 0.11 | 321.87 | 0.82 | 0.49 |
| Hex | E2 | 17 | 98 | 0 | 5A | 21 | B | 142 | 52 | 31 |
| Octal | 342 | 27 | 230 | 0 | 132 | 41 | 13 | 502 | 122 | 61 |
| Binary | 11100010 | 10111 | 10011000 | 0 | 1011010 | 100001 | 1011 | 101000010 | 1010010 | 110001 |
Color Harmonies of #E21798
Complementary color
Monochromatic Colors of #E21798
Black with #E21798
Text Example
Text Example
White with #E21798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21798; }
p { color: rgb(226,23,152); }
H1.HeaderClassName
{
color: #E21798;
}
.AnyTagClassName
{
color: #E21798;
}
</style>
background-color css
<style>
a { background-color: #E21798; }
a { background-color: rgb(226,23,152); }
div.DivClassName
{
background-color: #E21798;
}
.BgClassName
{
background-color: #E21798;
}
</style>
border-color css
<style>
span { border-color: #E21798; }
span { border-color: rgb(226,23,152); }
td.TdClassName
{
border-color: #E21798;
}
.TagClassName
{
border-color: #E21798;
}
</style>