Shades of Hollywood Cerise #E50F9D
Tints of Hollywood Cerise #E50F9D
RGB
CMYK
RGB Variations
Color information
#E50F9D (or 0xE50F9D) is known color: Hollywood Cerise. HEX triplet: E5, 0F and 9D. RGB value is (229,15,157). Sum of RGB (Red+Green+Blue) = 229+15+157=401 (53% of max value = 765). Red value is 229 (89.84% from 255 or 57.11% from 401); Green value is 15 (6.25% from 255 or 3.74% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 229 - color contains mainly: red. Hex color #E50F9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50F9D is #1AF062. Grayscale: #5E5E5E. Windows color (decimal): -1765475 or 10293221. OLE color: 10293221.
HSL color Cylindrical-coordinate representation of color #E50F9D: hue angle of 320.19º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E50F9D is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 15 | 157 | - |
| CMYK | 0 | 0.93 | 0.31 | 0.10 |
| HSL | 320.19º | 0.88% | 0.48% | - |
| HSV(B) | 320.19º | 0.93% | 0.9% | - |
| XYZ | 38.57 | 19.43 | 33.62 | - |
| YUV | 95.17 | 162.9 | 223.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 15 | 157 | 0 | 0.93 | 0.31 | 0.10 | 320.19 | 0.88 | 0.48 |
| Hex | E5 | F | 9D | 0 | 5D | 1F | A | 140 | 58 | 30 |
| Octal | 345 | 17 | 235 | 0 | 135 | 37 | 12 | 500 | 130 | 60 |
| Binary | 11100101 | 1111 | 10011101 | 0 | 1011101 | 11111 | 1010 | 101000000 | 1011000 | 110000 |
Color Harmonies of #E50F9D
Complementary color
Monochromatic Colors of #E50F9D
Black with #E50F9D
Text Example
Text Example
White with #E50F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50F9D; }
p { color: rgb(229,15,157); }
H1.HeaderClassName
{
color: #E50F9D;
}
.AnyTagClassName
{
color: #E50F9D;
}
</style>
background-color css
<style>
a { background-color: #E50F9D; }
a { background-color: rgb(229,15,157); }
div.DivClassName
{
background-color: #E50F9D;
}
.BgClassName
{
background-color: #E50F9D;
}
</style>
border-color css
<style>
span { border-color: #E50F9D; }
span { border-color: rgb(229,15,157); }
td.TdClassName
{
border-color: #E50F9D;
}
.TagClassName
{
border-color: #E50F9D;
}
</style>