Shades of Hollywood Cerise #E508A0
Tints of Hollywood Cerise #E508A0
RGB
CMYK
RGB Variations
Color information
#E508A0 (or 0xE508A0) is known color: Hollywood Cerise. HEX triplet: E5, 08 and A0. RGB value is (229,8,160). Sum of RGB (Red+Green+Blue) = 229+8+160=397 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.68% from 397); Green value is 8 (3.52% from 255 or 2.02% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 229 - color contains mainly: red. Hex color #E508A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E508A0 is #1AF75F. Grayscale: #5B5B5B. Windows color (decimal): -1767264 or 10488037. OLE color: 10488037.
HSL color Cylindrical-coordinate representation of color #E508A0: hue angle of 318.73º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E508A0 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 8 | 160 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.10 |
| HSL | 318.73º | 0.93% | 0.46% | - |
| HSV(B) | 318.73º | 0.97% | 0.9% | - |
| XYZ | 38.75 | 19.37 | 34.95 | - |
| YUV | 91.41 | 166.72 | 226.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 8 | 160 | 0 | 0.97 | 0.30 | 0.10 | 318.73 | 0.93 | 0.46 |
| Hex | E5 | 8 | A0 | 0 | 61 | 1E | A | 13F | 5D | 2E |
| Octal | 345 | 10 | 240 | 0 | 141 | 36 | 12 | 477 | 135 | 56 |
| Binary | 11100101 | 1000 | 10100000 | 0 | 1100001 | 11110 | 1010 | 100111111 | 1011101 | 101110 |
Color Harmonies of #E508A0
Complementary color
Monochromatic Colors of #E508A0
Black with #E508A0
Text Example
Text Example
White with #E508A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E508A0; }
p { color: rgb(229,8,160); }
H1.HeaderClassName
{
color: #E508A0;
}
.AnyTagClassName
{
color: #E508A0;
}
</style>
background-color css
<style>
a { background-color: #E508A0; }
a { background-color: rgb(229,8,160); }
div.DivClassName
{
background-color: #E508A0;
}
.BgClassName
{
background-color: #E508A0;
}
</style>
border-color css
<style>
span { border-color: #E508A0; }
span { border-color: rgb(229,8,160); }
td.TdClassName
{
border-color: #E508A0;
}
.TagClassName
{
border-color: #E508A0;
}
</style>