Shades of Hollywood Cerise #E503A8
Tints of Hollywood Cerise #E503A8
RGB
CMYK
RGB Variations
Color information
#E503A8 (or 0xE503A8) is known color: Hollywood Cerise. HEX triplet: E5, 03 and A8. RGB value is (229,3,168). Sum of RGB (Red+Green+Blue) = 229+3+168=400 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.25% from 400); Green value is 3 (1.56% from 255 or 0.75% from 400); Blue value is 168 (66.02% from 255 or 42% from 400); Max value from RGB is 229 - color contains mainly: red. Hex color #E503A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E503A8 is #1AFC57. Grayscale: #585858. Windows color (decimal): -1768536 or 11011045. OLE color: 11011045.
HSL color Cylindrical-coordinate representation of color #E503A8: hue angle of 316.19º 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 #E503A8 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 3 | 168 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.10 |
| HSL | 316.19º | 0.97% | 0.45% | - |
| HSV(B) | 316.19º | 0.99% | 0.9% | - |
| XYZ | 39.41 | 19.55 | 38.74 | - |
| YUV | 89.38 | 172.37 | 227.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 3 | 168 | 0 | 0.99 | 0.27 | 0.10 | 316.19 | 0.97 | 0.45 |
| Hex | E5 | 3 | A8 | 0 | 63 | 1B | A | 13C | 61 | 2D |
| Octal | 345 | 3 | 250 | 0 | 143 | 33 | 12 | 474 | 141 | 55 |
| Binary | 11100101 | 11 | 10101000 | 0 | 1100011 | 11011 | 1010 | 100111100 | 1100001 | 101101 |
Color Harmonies of #E503A8
Complementary color
Monochromatic Colors of #E503A8
Black with #E503A8
Text Example
Text Example
White with #E503A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E503A8; }
p { color: rgb(229,3,168); }
H1.HeaderClassName
{
color: #E503A8;
}
.AnyTagClassName
{
color: #E503A8;
}
</style>
background-color css
<style>
a { background-color: #E503A8; }
a { background-color: rgb(229,3,168); }
div.DivClassName
{
background-color: #E503A8;
}
.BgClassName
{
background-color: #E503A8;
}
</style>
border-color css
<style>
span { border-color: #E503A8; }
span { border-color: rgb(229,3,168); }
td.TdClassName
{
border-color: #E503A8;
}
.TagClassName
{
border-color: #E503A8;
}
</style>