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