Shades of Hollywood Cerise #E511AF
Tints of Hollywood Cerise #E511AF
RGB
CMYK
RGB Variations
Color information
#E511AF (or 0xE511AF) is known color: Hollywood Cerise. HEX triplet: E5, 11 and AF. RGB value is (229,17,175). Sum of RGB (Red+Green+Blue) = 229+17+175=421 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.39% from 421); Green value is 17 (7.03% from 255 or 4.04% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 229 - color contains mainly: red. Hex color #E511AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E511AF is #1AEE50. Grayscale: #616161. Windows color (decimal): -1764945 or 11473381. OLE color: 11473381.
HSL color Cylindrical-coordinate representation of color #E511AF: hue angle of 315.28º 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 #E511AF is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 17 | 175 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.10 |
| HSL | 315.28º | 0.86% | 0.48% | - |
| HSV(B) | 315.28º | 0.93% | 0.9% | - |
| XYZ | 40.25 | 20.15 | 42.33 | - |
| YUV | 98.4 | 171.24 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 17 | 175 | 0 | 0.93 | 0.24 | 0.10 | 315.28 | 0.86 | 0.48 |
| Hex | E5 | 11 | AF | 0 | 5D | 18 | A | 13B | 56 | 30 |
| Octal | 345 | 21 | 257 | 0 | 135 | 30 | 12 | 473 | 126 | 60 |
| Binary | 11100101 | 10001 | 10101111 | 0 | 1011101 | 11000 | 1010 | 100111011 | 1010110 | 110000 |
Color Harmonies of #E511AF
Complementary color
Monochromatic Colors of #E511AF
Black with #E511AF
Text Example
Text Example
White with #E511AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E511AF; }
p { color: rgb(229,17,175); }
H1.HeaderClassName
{
color: #E511AF;
}
.AnyTagClassName
{
color: #E511AF;
}
</style>
background-color css
<style>
a { background-color: #E511AF; }
a { background-color: rgb(229,17,175); }
div.DivClassName
{
background-color: #E511AF;
}
.BgClassName
{
background-color: #E511AF;
}
</style>
border-color css
<style>
span { border-color: #E511AF; }
span { border-color: rgb(229,17,175); }
td.TdClassName
{
border-color: #E511AF;
}
.TagClassName
{
border-color: #E511AF;
}
</style>