Shades of Hollywood Cerise #E211AC
Tints of Hollywood Cerise #E211AC
RGB
CMYK
RGB Variations
Color information
#E211AC (or 0xE211AC) is known color: Hollywood Cerise. HEX triplet: E2, 11 and AC. RGB value is (226,17,172). Sum of RGB (Red+Green+Blue) = 226+17+172=415 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.46% from 415); Green value is 17 (7.03% from 255 or 4.10% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 226 - color contains mainly: red. Hex color #E211AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E211AC is #1DEE53. Grayscale: #606060. Windows color (decimal): -1961556 or 11276770. OLE color: 11276770.
HSL color Cylindrical-coordinate representation of color #E211AC: hue angle of 315.5º 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 #E211AC is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 17 | 172 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.11 |
| HSL | 315.5º | 0.86% | 0.48% | - |
| HSV(B) | 315.5º | 0.92% | 0.89% | - |
| XYZ | 39.01 | 19.55 | 40.75 | - |
| YUV | 97.16 | 170.24 | 219.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 17 | 172 | 0 | 0.92 | 0.24 | 0.11 | 315.5 | 0.86 | 0.48 |
| Hex | E2 | 11 | AC | 0 | 5C | 18 | B | 13C | 56 | 30 |
| Octal | 342 | 21 | 254 | 0 | 134 | 30 | 13 | 474 | 126 | 60 |
| Binary | 11100010 | 10001 | 10101100 | 0 | 1011100 | 11000 | 1011 | 100111100 | 1010110 | 110000 |
Color Harmonies of #E211AC
Complementary color
Monochromatic Colors of #E211AC
Black with #E211AC
Text Example
Text Example
White with #E211AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E211AC; }
p { color: rgb(226,17,172); }
H1.HeaderClassName
{
color: #E211AC;
}
.AnyTagClassName
{
color: #E211AC;
}
</style>
background-color css
<style>
a { background-color: #E211AC; }
a { background-color: rgb(226,17,172); }
div.DivClassName
{
background-color: #E211AC;
}
.BgClassName
{
background-color: #E211AC;
}
</style>
border-color css
<style>
span { border-color: #E211AC; }
span { border-color: rgb(226,17,172); }
td.TdClassName
{
border-color: #E211AC;
}
.TagClassName
{
border-color: #E211AC;
}
</style>