Shades of Hollywood Cerise #E211AD
Tints of Hollywood Cerise #E211AD
RGB
CMYK
RGB Variations
Color information
#E211AD (or 0xE211AD) is known color: Hollywood Cerise. HEX triplet: E2, 11 and AD. RGB value is (226,17,173). Sum of RGB (Red+Green+Blue) = 226+17+173=416 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.33% from 416); Green value is 17 (7.03% from 255 or 4.09% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 226 - color contains mainly: red. Hex color #E211AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E211AD is #1DEE52. Grayscale: #606060. Windows color (decimal): -1961555 or 11342306. OLE color: 11342306.
HSL color Cylindrical-coordinate representation of color #E211AD: hue angle of 315.22º 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 #E211AD is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 17 | 173 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.11 |
| HSL | 315.22º | 0.86% | 0.48% | - |
| HSV(B) | 315.22º | 0.92% | 0.89% | - |
| XYZ | 39.11 | 19.59 | 41.25 | - |
| YUV | 97.28 | 170.74 | 219.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 17 | 173 | 0 | 0.92 | 0.23 | 0.11 | 315.22 | 0.86 | 0.48 |
| Hex | E2 | 11 | AD | 0 | 5C | 17 | B | 13B | 56 | 30 |
| Octal | 342 | 21 | 255 | 0 | 134 | 27 | 13 | 473 | 126 | 60 |
| Binary | 11100010 | 10001 | 10101101 | 0 | 1011100 | 10111 | 1011 | 100111011 | 1010110 | 110000 |
Color Harmonies of #E211AD
Complementary color
Monochromatic Colors of #E211AD
Black with #E211AD
Text Example
Text Example
White with #E211AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E211AD; }
p { color: rgb(226,17,173); }
H1.HeaderClassName
{
color: #E211AD;
}
.AnyTagClassName
{
color: #E211AD;
}
</style>
background-color css
<style>
a { background-color: #E211AD; }
a { background-color: rgb(226,17,173); }
div.DivClassName
{
background-color: #E211AD;
}
.BgClassName
{
background-color: #E211AD;
}
</style>
border-color css
<style>
span { border-color: #E211AD; }
span { border-color: rgb(226,17,173); }
td.TdClassName
{
border-color: #E211AD;
}
.TagClassName
{
border-color: #E211AD;
}
</style>