Shades of Hollywood Cerise #E50DAB
Tints of Hollywood Cerise #E50DAB
RGB
CMYK
RGB Variations
Color information
#E50DAB (or 0xE50DAB) is known color: Hollywood Cerise. HEX triplet: E5, 0D and AB. RGB value is (229,13,171). Sum of RGB (Red+Green+Blue) = 229+13+171=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 13 (5.47% from 255 or 3.15% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E50DAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50DAB is #1AF254. Grayscale: #5F5F5F. Windows color (decimal): -1765973 or 11210213. OLE color: 11210213.
HSL color Cylindrical-coordinate representation of color #E50DAB: hue angle of 316.11º 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 #E50DAB is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 13 | 171 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.10 |
| HSL | 316.11º | 0.89% | 0.47% | - |
| HSV(B) | 316.11º | 0.94% | 0.9% | - |
| XYZ | 39.81 | 19.89 | 40.27 | - |
| YUV | 95.6 | 170.56 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 13 | 171 | 0 | 0.94 | 0.25 | 0.10 | 316.11 | 0.89 | 0.47 |
| Hex | E5 | D | AB | 0 | 5E | 19 | A | 13C | 59 | 2F |
| Octal | 345 | 15 | 253 | 0 | 136 | 31 | 12 | 474 | 131 | 57 |
| Binary | 11100101 | 1101 | 10101011 | 0 | 1011110 | 11001 | 1010 | 100111100 | 1011001 | 101111 |
Color Harmonies of #E50DAB
Complementary color
Monochromatic Colors of #E50DAB
Black with #E50DAB
Text Example
Text Example
White with #E50DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50DAB; }
p { color: rgb(229,13,171); }
H1.HeaderClassName
{
color: #E50DAB;
}
.AnyTagClassName
{
color: #E50DAB;
}
</style>
background-color css
<style>
a { background-color: #E50DAB; }
a { background-color: rgb(229,13,171); }
div.DivClassName
{
background-color: #E50DAB;
}
.BgClassName
{
background-color: #E50DAB;
}
</style>
border-color css
<style>
span { border-color: #E50DAB; }
span { border-color: rgb(229,13,171); }
td.TdClassName
{
border-color: #E50DAB;
}
.TagClassName
{
border-color: #E50DAB;
}
</style>