Shades of Hollywood Cerise #E210A6
Tints of Hollywood Cerise #E210A6
RGB
CMYK
RGB Variations
Color information
#E210A6 (or 0xE210A6) is known color: Hollywood Cerise. HEX triplet: E2, 10 and A6. RGB value is (226,16,166). Sum of RGB (Red+Green+Blue) = 226+16+166=408 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.39% from 408); Green value is 16 (6.64% from 255 or 3.92% from 408); Blue value is 166 (65.23% from 255 or 40.69% from 408); Max value from RGB is 226 - color contains mainly: red. Hex color #E210A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E210A6 is #1DEF59. Grayscale: #5F5F5F. Windows color (decimal): -1961818 or 10883298. OLE color: 10883298.
HSL color Cylindrical-coordinate representation of color #E210A6: hue angle of 317.14º 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 #E210A6 is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 16 | 166 | - |
| CMYK | 0 | 0.93 | 0.27 | 0.11 |
| HSL | 317.14º | 0.87% | 0.47% | - |
| HSV(B) | 317.14º | 0.93% | 0.89% | - |
| XYZ | 38.43 | 19.29 | 37.77 | - |
| YUV | 95.89 | 167.57 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 16 | 166 | 0 | 0.93 | 0.27 | 0.11 | 317.14 | 0.87 | 0.47 |
| Hex | E2 | 10 | A6 | 0 | 5D | 1B | B | 13D | 57 | 2F |
| Octal | 342 | 20 | 246 | 0 | 135 | 33 | 13 | 475 | 127 | 57 |
| Binary | 11100010 | 10000 | 10100110 | 0 | 1011101 | 11011 | 1011 | 100111101 | 1010111 | 101111 |
Color Harmonies of #E210A6
Complementary color
Monochromatic Colors of #E210A6
Black with #E210A6
Text Example
Text Example
White with #E210A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E210A6; }
p { color: rgb(226,16,166); }
H1.HeaderClassName
{
color: #E210A6;
}
.AnyTagClassName
{
color: #E210A6;
}
</style>
background-color css
<style>
a { background-color: #E210A6; }
a { background-color: rgb(226,16,166); }
div.DivClassName
{
background-color: #E210A6;
}
.BgClassName
{
background-color: #E210A6;
}
</style>
border-color css
<style>
span { border-color: #E210A6; }
span { border-color: rgb(226,16,166); }
td.TdClassName
{
border-color: #E210A6;
}
.TagClassName
{
border-color: #E210A6;
}
</style>