Shades of Hollywood Cerise #E50FA5
Tints of Hollywood Cerise #E50FA5
RGB
CMYK
RGB Variations
Color information
#E50FA5 (or 0xE50FA5) is known color: Hollywood Cerise. HEX triplet: E5, 0F and A5. RGB value is (229,15,165). Sum of RGB (Red+Green+Blue) = 229+15+165=409 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.99% from 409); Green value is 15 (6.25% from 255 or 3.67% from 409); Blue value is 165 (64.84% from 255 or 40.34% from 409); Max value from RGB is 229 - color contains mainly: red. Hex color #E50FA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50FA5 is #1AF05A. Grayscale: #5F5F5F. Windows color (decimal): -1765467 or 10817509. OLE color: 10817509.
HSL color Cylindrical-coordinate representation of color #E50FA5: hue angle of 317.94º degrees, saturation: 0.88, 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 #E50FA5 is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 15 | 165 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.10 |
| HSL | 317.94º | 0.88% | 0.48% | - |
| HSV(B) | 317.94º | 0.93% | 0.9% | - |
| XYZ | 39.28 | 19.72 | 37.33 | - |
| YUV | 96.09 | 166.9 | 222.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 15 | 165 | 0 | 0.93 | 0.28 | 0.10 | 317.94 | 0.88 | 0.48 |
| Hex | E5 | F | A5 | 0 | 5D | 1C | A | 13E | 58 | 30 |
| Octal | 345 | 17 | 245 | 0 | 135 | 34 | 12 | 476 | 130 | 60 |
| Binary | 11100101 | 1111 | 10100101 | 0 | 1011101 | 11100 | 1010 | 100111110 | 1011000 | 110000 |
Color Harmonies of #E50FA5
Complementary color
Monochromatic Colors of #E50FA5
Black with #E50FA5
Text Example
Text Example
White with #E50FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50FA5; }
p { color: rgb(229,15,165); }
H1.HeaderClassName
{
color: #E50FA5;
}
.AnyTagClassName
{
color: #E50FA5;
}
</style>
background-color css
<style>
a { background-color: #E50FA5; }
a { background-color: rgb(229,15,165); }
div.DivClassName
{
background-color: #E50FA5;
}
.BgClassName
{
background-color: #E50FA5;
}
</style>
border-color css
<style>
span { border-color: #E50FA5; }
span { border-color: rgb(229,15,165); }
td.TdClassName
{
border-color: #E50FA5;
}
.TagClassName
{
border-color: #E50FA5;
}
</style>