Shades of Hollywood Cerise #E50DB1
Tints of Hollywood Cerise #E50DB1
RGB
CMYK
RGB Variations
Color information
#E50DB1 (or 0xE50DB1) is known color: Hollywood Cerise. HEX triplet: E5, 0D and B1. RGB value is (229,13,177). Sum of RGB (Red+Green+Blue) = 229+13+177=419 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.65% from 419); Green value is 13 (5.47% from 255 or 3.10% from 419); Blue value is 177 (69.53% from 255 or 42.24% from 419); Max value from RGB is 229 - color contains mainly: red. Hex color #E50DB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50DB1 is #1AF24E. Grayscale: #5F5F5F. Windows color (decimal): -1765967 or 11603429. OLE color: 11603429.
HSL color Cylindrical-coordinate representation of color #E50DB1: hue angle of 314.44º 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 #E50DB1 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 13 | 177 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.10 |
| HSL | 314.44º | 0.89% | 0.47% | - |
| HSV(B) | 314.44º | 0.94% | 0.9% | - |
| XYZ | 40.39 | 20.12 | 43.35 | - |
| YUV | 96.28 | 173.56 | 222.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 13 | 177 | 0 | 0.94 | 0.23 | 0.10 | 314.44 | 0.89 | 0.47 |
| Hex | E5 | D | B1 | 0 | 5E | 17 | A | 13A | 59 | 2F |
| Octal | 345 | 15 | 261 | 0 | 136 | 27 | 12 | 472 | 131 | 57 |
| Binary | 11100101 | 1101 | 10110001 | 0 | 1011110 | 10111 | 1010 | 100111010 | 1011001 | 101111 |
Color Harmonies of #E50DB1
Complementary color
Monochromatic Colors of #E50DB1
Black with #E50DB1
Text Example
Text Example
White with #E50DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50DB1; }
p { color: rgb(229,13,177); }
H1.HeaderClassName
{
color: #E50DB1;
}
.AnyTagClassName
{
color: #E50DB1;
}
</style>
background-color css
<style>
a { background-color: #E50DB1; }
a { background-color: rgb(229,13,177); }
div.DivClassName
{
background-color: #E50DB1;
}
.BgClassName
{
background-color: #E50DB1;
}
</style>
border-color css
<style>
span { border-color: #E50DB1; }
span { border-color: rgb(229,13,177); }
td.TdClassName
{
border-color: #E50DB1;
}
.TagClassName
{
border-color: #E50DB1;
}
</style>