Shades of Hollywood Cerise #E216AA
Tints of Hollywood Cerise #E216AA
RGB
CMYK
RGB Variations
Color information
#E216AA (or 0xE216AA) is known color: Hollywood Cerise. HEX triplet: E2, 16 and AA. RGB value is (226,22,170). Sum of RGB (Red+Green+Blue) = 226+22+170=418 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.07% from 418); Green value is 22 (8.98% from 255 or 5.26% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 226 - color contains mainly: red. Hex color #E216AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E216AA is #1DE955. Grayscale: #636363. Windows color (decimal): -1960278 or 11146978. OLE color: 11146978.
HSL color Cylindrical-coordinate representation of color #E216AA: hue angle of 316.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 #E216AA is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 22 | 170 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.11 |
| HSL | 316.47º | 0.82% | 0.49% | - |
| HSV(B) | 316.47º | 0.9% | 0.89% | - |
| XYZ | 38.91 | 19.64 | 39.77 | - |
| YUV | 99.87 | 167.59 | 217.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 22 | 170 | 0 | 0.90 | 0.25 | 0.11 | 316.47 | 0.82 | 0.49 |
| Hex | E2 | 16 | AA | 0 | 5A | 19 | B | 13C | 52 | 31 |
| Octal | 342 | 26 | 252 | 0 | 132 | 31 | 13 | 474 | 122 | 61 |
| Binary | 11100010 | 10110 | 10101010 | 0 | 1011010 | 11001 | 1011 | 100111100 | 1010010 | 110001 |
Color Harmonies of #E216AA
Complementary color
Monochromatic Colors of #E216AA
Black with #E216AA
Text Example
Text Example
White with #E216AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E216AA; }
p { color: rgb(226,22,170); }
H1.HeaderClassName
{
color: #E216AA;
}
.AnyTagClassName
{
color: #E216AA;
}
</style>
background-color css
<style>
a { background-color: #E216AA; }
a { background-color: rgb(226,22,170); }
div.DivClassName
{
background-color: #E216AA;
}
.BgClassName
{
background-color: #E216AA;
}
</style>
border-color css
<style>
span { border-color: #E216AA; }
span { border-color: rgb(226,22,170); }
td.TdClassName
{
border-color: #E216AA;
}
.TagClassName
{
border-color: #E216AA;
}
</style>