Shades of Hollywood Cerise #E503AF
Tints of Hollywood Cerise #E503AF
RGB
CMYK
RGB Variations
Color information
#E503AF (or 0xE503AF) is known color: Hollywood Cerise. HEX triplet: E5, 03 and AF. RGB value is (229,3,175). Sum of RGB (Red+Green+Blue) = 229+3+175=407 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.27% from 407); Green value is 3 (1.56% from 255 or 0.74% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 229 - color contains mainly: red. Hex color #E503AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E503AF is #1AFC50. Grayscale: #595959. Windows color (decimal): -1768529 or 11469797. OLE color: 11469797.
HSL color Cylindrical-coordinate representation of color #E503AF: hue angle of 314.34º 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 #E503AF is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 3 | 175 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.10 |
| HSL | 314.34º | 0.97% | 0.45% | - |
| HSV(B) | 314.34º | 0.99% | 0.9% | - |
| XYZ | 40.08 | 19.82 | 42.27 | - |
| YUV | 90.18 | 175.87 | 227.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 3 | 175 | 0 | 0.99 | 0.24 | 0.10 | 314.34 | 0.97 | 0.45 |
| Hex | E5 | 3 | AF | 0 | 63 | 18 | A | 13A | 61 | 2D |
| Octal | 345 | 3 | 257 | 0 | 143 | 30 | 12 | 472 | 141 | 55 |
| Binary | 11100101 | 11 | 10101111 | 0 | 1100011 | 11000 | 1010 | 100111010 | 1100001 | 101101 |
Color Harmonies of #E503AF
Complementary color
Monochromatic Colors of #E503AF
Black with #E503AF
Text Example
Text Example
White with #E503AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E503AF; }
p { color: rgb(229,3,175); }
H1.HeaderClassName
{
color: #E503AF;
}
.AnyTagClassName
{
color: #E503AF;
}
</style>
background-color css
<style>
a { background-color: #E503AF; }
a { background-color: rgb(229,3,175); }
div.DivClassName
{
background-color: #E503AF;
}
.BgClassName
{
background-color: #E503AF;
}
</style>
border-color css
<style>
span { border-color: #E503AF; }
span { border-color: rgb(229,3,175); }
td.TdClassName
{
border-color: #E503AF;
}
.TagClassName
{
border-color: #E503AF;
}
</style>