Shades of Hollywood Cerise #E503A0
Tints of Hollywood Cerise #E503A0
RGB
CMYK
RGB Variations
Color information
#E503A0 (or 0xE503A0) is known color: Hollywood Cerise. HEX triplet: E5, 03 and A0. RGB value is (229,3,160). Sum of RGB (Red+Green+Blue) = 229+3+160=392 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.42% from 392); Green value is 3 (1.56% from 255 or 0.77% from 392); Blue value is 160 (62.89% from 255 or 40.82% from 392); Max value from RGB is 229 - color contains mainly: red. Hex color #E503A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E503A0 is #1AFC5F. Grayscale: #585858. Windows color (decimal): -1768544 or 10486757. OLE color: 10486757.
HSL color Cylindrical-coordinate representation of color #E503A0: hue angle of 318.32º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E503A0 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 3 | 160 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.10 |
| HSL | 318.32º | 0.97% | 0.45% | - |
| HSV(B) | 318.32º | 0.99% | 0.9% | - |
| XYZ | 38.69 | 19.26 | 34.94 | - |
| YUV | 88.47 | 168.37 | 228.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 3 | 160 | 0 | 0.99 | 0.30 | 0.10 | 318.32 | 0.97 | 0.45 |
| Hex | E5 | 3 | A0 | 0 | 63 | 1E | A | 13E | 61 | 2D |
| Octal | 345 | 3 | 240 | 0 | 143 | 36 | 12 | 476 | 141 | 55 |
| Binary | 11100101 | 11 | 10100000 | 0 | 1100011 | 11110 | 1010 | 100111110 | 1100001 | 101101 |
Color Harmonies of #E503A0
Complementary color
Monochromatic Colors of #E503A0
Black with #E503A0
Text Example
Text Example
White with #E503A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E503A0; }
p { color: rgb(229,3,160); }
H1.HeaderClassName
{
color: #E503A0;
}
.AnyTagClassName
{
color: #E503A0;
}
</style>
background-color css
<style>
a { background-color: #E503A0; }
a { background-color: rgb(229,3,160); }
div.DivClassName
{
background-color: #E503A0;
}
.BgClassName
{
background-color: #E503A0;
}
</style>
border-color css
<style>
span { border-color: #E503A0; }
span { border-color: rgb(229,3,160); }
td.TdClassName
{
border-color: #E503A0;
}
.TagClassName
{
border-color: #E503A0;
}
</style>