Shades of Hollywood Cerise #E210A1
Tints of Hollywood Cerise #E210A1
RGB
CMYK
RGB Variations
Color information
#E210A1 (or 0xE210A1) is known color: Hollywood Cerise. HEX triplet: E2, 10 and A1. RGB value is (226,16,161). Sum of RGB (Red+Green+Blue) = 226+16+161=403 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.08% from 403); Green value is 16 (6.64% from 255 or 3.97% from 403); Blue value is 161 (63.28% from 255 or 39.95% from 403); Max value from RGB is 226 - color contains mainly: red. Hex color #E210A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E210A1 is #1DEF5E. Grayscale: #5E5E5E. Windows color (decimal): -1961823 or 10555618. OLE color: 10555618.
HSL color Cylindrical-coordinate representation of color #E210A1: hue angle of 318.57º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E210A1 is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 16 | 161 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.11 |
| HSL | 318.57º | 0.87% | 0.47% | - |
| HSV(B) | 318.57º | 0.93% | 0.89% | - |
| XYZ | 37.98 | 19.11 | 35.41 | - |
| YUV | 95.32 | 165.07 | 221.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 16 | 161 | 0 | 0.93 | 0.29 | 0.11 | 318.57 | 0.87 | 0.47 |
| Hex | E2 | 10 | A1 | 0 | 5D | 1D | B | 13F | 57 | 2F |
| Octal | 342 | 20 | 241 | 0 | 135 | 35 | 13 | 477 | 127 | 57 |
| Binary | 11100010 | 10000 | 10100001 | 0 | 1011101 | 11101 | 1011 | 100111111 | 1010111 | 101111 |
Color Harmonies of #E210A1
Complementary color
Monochromatic Colors of #E210A1
Black with #E210A1
Text Example
Text Example
White with #E210A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E210A1; }
p { color: rgb(226,16,161); }
H1.HeaderClassName
{
color: #E210A1;
}
.AnyTagClassName
{
color: #E210A1;
}
</style>
background-color css
<style>
a { background-color: #E210A1; }
a { background-color: rgb(226,16,161); }
div.DivClassName
{
background-color: #E210A1;
}
.BgClassName
{
background-color: #E210A1;
}
</style>
border-color css
<style>
span { border-color: #E210A1; }
span { border-color: rgb(226,16,161); }
td.TdClassName
{
border-color: #E210A1;
}
.TagClassName
{
border-color: #E210A1;
}
</style>