Shades of Hollywood Cerise #E50DA9
Tints of Hollywood Cerise #E50DA9
RGB
CMYK
RGB Variations
Color information
#E50DA9 (or 0xE50DA9) is known color: Hollywood Cerise. HEX triplet: E5, 0D and A9. RGB value is (229,13,169). Sum of RGB (Red+Green+Blue) = 229+13+169=411 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.72% from 411); Green value is 13 (5.47% from 255 or 3.16% from 411); Blue value is 169 (66.41% from 255 or 41.12% from 411); Max value from RGB is 229 - color contains mainly: red. Hex color #E50DA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50DA9 is #1AF256. Grayscale: #5E5E5E. Windows color (decimal): -1765975 or 11079141. OLE color: 11079141.
HSL color Cylindrical-coordinate representation of color #E50DA9: hue angle of 316.67º 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 #E50DA9 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 13 | 169 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.10 |
| HSL | 316.67º | 0.89% | 0.47% | - |
| HSV(B) | 316.67º | 0.94% | 0.9% | - |
| XYZ | 39.62 | 19.81 | 39.27 | - |
| YUV | 95.37 | 169.56 | 223.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 13 | 169 | 0 | 0.94 | 0.26 | 0.10 | 316.67 | 0.89 | 0.47 |
| Hex | E5 | D | A9 | 0 | 5E | 1A | A | 13D | 59 | 2F |
| Octal | 345 | 15 | 251 | 0 | 136 | 32 | 12 | 475 | 131 | 57 |
| Binary | 11100101 | 1101 | 10101001 | 0 | 1011110 | 11010 | 1010 | 100111101 | 1011001 | 101111 |
Color Harmonies of #E50DA9
Complementary color
Monochromatic Colors of #E50DA9
Black with #E50DA9
Text Example
Text Example
White with #E50DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50DA9; }
p { color: rgb(229,13,169); }
H1.HeaderClassName
{
color: #E50DA9;
}
.AnyTagClassName
{
color: #E50DA9;
}
</style>
background-color css
<style>
a { background-color: #E50DA9; }
a { background-color: rgb(229,13,169); }
div.DivClassName
{
background-color: #E50DA9;
}
.BgClassName
{
background-color: #E50DA9;
}
</style>
border-color css
<style>
span { border-color: #E50DA9; }
span { border-color: rgb(229,13,169); }
td.TdClassName
{
border-color: #E50DA9;
}
.TagClassName
{
border-color: #E50DA9;
}
</style>