Shades of Hollywood Cerise #E212AD
Tints of Hollywood Cerise #E212AD
RGB
CMYK
RGB Variations
Color information
#E212AD (or 0xE212AD) is known color: Hollywood Cerise. HEX triplet: E2, 12 and AD. RGB value is (226,18,173). Sum of RGB (Red+Green+Blue) = 226+18+173=417 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.20% from 417); Green value is 18 (7.42% from 255 or 4.32% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 226 - color contains mainly: red. Hex color #E212AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E212AD is #1DED52. Grayscale: #616161. Windows color (decimal): -1961299 or 11342562. OLE color: 11342562.
HSL color Cylindrical-coordinate representation of color #E212AD: hue angle of 315.29º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E212AD is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 18 | 173 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.11 |
| HSL | 315.29º | 0.85% | 0.48% | - |
| HSV(B) | 315.29º | 0.92% | 0.89% | - |
| XYZ | 39.12 | 19.62 | 41.26 | - |
| YUV | 97.86 | 170.41 | 219.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 18 | 173 | 0 | 0.92 | 0.23 | 0.11 | 315.29 | 0.85 | 0.48 |
| Hex | E2 | 12 | AD | 0 | 5C | 17 | B | 13B | 55 | 30 |
| Octal | 342 | 22 | 255 | 0 | 134 | 27 | 13 | 473 | 125 | 60 |
| Binary | 11100010 | 10010 | 10101101 | 0 | 1011100 | 10111 | 1011 | 100111011 | 1010101 | 110000 |
Color Harmonies of #E212AD
Complementary color
Monochromatic Colors of #E212AD
Black with #E212AD
Text Example
Text Example
White with #E212AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E212AD; }
p { color: rgb(226,18,173); }
H1.HeaderClassName
{
color: #E212AD;
}
.AnyTagClassName
{
color: #E212AD;
}
</style>
background-color css
<style>
a { background-color: #E212AD; }
a { background-color: rgb(226,18,173); }
div.DivClassName
{
background-color: #E212AD;
}
.BgClassName
{
background-color: #E212AD;
}
</style>
border-color css
<style>
span { border-color: #E212AD; }
span { border-color: rgb(226,18,173); }
td.TdClassName
{
border-color: #E212AD;
}
.TagClassName
{
border-color: #E212AD;
}
</style>