Shades of Hollywood Cerise #E511AE
Tints of Hollywood Cerise #E511AE
RGB
CMYK
RGB Variations
Color information
#E511AE (or 0xE511AE) is known color: Hollywood Cerise. HEX triplet: E5, 11 and AE. RGB value is (229,17,174). Sum of RGB (Red+Green+Blue) = 229+17+174=420 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.52% from 420); Green value is 17 (7.03% from 255 or 4.05% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 229 - color contains mainly: red. Hex color #E511AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E511AE is #1AEE51. Grayscale: #616161. Windows color (decimal): -1764946 or 11407845. OLE color: 11407845.
HSL color Cylindrical-coordinate representation of color #E511AE: hue angle of 315.57º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E511AE is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 17 | 174 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.10 |
| HSL | 315.57º | 0.86% | 0.48% | - |
| HSV(B) | 315.57º | 0.93% | 0.9% | - |
| XYZ | 40.15 | 20.11 | 41.81 | - |
| YUV | 98.29 | 170.74 | 221.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 17 | 174 | 0 | 0.93 | 0.24 | 0.10 | 315.57 | 0.86 | 0.48 |
| Hex | E5 | 11 | AE | 0 | 5D | 18 | A | 13C | 56 | 30 |
| Octal | 345 | 21 | 256 | 0 | 135 | 30 | 12 | 474 | 126 | 60 |
| Binary | 11100101 | 10001 | 10101110 | 0 | 1011101 | 11000 | 1010 | 100111100 | 1010110 | 110000 |
Color Harmonies of #E511AE
Complementary color
Monochromatic Colors of #E511AE
Black with #E511AE
Text Example
Text Example
White with #E511AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E511AE; }
p { color: rgb(229,17,174); }
H1.HeaderClassName
{
color: #E511AE;
}
.AnyTagClassName
{
color: #E511AE;
}
</style>
background-color css
<style>
a { background-color: #E511AE; }
a { background-color: rgb(229,17,174); }
div.DivClassName
{
background-color: #E511AE;
}
.BgClassName
{
background-color: #E511AE;
}
</style>
border-color css
<style>
span { border-color: #E511AE; }
span { border-color: rgb(229,17,174); }
td.TdClassName
{
border-color: #E511AE;
}
.TagClassName
{
border-color: #E511AE;
}
</style>