Shades of Hollywood Cerise #E50893
Tints of Hollywood Cerise #E50893
RGB
CMYK
RGB Variations
Color information
#E50893 (or 0xE50893) is known color: Hollywood Cerise. HEX triplet: E5, 08 and 93. RGB value is (229,8,147). Sum of RGB (Red+Green+Blue) = 229+8+147=384 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.64% from 384); Green value is 8 (3.52% from 255 or 2.08% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 229 - color contains mainly: red. Hex color #E50893 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50893 is #1AF76C. Grayscale: #595959. Windows color (decimal): -1767277 or 9636069. OLE color: 9636069.
HSL color Cylindrical-coordinate representation of color #E50893: hue angle of 322.26º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E50893 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 8 | 147 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.10 |
| HSL | 322.26º | 0.93% | 0.46% | - |
| HSV(B) | 322.26º | 0.97% | 0.9% | - |
| XYZ | 37.67 | 18.94 | 29.27 | - |
| YUV | 89.93 | 160.22 | 227.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 8 | 147 | 0 | 0.97 | 0.36 | 0.10 | 322.26 | 0.93 | 0.46 |
| Hex | E5 | 8 | 93 | 0 | 61 | 24 | A | 142 | 5D | 2E |
| Octal | 345 | 10 | 223 | 0 | 141 | 44 | 12 | 502 | 135 | 56 |
| Binary | 11100101 | 1000 | 10010011 | 0 | 1100001 | 100100 | 1010 | 101000010 | 1011101 | 101110 |
Color Harmonies of #E50893
Complementary color
Monochromatic Colors of #E50893
Black with #E50893
Text Example
Text Example
White with #E50893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50893; }
p { color: rgb(229,8,147); }
H1.HeaderClassName
{
color: #E50893;
}
.AnyTagClassName
{
color: #E50893;
}
</style>
background-color css
<style>
a { background-color: #E50893; }
a { background-color: rgb(229,8,147); }
div.DivClassName
{
background-color: #E50893;
}
.BgClassName
{
background-color: #E50893;
}
</style>
border-color css
<style>
span { border-color: #E50893; }
span { border-color: rgb(229,8,147); }
td.TdClassName
{
border-color: #E50893;
}
.TagClassName
{
border-color: #E50893;
}
</style>