Shades of Hollywood Cerise #E50892
Tints of Hollywood Cerise #E50892
RGB
CMYK
RGB Variations
Color information
#E50892 (or 0xE50892) is known color: Hollywood Cerise. HEX triplet: E5, 08 and 92. RGB value is (229,8,146). Sum of RGB (Red+Green+Blue) = 229+8+146=383 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.79% from 383); Green value is 8 (3.52% from 255 or 2.09% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 229 - color contains mainly: red. Hex color #E50892 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50892 is #1AF76D. Grayscale: #595959. Windows color (decimal): -1767278 or 9570533. OLE color: 9570533.
HSL color Cylindrical-coordinate representation of color #E50892: hue angle of 322.53º 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 #E50892 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 8 | 146 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.10 |
| HSL | 322.53º | 0.93% | 0.46% | - |
| HSV(B) | 322.53º | 0.97% | 0.9% | - |
| XYZ | 37.59 | 18.91 | 28.86 | - |
| YUV | 89.81 | 159.72 | 227.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 8 | 146 | 0 | 0.97 | 0.36 | 0.10 | 322.53 | 0.93 | 0.46 |
| Hex | E5 | 8 | 92 | 0 | 61 | 24 | A | 143 | 5D | 2E |
| Octal | 345 | 10 | 222 | 0 | 141 | 44 | 12 | 503 | 135 | 56 |
| Binary | 11100101 | 1000 | 10010010 | 0 | 1100001 | 100100 | 1010 | 101000011 | 1011101 | 101110 |
Color Harmonies of #E50892
Complementary color
Monochromatic Colors of #E50892
Black with #E50892
Text Example
Text Example
White with #E50892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50892; }
p { color: rgb(229,8,146); }
H1.HeaderClassName
{
color: #E50892;
}
.AnyTagClassName
{
color: #E50892;
}
</style>
background-color css
<style>
a { background-color: #E50892; }
a { background-color: rgb(229,8,146); }
div.DivClassName
{
background-color: #E50892;
}
.BgClassName
{
background-color: #E50892;
}
</style>
border-color css
<style>
span { border-color: #E50892; }
span { border-color: rgb(229,8,146); }
td.TdClassName
{
border-color: #E50892;
}
.TagClassName
{
border-color: #E50892;
}
</style>