Shades of Hollywood Cerise #E210AD
Tints of Hollywood Cerise #E210AD
RGB
CMYK
RGB Variations
Color information
#E210AD (or 0xE210AD) is known color: Hollywood Cerise. HEX triplet: E2, 10 and AD. RGB value is (226,16,173). Sum of RGB (Red+Green+Blue) = 226+16+173=415 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.46% from 415); Green value is 16 (6.64% from 255 or 3.86% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 226 - color contains mainly: red. Hex color #E210AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E210AD is #1DEF52. Grayscale: #606060. Windows color (decimal): -1961811 or 11342050. OLE color: 11342050.
HSL color Cylindrical-coordinate representation of color #E210AD: hue angle of 315.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 #E210AD is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 16 | 173 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.11 |
| HSL | 315.14º | 0.87% | 0.47% | - |
| HSV(B) | 315.14º | 0.93% | 0.89% | - |
| XYZ | 39.09 | 19.56 | 41.25 | - |
| YUV | 96.69 | 171.07 | 220.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 16 | 173 | 0 | 0.93 | 0.23 | 0.11 | 315.14 | 0.87 | 0.47 |
| Hex | E2 | 10 | AD | 0 | 5D | 17 | B | 13B | 57 | 2F |
| Octal | 342 | 20 | 255 | 0 | 135 | 27 | 13 | 473 | 127 | 57 |
| Binary | 11100010 | 10000 | 10101101 | 0 | 1011101 | 10111 | 1011 | 100111011 | 1010111 | 101111 |
Color Harmonies of #E210AD
Complementary color
Monochromatic Colors of #E210AD
Black with #E210AD
Text Example
Text Example
White with #E210AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E210AD; }
p { color: rgb(226,16,173); }
H1.HeaderClassName
{
color: #E210AD;
}
.AnyTagClassName
{
color: #E210AD;
}
</style>
background-color css
<style>
a { background-color: #E210AD; }
a { background-color: rgb(226,16,173); }
div.DivClassName
{
background-color: #E210AD;
}
.BgClassName
{
background-color: #E210AD;
}
</style>
border-color css
<style>
span { border-color: #E210AD; }
span { border-color: rgb(226,16,173); }
td.TdClassName
{
border-color: #E210AD;
}
.TagClassName
{
border-color: #E210AD;
}
</style>