Shades of Hollywood Cerise #E211AF
Tints of Hollywood Cerise #E211AF
RGB
CMYK
RGB Variations
Color information
#E211AF (or 0xE211AF) is known color: Hollywood Cerise. HEX triplet: E2, 11 and AF. RGB value is (226,17,175). Sum of RGB (Red+Green+Blue) = 226+17+175=418 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.07% from 418); Green value is 17 (7.03% from 255 or 4.07% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 226 - color contains mainly: red. Hex color #E211AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E211AF is #1DEE50. Grayscale: #616161. Windows color (decimal): -1961553 or 11473378. OLE color: 11473378.
HSL color Cylindrical-coordinate representation of color #E211AF: hue angle of 314.64º degrees, saturation: 0.86, 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 #E211AF is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 17 | 175 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.11 |
| HSL | 314.64º | 0.86% | 0.48% | - |
| HSV(B) | 314.64º | 0.92% | 0.89% | - |
| XYZ | 39.3 | 19.66 | 42.28 | - |
| YUV | 97.5 | 171.74 | 219.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 17 | 175 | 0 | 0.92 | 0.23 | 0.11 | 314.64 | 0.86 | 0.48 |
| Hex | E2 | 11 | AF | 0 | 5C | 17 | B | 13B | 56 | 30 |
| Octal | 342 | 21 | 257 | 0 | 134 | 27 | 13 | 473 | 126 | 60 |
| Binary | 11100010 | 10001 | 10101111 | 0 | 1011100 | 10111 | 1011 | 100111011 | 1010110 | 110000 |
Color Harmonies of #E211AF
Complementary color
Monochromatic Colors of #E211AF
Black with #E211AF
Text Example
Text Example
White with #E211AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E211AF; }
p { color: rgb(226,17,175); }
H1.HeaderClassName
{
color: #E211AF;
}
.AnyTagClassName
{
color: #E211AF;
}
</style>
background-color css
<style>
a { background-color: #E211AF; }
a { background-color: rgb(226,17,175); }
div.DivClassName
{
background-color: #E211AF;
}
.BgClassName
{
background-color: #E211AF;
}
</style>
border-color css
<style>
span { border-color: #E211AF; }
span { border-color: rgb(226,17,175); }
td.TdClassName
{
border-color: #E211AF;
}
.TagClassName
{
border-color: #E211AF;
}
</style>