Shades of Hollywood Cerise #E50391
Tints of Hollywood Cerise #E50391
RGB
CMYK
RGB Variations
Color information
#E50391 (or 0xE50391) is known color: Hollywood Cerise. HEX triplet: E5, 03 and 91. RGB value is (229,3,145). Sum of RGB (Red+Green+Blue) = 229+3+145=377 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.74% from 377); Green value is 3 (1.56% from 255 or 0.80% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 229 - color contains mainly: red. Hex color #E50391 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50391 is #1AFC6E. Grayscale: #565656. Windows color (decimal): -1768559 or 9503717. OLE color: 9503717.
HSL color Cylindrical-coordinate representation of color #E50391: hue angle of 322.3º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E50391 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 3 | 145 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.10 |
| HSL | 322.3º | 0.97% | 0.45% | - |
| HSV(B) | 322.3º | 0.99% | 0.9% | - |
| XYZ | 37.46 | 18.77 | 28.44 | - |
| YUV | 86.76 | 160.87 | 229.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 3 | 145 | 0 | 0.99 | 0.37 | 0.10 | 322.3 | 0.97 | 0.45 |
| Hex | E5 | 3 | 91 | 0 | 63 | 25 | A | 142 | 61 | 2D |
| Octal | 345 | 3 | 221 | 0 | 143 | 45 | 12 | 502 | 141 | 55 |
| Binary | 11100101 | 11 | 10010001 | 0 | 1100011 | 100101 | 1010 | 101000010 | 1100001 | 101101 |
Color Harmonies of #E50391
Complementary color
Monochromatic Colors of #E50391
Black with #E50391
Text Example
Text Example
White with #E50391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50391; }
p { color: rgb(229,3,145); }
H1.HeaderClassName
{
color: #E50391;
}
.AnyTagClassName
{
color: #E50391;
}
</style>
background-color css
<style>
a { background-color: #E50391; }
a { background-color: rgb(229,3,145); }
div.DivClassName
{
background-color: #E50391;
}
.BgClassName
{
background-color: #E50391;
}
</style>
border-color css
<style>
span { border-color: #E50391; }
span { border-color: rgb(229,3,145); }
td.TdClassName
{
border-color: #E50391;
}
.TagClassName
{
border-color: #E50391;
}
</style>