Shades of Hollywood Cerise #E218A0
Tints of Hollywood Cerise #E218A0
RGB
CMYK
RGB Variations
Color information
#E218A0 (or 0xE218A0) is known color: Hollywood Cerise. HEX triplet: E2, 18 and A0. RGB value is (226,24,160). Sum of RGB (Red+Green+Blue) = 226+24+160=410 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.12% from 410); Green value is 24 (9.77% from 255 or 5.85% from 410); Blue value is 160 (62.89% from 255 or 39.02% from 410); Max value from RGB is 226 - color contains mainly: red. Hex color #E218A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E218A0 is #1DE75F. Grayscale: #636363. Windows color (decimal): -1959776 or 10492130. OLE color: 10492130.
HSL color Cylindrical-coordinate representation of color #E218A0: hue angle of 319.6º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E218A0 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 24 | 160 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.11 |
| HSL | 319.6º | 0.81% | 0.49% | - |
| HSV(B) | 319.6º | 0.89% | 0.89% | - |
| XYZ | 38.04 | 19.36 | 34.99 | - |
| YUV | 99.9 | 161.92 | 217.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 24 | 160 | 0 | 0.89 | 0.29 | 0.11 | 319.6 | 0.81 | 0.49 |
| Hex | E2 | 18 | A0 | 0 | 59 | 1D | B | 140 | 51 | 31 |
| Octal | 342 | 30 | 240 | 0 | 131 | 35 | 13 | 500 | 121 | 61 |
| Binary | 11100010 | 11000 | 10100000 | 0 | 1011001 | 11101 | 1011 | 101000000 | 1010001 | 110001 |
Color Harmonies of #E218A0
Complementary color
Monochromatic Colors of #E218A0
Black with #E218A0
Text Example
Text Example
White with #E218A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E218A0; }
p { color: rgb(226,24,160); }
H1.HeaderClassName
{
color: #E218A0;
}
.AnyTagClassName
{
color: #E218A0;
}
</style>
background-color css
<style>
a { background-color: #E218A0; }
a { background-color: rgb(226,24,160); }
div.DivClassName
{
background-color: #E218A0;
}
.BgClassName
{
background-color: #E218A0;
}
</style>
border-color css
<style>
span { border-color: #E218A0; }
span { border-color: rgb(226,24,160); }
td.TdClassName
{
border-color: #E218A0;
}
.TagClassName
{
border-color: #E218A0;
}
</style>