Shades of Hollywood Cerise #E50CA8
Tints of Hollywood Cerise #E50CA8
RGB
CMYK
RGB Variations
Color information
#E50CA8 (or 0xE50CA8) is known color: Hollywood Cerise. HEX triplet: E5, 0C and A8. RGB value is (229,12,168). Sum of RGB (Red+Green+Blue) = 229+12+168=409 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.99% from 409); Green value is 12 (5.08% from 255 or 2.93% from 409); Blue value is 168 (66.02% from 255 or 41.08% from 409); Max value from RGB is 229 - color contains mainly: red. Hex color #E50CA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50CA8 is #1AF357. Grayscale: #5E5E5E. Windows color (decimal): -1766232 or 11013349. OLE color: 11013349.
HSL color Cylindrical-coordinate representation of color #E50CA8: hue angle of 316.87º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E50CA8 is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 12 | 168 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.10 |
| HSL | 316.87º | 0.9% | 0.47% | - |
| HSV(B) | 316.87º | 0.95% | 0.9% | - |
| XYZ | 39.51 | 19.75 | 38.78 | - |
| YUV | 94.67 | 169.39 | 223.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 12 | 168 | 0 | 0.95 | 0.27 | 0.10 | 316.87 | 0.9 | 0.47 |
| Hex | E5 | C | A8 | 0 | 5F | 1B | A | 13D | 5A | 2F |
| Octal | 345 | 14 | 250 | 0 | 137 | 33 | 12 | 475 | 132 | 57 |
| Binary | 11100101 | 1100 | 10101000 | 0 | 1011111 | 11011 | 1010 | 100111101 | 1011010 | 101111 |
Color Harmonies of #E50CA8
Complementary color
Monochromatic Colors of #E50CA8
Black with #E50CA8
Text Example
Text Example
White with #E50CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50CA8; }
p { color: rgb(229,12,168); }
H1.HeaderClassName
{
color: #E50CA8;
}
.AnyTagClassName
{
color: #E50CA8;
}
</style>
background-color css
<style>
a { background-color: #E50CA8; }
a { background-color: rgb(229,12,168); }
div.DivClassName
{
background-color: #E50CA8;
}
.BgClassName
{
background-color: #E50CA8;
}
</style>
border-color css
<style>
span { border-color: #E50CA8; }
span { border-color: rgb(229,12,168); }
td.TdClassName
{
border-color: #E50CA8;
}
.TagClassName
{
border-color: #E50CA8;
}
</style>