Shades of Hollywood Cerise #E21699
Tints of Hollywood Cerise #E21699
RGB
CMYK
RGB Variations
Color information
#E21699 (or 0xE21699) is known color: Hollywood Cerise. HEX triplet: E2, 16 and 99. RGB value is (226,22,153). Sum of RGB (Red+Green+Blue) = 226+22+153=401 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.36% from 401); Green value is 22 (8.98% from 255 or 5.49% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 226 - color contains mainly: red. Hex color #E21699 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E21699 is #1DE966. Grayscale: #616161. Windows color (decimal): -1960295 or 10032866. OLE color: 10032866.
HSL color Cylindrical-coordinate representation of color #E21699: hue angle of 321.47º 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 #E21699 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 22 | 153 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.11 |
| HSL | 321.47º | 0.82% | 0.49% | - |
| HSV(B) | 321.47º | 0.9% | 0.89% | - |
| XYZ | 37.4 | 19.04 | 31.84 | - |
| YUV | 97.93 | 159.09 | 219.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 22 | 153 | 0 | 0.90 | 0.32 | 0.11 | 321.47 | 0.82 | 0.49 |
| Hex | E2 | 16 | 99 | 0 | 5A | 20 | B | 141 | 52 | 31 |
| Octal | 342 | 26 | 231 | 0 | 132 | 40 | 13 | 501 | 122 | 61 |
| Binary | 11100010 | 10110 | 10011001 | 0 | 1011010 | 100000 | 1011 | 101000001 | 1010010 | 110001 |
Color Harmonies of #E21699
Complementary color
Monochromatic Colors of #E21699
Black with #E21699
Text Example
Text Example
White with #E21699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21699; }
p { color: rgb(226,22,153); }
H1.HeaderClassName
{
color: #E21699;
}
.AnyTagClassName
{
color: #E21699;
}
</style>
background-color css
<style>
a { background-color: #E21699; }
a { background-color: rgb(226,22,153); }
div.DivClassName
{
background-color: #E21699;
}
.BgClassName
{
background-color: #E21699;
}
</style>
border-color css
<style>
span { border-color: #E21699; }
span { border-color: rgb(226,22,153); }
td.TdClassName
{
border-color: #E21699;
}
.TagClassName
{
border-color: #E21699;
}
</style>