Shades of Hollywood Cerise #E10DB0
Tints of Hollywood Cerise #E10DB0
RGB
CMYK
RGB Variations
Color information
#E10DB0 (or 0xE10DB0) is known color: Hollywood Cerise. HEX triplet: E1, 0D and B0. RGB value is (225,13,176). Sum of RGB (Red+Green+Blue) = 225+13+176=414 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.35% from 414); Green value is 13 (5.47% from 255 or 3.14% from 414); Blue value is 176 (69.14% from 255 or 42.51% from 414); Max value from RGB is 225 - color contains mainly: red. Hex color #E10DB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10DB0 is #1EF24F. Grayscale: #5E5E5E. Windows color (decimal): -2028112 or 11537889. OLE color: 11537889.
HSL color Cylindrical-coordinate representation of color #E10DB0: hue angle of 313.87º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E10DB0 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 13 | 176 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.12 |
| HSL | 313.87º | 0.89% | 0.47% | - |
| HSV(B) | 313.87º | 0.94% | 0.88% | - |
| XYZ | 39.03 | 19.43 | 42.77 | - |
| YUV | 94.97 | 173.74 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 13 | 176 | 0 | 0.94 | 0.22 | 0.12 | 313.87 | 0.89 | 0.47 |
| Hex | E1 | D | B0 | 0 | 5E | 16 | C | 13A | 59 | 2F |
| Octal | 341 | 15 | 260 | 0 | 136 | 26 | 14 | 472 | 131 | 57 |
| Binary | 11100001 | 1101 | 10110000 | 0 | 1011110 | 10110 | 1100 | 100111010 | 1011001 | 101111 |
Color Harmonies of #E10DB0
Complementary color
Monochromatic Colors of #E10DB0
Black with #E10DB0
Text Example
Text Example
White with #E10DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10DB0; }
p { color: rgb(225,13,176); }
H1.HeaderClassName
{
color: #E10DB0;
}
.AnyTagClassName
{
color: #E10DB0;
}
</style>
background-color css
<style>
a { background-color: #E10DB0; }
a { background-color: rgb(225,13,176); }
div.DivClassName
{
background-color: #E10DB0;
}
.BgClassName
{
background-color: #E10DB0;
}
</style>
border-color css
<style>
span { border-color: #E10DB0; }
span { border-color: rgb(225,13,176); }
td.TdClassName
{
border-color: #E10DB0;
}
.TagClassName
{
border-color: #E10DB0;
}
</style>