Shades of Hollywood Cerise #E511AC
Tints of Hollywood Cerise #E511AC
RGB
CMYK
RGB Variations
Color information
#E511AC (or 0xE511AC) is known color: Hollywood Cerise. HEX triplet: E5, 11 and AC. RGB value is (229,17,172). Sum of RGB (Red+Green+Blue) = 229+17+172=418 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.78% from 418); Green value is 17 (7.03% from 255 or 4.07% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 229 - color contains mainly: red. Hex color #E511AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E511AC is #1AEE53. Grayscale: #616161. Windows color (decimal): -1764948 or 11276773. OLE color: 11276773.
HSL color Cylindrical-coordinate representation of color #E511AC: hue angle of 316.13º 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 #E511AC is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 17 | 172 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.10 |
| HSL | 316.13º | 0.86% | 0.48% | - |
| HSV(B) | 316.13º | 0.93% | 0.9% | - |
| XYZ | 39.96 | 20.04 | 40.79 | - |
| YUV | 98.06 | 169.74 | 221.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 17 | 172 | 0 | 0.93 | 0.25 | 0.10 | 316.13 | 0.86 | 0.48 |
| Hex | E5 | 11 | AC | 0 | 5D | 19 | A | 13C | 56 | 30 |
| Octal | 345 | 21 | 254 | 0 | 135 | 31 | 12 | 474 | 126 | 60 |
| Binary | 11100101 | 10001 | 10101100 | 0 | 1011101 | 11001 | 1010 | 100111100 | 1010110 | 110000 |
Color Harmonies of #E511AC
Complementary color
Monochromatic Colors of #E511AC
Black with #E511AC
Text Example
Text Example
White with #E511AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E511AC; }
p { color: rgb(229,17,172); }
H1.HeaderClassName
{
color: #E511AC;
}
.AnyTagClassName
{
color: #E511AC;
}
</style>
background-color css
<style>
a { background-color: #E511AC; }
a { background-color: rgb(229,17,172); }
div.DivClassName
{
background-color: #E511AC;
}
.BgClassName
{
background-color: #E511AC;
}
</style>
border-color css
<style>
span { border-color: #E511AC; }
span { border-color: rgb(229,17,172); }
td.TdClassName
{
border-color: #E511AC;
}
.TagClassName
{
border-color: #E511AC;
}
</style>