Shades of Hollywood Cerise #E211AA
Tints of Hollywood Cerise #E211AA
RGB
CMYK
RGB Variations
Color information
#E211AA (or 0xE211AA) is known color: Hollywood Cerise. HEX triplet: E2, 11 and AA. RGB value is (226,17,170). Sum of RGB (Red+Green+Blue) = 226+17+170=413 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.72% from 413); Green value is 17 (7.03% from 255 or 4.12% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 226 - color contains mainly: red. Hex color #E211AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E211AA is #1DEE55. Grayscale: #606060. Windows color (decimal): -1961558 or 11145698. OLE color: 11145698.
HSL color Cylindrical-coordinate representation of color #E211AA: hue angle of 316.08º degrees, saturation: 0.86, 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 #E211AA is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 17 | 170 | - |
| CMYK | 0 | 0.92 | 0.25 | 0.11 |
| HSL | 316.08º | 0.86% | 0.48% | - |
| HSV(B) | 316.08º | 0.92% | 0.89% | - |
| XYZ | 38.82 | 19.47 | 39.74 | - |
| YUV | 96.93 | 169.24 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 17 | 170 | 0 | 0.92 | 0.25 | 0.11 | 316.08 | 0.86 | 0.48 |
| Hex | E2 | 11 | AA | 0 | 5C | 19 | B | 13C | 56 | 30 |
| Octal | 342 | 21 | 252 | 0 | 134 | 31 | 13 | 474 | 126 | 60 |
| Binary | 11100010 | 10001 | 10101010 | 0 | 1011100 | 11001 | 1011 | 100111100 | 1010110 | 110000 |
Color Harmonies of #E211AA
Complementary color
Monochromatic Colors of #E211AA
Black with #E211AA
Text Example
Text Example
White with #E211AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E211AA; }
p { color: rgb(226,17,170); }
H1.HeaderClassName
{
color: #E211AA;
}
.AnyTagClassName
{
color: #E211AA;
}
</style>
background-color css
<style>
a { background-color: #E211AA; }
a { background-color: rgb(226,17,170); }
div.DivClassName
{
background-color: #E211AA;
}
.BgClassName
{
background-color: #E211AA;
}
</style>
border-color css
<style>
span { border-color: #E211AA; }
span { border-color: rgb(226,17,170); }
td.TdClassName
{
border-color: #E211AA;
}
.TagClassName
{
border-color: #E211AA;
}
</style>