Shades of Hollywood Cerise #E50DAC
Tints of Hollywood Cerise #E50DAC
RGB
CMYK
RGB Variations
Color information
#E50DAC (or 0xE50DAC) is known color: Hollywood Cerise. HEX triplet: E5, 0D and AC. RGB value is (229,13,172). Sum of RGB (Red+Green+Blue) = 229+13+172=414 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.31% from 414); Green value is 13 (5.47% from 255 or 3.14% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 229 - color contains mainly: red. Hex color #E50DAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50DAC is #1AF253. Grayscale: #5F5F5F. Windows color (decimal): -1765972 or 11275749. OLE color: 11275749.
HSL color Cylindrical-coordinate representation of color #E50DAC: hue angle of 315.83º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E50DAC is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 13 | 172 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.10 |
| HSL | 315.83º | 0.89% | 0.47% | - |
| HSV(B) | 315.83º | 0.94% | 0.9% | - |
| XYZ | 39.9 | 19.92 | 40.77 | - |
| YUV | 95.71 | 171.06 | 223.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 13 | 172 | 0 | 0.94 | 0.25 | 0.10 | 315.83 | 0.89 | 0.47 |
| Hex | E5 | D | AC | 0 | 5E | 19 | A | 13C | 59 | 2F |
| Octal | 345 | 15 | 254 | 0 | 136 | 31 | 12 | 474 | 131 | 57 |
| Binary | 11100101 | 1101 | 10101100 | 0 | 1011110 | 11001 | 1010 | 100111100 | 1011001 | 101111 |
Color Harmonies of #E50DAC
Complementary color
Monochromatic Colors of #E50DAC
Black with #E50DAC
Text Example
Text Example
White with #E50DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50DAC; }
p { color: rgb(229,13,172); }
H1.HeaderClassName
{
color: #E50DAC;
}
.AnyTagClassName
{
color: #E50DAC;
}
</style>
background-color css
<style>
a { background-color: #E50DAC; }
a { background-color: rgb(229,13,172); }
div.DivClassName
{
background-color: #E50DAC;
}
.BgClassName
{
background-color: #E50DAC;
}
</style>
border-color css
<style>
span { border-color: #E50DAC; }
span { border-color: rgb(229,13,172); }
td.TdClassName
{
border-color: #E50DAC;
}
.TagClassName
{
border-color: #E50DAC;
}
</style>