Shades of Hollywood Cerise #E501AA
Tints of Hollywood Cerise #E501AA
RGB
CMYK
RGB Variations
Color information
#E501AA (or 0xE501AA) is known color: Hollywood Cerise. HEX triplet: E5, 01 and AA. RGB value is (229,1,170). Sum of RGB (Red+Green+Blue) = 229+1+170=400 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.25% from 400); Green value is 1 (0.78% from 255 or 0.25% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 229 - color contains mainly: red. Hex color #E501AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E501AA is #1AFE55. Grayscale: #575757. Windows color (decimal): -1769046 or 11141605. OLE color: 11141605.
HSL color Cylindrical-coordinate representation of color #E501AA: hue angle of 315.53º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E501AA is Cyan = 0, Magento = 1.00, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 170 | - |
| CMYK | 0 | 1.00 | 0.26 | 0.10 |
| HSL | 315.53º | 0.99% | 0.45% | - |
| HSV(B) | 315.53º | 1% | 0.9% | - |
| XYZ | 39.58 | 19.58 | 39.72 | - |
| YUV | 88.44 | 174.04 | 228.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 170 | 0 | 1.00 | 0.26 | 0.10 | 315.53 | 0.99 | 0.45 |
| Hex | E5 | 1 | AA | 0 | 64 | 1A | A | 13C | 63 | 2D |
| Octal | 345 | 1 | 252 | 0 | 144 | 32 | 12 | 474 | 143 | 55 |
| Binary | 11100101 | 1 | 10101010 | 0 | 1100100 | 11010 | 1010 | 100111100 | 1100011 | 101101 |
Color Harmonies of #E501AA
Complementary color
Monochromatic Colors of #E501AA
Black with #E501AA
Text Example
Text Example
White with #E501AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E501AA; }
p { color: rgb(229,1,170); }
H1.HeaderClassName
{
color: #E501AA;
}
.AnyTagClassName
{
color: #E501AA;
}
</style>
background-color css
<style>
a { background-color: #E501AA; }
a { background-color: rgb(229,1,170); }
div.DivClassName
{
background-color: #E501AA;
}
.BgClassName
{
background-color: #E501AA;
}
</style>
border-color css
<style>
span { border-color: #E501AA; }
span { border-color: rgb(229,1,170); }
td.TdClassName
{
border-color: #E501AA;
}
.TagClassName
{
border-color: #E501AA;
}
</style>