Shades of Hollywood Cerise #E50DB0
Tints of Hollywood Cerise #E50DB0
RGB
CMYK
RGB Variations
Color information
#E50DB0 (or 0xE50DB0) is known color: Hollywood Cerise. HEX triplet: E5, 0D and B0. RGB value is (229,13,176). Sum of RGB (Red+Green+Blue) = 229+13+176=418 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.78% from 418); Green value is 13 (5.47% from 255 or 3.11% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 229 - color contains mainly: red. Hex color #E50DB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50DB0 is #1AF24F. Grayscale: #5F5F5F. Windows color (decimal): -1765968 or 11537893. OLE color: 11537893.
HSL color Cylindrical-coordinate representation of color #E50DB0: hue angle of 314.72º 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 #E50DB0 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 13 | 176 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.10 |
| HSL | 314.72º | 0.89% | 0.47% | - |
| HSV(B) | 314.72º | 0.94% | 0.9% | - |
| XYZ | 40.29 | 20.08 | 42.83 | - |
| YUV | 96.17 | 173.06 | 222.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 13 | 176 | 0 | 0.94 | 0.23 | 0.10 | 314.72 | 0.89 | 0.47 |
| Hex | E5 | D | B0 | 0 | 5E | 17 | A | 13B | 59 | 2F |
| Octal | 345 | 15 | 260 | 0 | 136 | 27 | 12 | 473 | 131 | 57 |
| Binary | 11100101 | 1101 | 10110000 | 0 | 1011110 | 10111 | 1010 | 100111011 | 1011001 | 101111 |
Color Harmonies of #E50DB0
Complementary color
Monochromatic Colors of #E50DB0
Black with #E50DB0
Text Example
Text Example
White with #E50DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50DB0; }
p { color: rgb(229,13,176); }
H1.HeaderClassName
{
color: #E50DB0;
}
.AnyTagClassName
{
color: #E50DB0;
}
</style>
background-color css
<style>
a { background-color: #E50DB0; }
a { background-color: rgb(229,13,176); }
div.DivClassName
{
background-color: #E50DB0;
}
.BgClassName
{
background-color: #E50DB0;
}
</style>
border-color css
<style>
span { border-color: #E50DB0; }
span { border-color: rgb(229,13,176); }
td.TdClassName
{
border-color: #E50DB0;
}
.TagClassName
{
border-color: #E50DB0;
}
</style>