Shades of Hollywood Cerise #E50CAC
Tints of Hollywood Cerise #E50CAC
RGB
CMYK
RGB Variations
Color information
#E50CAC (or 0xE50CAC) is known color: Hollywood Cerise. HEX triplet: E5, 0C and AC. RGB value is (229,12,172). Sum of RGB (Red+Green+Blue) = 229+12+172=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 12 (5.08% from 255 or 2.91% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E50CAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50CAC is #1AF353. Grayscale: #5E5E5E. Windows color (decimal): -1766228 or 11275493. OLE color: 11275493.
HSL color Cylindrical-coordinate representation of color #E50CAC: hue angle of 315.76º 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 #E50CAC is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 12 | 172 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.10 |
| HSL | 315.76º | 0.9% | 0.47% | - |
| HSV(B) | 315.76º | 0.95% | 0.9% | - |
| XYZ | 39.89 | 19.9 | 40.77 | - |
| YUV | 95.12 | 171.39 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 12 | 172 | 0 | 0.95 | 0.25 | 0.10 | 315.76 | 0.9 | 0.47 |
| Hex | E5 | C | AC | 0 | 5F | 19 | A | 13C | 5A | 2F |
| Octal | 345 | 14 | 254 | 0 | 137 | 31 | 12 | 474 | 132 | 57 |
| Binary | 11100101 | 1100 | 10101100 | 0 | 1011111 | 11001 | 1010 | 100111100 | 1011010 | 101111 |
Color Harmonies of #E50CAC
Complementary color
Monochromatic Colors of #E50CAC
Black with #E50CAC
Text Example
Text Example
White with #E50CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50CAC; }
p { color: rgb(229,12,172); }
H1.HeaderClassName
{
color: #E50CAC;
}
.AnyTagClassName
{
color: #E50CAC;
}
</style>
background-color css
<style>
a { background-color: #E50CAC; }
a { background-color: rgb(229,12,172); }
div.DivClassName
{
background-color: #E50CAC;
}
.BgClassName
{
background-color: #E50CAC;
}
</style>
border-color css
<style>
span { border-color: #E50CAC; }
span { border-color: rgb(229,12,172); }
td.TdClassName
{
border-color: #E50CAC;
}
.TagClassName
{
border-color: #E50CAC;
}
</style>