Shades of Hollywood Cerise #E50092
Tints of Hollywood Cerise #E50092
RGB
CMYK
RGB Variations
Color information
#E50092 (or 0xE50092) is known color: Hollywood Cerise. HEX triplet: E5, 00 and 92. RGB value is (229,0,146). Sum of RGB (Red+Green+Blue) = 229+0+146=375 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.07% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 229 - color contains mainly: red. Hex color #E50092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50092 is #1AFF6D. Grayscale: #545454. Windows color (decimal): -1769326 or 9568485. OLE color: 9568485.
HSL color Cylindrical-coordinate representation of color #E50092: hue angle of 321.75º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E50092 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 0 | 146 | - |
| CMYK | 0 | 1 | 0.36 | 0.10 |
| HSL | 321.75º | 1% | 0.45% | - |
| HSV(B) | 321.75º | 1% | 0.9% | - |
| XYZ | 37.5 | 18.73 | 28.83 | - |
| YUV | 85.12 | 162.37 | 230.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 146 | 0 | 1 | 0.36 | 0.10 | 321.75 | 1 | 0.45 |
| Hex | E5 | 0 | 92 | 0 | 64 | 24 | A | 142 | 64 | 2D |
| Octal | 345 | 0 | 222 | 0 | 144 | 44 | 12 | 502 | 144 | 55 |
| Binary | 11100101 | 0 | 10010010 | 0 | 1100100 | 100100 | 1010 | 101000010 | 1100100 | 101101 |
Color Harmonies of #E50092
Complementary color
Monochromatic Colors of #E50092
Black with #E50092
Text Example
Text Example
White with #E50092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50092; }
p { color: rgb(229,0,146); }
H1.HeaderClassName
{
color: #E50092;
}
.AnyTagClassName
{
color: #E50092;
}
</style>
background-color css
<style>
a { background-color: #E50092; }
a { background-color: rgb(229,0,146); }
div.DivClassName
{
background-color: #E50092;
}
.BgClassName
{
background-color: #E50092;
}
</style>
border-color css
<style>
span { border-color: #E50092; }
span { border-color: rgb(229,0,146); }
td.TdClassName
{
border-color: #E50092;
}
.TagClassName
{
border-color: #E50092;
}
</style>