Shades of Hollywood Cerise #E50D9B
Tints of Hollywood Cerise #E50D9B
RGB
CMYK
RGB Variations
Color information
#E50D9B (or 0xE50D9B) is known color: Hollywood Cerise. HEX triplet: E5, 0D and 9B. RGB value is (229,13,155). Sum of RGB (Red+Green+Blue) = 229+13+155=397 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.68% from 397); Green value is 13 (5.47% from 255 or 3.27% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 229 - color contains mainly: red. Hex color #E50D9B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50D9B is #1AF264. Grayscale: #5D5D5D. Windows color (decimal): -1765989 or 10161637. OLE color: 10161637.
HSL color Cylindrical-coordinate representation of color #E50D9B: hue angle of 320.56º 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 #E50D9B is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 13 | 155 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.10 |
| HSL | 320.56º | 0.89% | 0.47% | - |
| HSV(B) | 320.56º | 0.94% | 0.9% | - |
| XYZ | 38.37 | 19.31 | 32.72 | - |
| YUV | 93.77 | 162.56 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 13 | 155 | 0 | 0.94 | 0.32 | 0.10 | 320.56 | 0.89 | 0.47 |
| Hex | E5 | D | 9B | 0 | 5E | 20 | A | 141 | 59 | 2F |
| Octal | 345 | 15 | 233 | 0 | 136 | 40 | 12 | 501 | 131 | 57 |
| Binary | 11100101 | 1101 | 10011011 | 0 | 1011110 | 100000 | 1010 | 101000001 | 1011001 | 101111 |
Color Harmonies of #E50D9B
Complementary color
Monochromatic Colors of #E50D9B
Black with #E50D9B
Text Example
Text Example
White with #E50D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50D9B; }
p { color: rgb(229,13,155); }
H1.HeaderClassName
{
color: #E50D9B;
}
.AnyTagClassName
{
color: #E50D9B;
}
</style>
background-color css
<style>
a { background-color: #E50D9B; }
a { background-color: rgb(229,13,155); }
div.DivClassName
{
background-color: #E50D9B;
}
.BgClassName
{
background-color: #E50D9B;
}
</style>
border-color css
<style>
span { border-color: #E50D9B; }
span { border-color: rgb(229,13,155); }
td.TdClassName
{
border-color: #E50D9B;
}
.TagClassName
{
border-color: #E50D9B;
}
</style>