Shades of Hollywood Cerise #E51092
Tints of Hollywood Cerise #E51092
RGB
CMYK
RGB Variations
Color information
#E51092 (or 0xE51092) is known color: Hollywood Cerise. HEX triplet: E5, 10 and 92. RGB value is (229,16,146). Sum of RGB (Red+Green+Blue) = 229+16+146=391 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.57% from 391); Green value is 16 (6.64% from 255 or 4.09% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 229 - color contains mainly: red. Hex color #E51092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E51092 is #1AEF6D. Grayscale: #5E5E5E. Windows color (decimal): -1765230 or 9572581. OLE color: 9572581.
HSL color Cylindrical-coordinate representation of color #E51092: hue angle of 323.38º degrees, saturation: 0.87, 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 #E51092 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 16 | 146 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.10 |
| HSL | 323.38º | 0.87% | 0.48% | - |
| HSV(B) | 323.38º | 0.93% | 0.9% | - |
| XYZ | 37.69 | 19.1 | 28.9 | - |
| YUV | 94.51 | 157.07 | 223.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 16 | 146 | 0 | 0.93 | 0.36 | 0.10 | 323.38 | 0.87 | 0.48 |
| Hex | E5 | 10 | 92 | 0 | 5D | 24 | A | 143 | 57 | 30 |
| Octal | 345 | 20 | 222 | 0 | 135 | 44 | 12 | 503 | 127 | 60 |
| Binary | 11100101 | 10000 | 10010010 | 0 | 1011101 | 100100 | 1010 | 101000011 | 1010111 | 110000 |
Color Harmonies of #E51092
Complementary color
Monochromatic Colors of #E51092
Black with #E51092
Text Example
Text Example
White with #E51092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51092; }
p { color: rgb(229,16,146); }
H1.HeaderClassName
{
color: #E51092;
}
.AnyTagClassName
{
color: #E51092;
}
</style>
background-color css
<style>
a { background-color: #E51092; }
a { background-color: rgb(229,16,146); }
div.DivClassName
{
background-color: #E51092;
}
.BgClassName
{
background-color: #E51092;
}
</style>
border-color css
<style>
span { border-color: #E51092; }
span { border-color: rgb(229,16,146); }
td.TdClassName
{
border-color: #E51092;
}
.TagClassName
{
border-color: #E51092;
}
</style>