Shades of Hollywood Cerise #E505AA
Tints of Hollywood Cerise #E505AA
RGB
CMYK
RGB Variations
Color information
#E505AA (or 0xE505AA) is known color: Hollywood Cerise. HEX triplet: E5, 05 and AA. RGB value is (229,5,170). Sum of RGB (Red+Green+Blue) = 229+5+170=404 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.68% from 404); Green value is 5 (2.34% from 255 or 1.24% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 229 - color contains mainly: red. Hex color #E505AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E505AA is #1AFA55. Grayscale: #5A5A5A. Windows color (decimal): -1768022 or 11142629. OLE color: 11142629.
HSL color Cylindrical-coordinate representation of color #E505AA: hue angle of 315.8º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E505AA is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 170 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.10 |
| HSL | 315.8º | 0.96% | 0.46% | - |
| HSV(B) | 315.8º | 0.98% | 0.9% | - |
| XYZ | 39.62 | 19.67 | 39.74 | - |
| YUV | 90.79 | 172.71 | 226.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 170 | 0 | 0.98 | 0.26 | 0.10 | 315.8 | 0.96 | 0.46 |
| Hex | E5 | 5 | AA | 0 | 62 | 1A | A | 13C | 60 | 2E |
| Octal | 345 | 5 | 252 | 0 | 142 | 32 | 12 | 474 | 140 | 56 |
| Binary | 11100101 | 101 | 10101010 | 0 | 1100010 | 11010 | 1010 | 100111100 | 1100000 | 101110 |
Color Harmonies of #E505AA
Complementary color
Monochromatic Colors of #E505AA
Black with #E505AA
Text Example
Text Example
White with #E505AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E505AA; }
p { color: rgb(229,5,170); }
H1.HeaderClassName
{
color: #E505AA;
}
.AnyTagClassName
{
color: #E505AA;
}
</style>
background-color css
<style>
a { background-color: #E505AA; }
a { background-color: rgb(229,5,170); }
div.DivClassName
{
background-color: #E505AA;
}
.BgClassName
{
background-color: #E505AA;
}
</style>
border-color css
<style>
span { border-color: #E505AA; }
span { border-color: rgb(229,5,170); }
td.TdClassName
{
border-color: #E505AA;
}
.TagClassName
{
border-color: #E505AA;
}
</style>