Shades of Hollywood Cerise #E503A5
Tints of Hollywood Cerise #E503A5
RGB
CMYK
RGB Variations
Color information
#E503A5 (or 0xE503A5) is known color: Hollywood Cerise. HEX triplet: E5, 03 and A5. RGB value is (229,3,165). Sum of RGB (Red+Green+Blue) = 229+3+165=397 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.68% from 397); Green value is 3 (1.56% from 255 or 0.76% from 397); Blue value is 165 (64.84% from 255 or 41.56% from 397); Max value from RGB is 229 - color contains mainly: red. Hex color #E503A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E503A5 is #1AFC5A. Grayscale: #585858. Windows color (decimal): -1768539 or 10814437. OLE color: 10814437.
HSL color Cylindrical-coordinate representation of color #E503A5: hue angle of 316.99º 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 #E503A5 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 3 | 165 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.10 |
| HSL | 316.99º | 0.97% | 0.45% | - |
| HSV(B) | 316.99º | 0.99% | 0.9% | - |
| XYZ | 39.14 | 19.44 | 37.29 | - |
| YUV | 89.04 | 170.87 | 227.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 3 | 165 | 0 | 0.99 | 0.28 | 0.10 | 316.99 | 0.97 | 0.45 |
| Hex | E5 | 3 | A5 | 0 | 63 | 1C | A | 13D | 61 | 2D |
| Octal | 345 | 3 | 245 | 0 | 143 | 34 | 12 | 475 | 141 | 55 |
| Binary | 11100101 | 11 | 10100101 | 0 | 1100011 | 11100 | 1010 | 100111101 | 1100001 | 101101 |
Color Harmonies of #E503A5
Complementary color
Monochromatic Colors of #E503A5
Black with #E503A5
Text Example
Text Example
White with #E503A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E503A5; }
p { color: rgb(229,3,165); }
H1.HeaderClassName
{
color: #E503A5;
}
.AnyTagClassName
{
color: #E503A5;
}
</style>
background-color css
<style>
a { background-color: #E503A5; }
a { background-color: rgb(229,3,165); }
div.DivClassName
{
background-color: #E503A5;
}
.BgClassName
{
background-color: #E503A5;
}
</style>
border-color css
<style>
span { border-color: #E503A5; }
span { border-color: rgb(229,3,165); }
td.TdClassName
{
border-color: #E503A5;
}
.TagClassName
{
border-color: #E503A5;
}
</style>