Shades of Hollywood Cerise #E50AAF
Tints of Hollywood Cerise #E50AAF
RGB
CMYK
RGB Variations
Color information
#E50AAF (or 0xE50AAF) is known color: Hollywood Cerise. HEX triplet: E5, 0A and AF. RGB value is (229,10,175). Sum of RGB (Red+Green+Blue) = 229+10+175=414 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.31% from 414); Green value is 10 (4.30% from 255 or 2.42% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 229 - color contains mainly: red. Hex color #E50AAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50AAF is #1AF550. Grayscale: #5D5D5D. Windows color (decimal): -1766737 or 11471589. OLE color: 11471589.
HSL color Cylindrical-coordinate representation of color #E50AAF: hue angle of 314.79º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E50AAF is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 10 | 175 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.10 |
| HSL | 314.79º | 0.92% | 0.47% | - |
| HSV(B) | 314.79º | 0.96% | 0.9% | - |
| XYZ | 40.16 | 19.97 | 42.3 | - |
| YUV | 94.29 | 173.55 | 224.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 10 | 175 | 0 | 0.96 | 0.24 | 0.10 | 314.79 | 0.92 | 0.47 |
| Hex | E5 | A | AF | 0 | 60 | 18 | A | 13B | 5C | 2F |
| Octal | 345 | 12 | 257 | 0 | 140 | 30 | 12 | 473 | 134 | 57 |
| Binary | 11100101 | 1010 | 10101111 | 0 | 1100000 | 11000 | 1010 | 100111011 | 1011100 | 101111 |
Color Harmonies of #E50AAF
Complementary color
Monochromatic Colors of #E50AAF
Black with #E50AAF
Text Example
Text Example
White with #E50AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50AAF; }
p { color: rgb(229,10,175); }
H1.HeaderClassName
{
color: #E50AAF;
}
.AnyTagClassName
{
color: #E50AAF;
}
</style>
background-color css
<style>
a { background-color: #E50AAF; }
a { background-color: rgb(229,10,175); }
div.DivClassName
{
background-color: #E50AAF;
}
.BgClassName
{
background-color: #E50AAF;
}
</style>
border-color css
<style>
span { border-color: #E50AAF; }
span { border-color: rgb(229,10,175); }
td.TdClassName
{
border-color: #E50AAF;
}
.TagClassName
{
border-color: #E50AAF;
}
</style>