Shades of Hollywood Cerise #E90C92
Tints of Hollywood Cerise #E90C92
RGB
CMYK
RGB Variations
Color information
#E90C92 (or 0xE90C92) is known color: Hollywood Cerise. HEX triplet: E9, 0C and 92. RGB value is (233,12,146). Sum of RGB (Red+Green+Blue) = 233+12+146=391 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.59% from 391); Green value is 12 (5.08% from 255 or 3.07% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 233 - color contains mainly: red. Hex color #E90C92 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90C92 is #16F36D. Grayscale: #5D5D5D. Windows color (decimal): -1504110 or 9571561. OLE color: 9571561.
HSL color Cylindrical-coordinate representation of color #E90C92: hue angle of 323.62º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E90C92 is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 12 | 146 | - |
| CMYK | 0 | 0.95 | 0.37 | 0.09 |
| HSL | 323.62º | 0.9% | 0.48% | - |
| HSV(B) | 323.62º | 0.95% | 0.91% | - |
| XYZ | 38.92 | 19.66 | 28.94 | - |
| YUV | 93.36 | 157.72 | 227.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 12 | 146 | 0 | 0.95 | 0.37 | 0.09 | 323.62 | 0.9 | 0.48 |
| Hex | E9 | C | 92 | 0 | 5F | 25 | 9 | 144 | 5A | 30 |
| Octal | 351 | 14 | 222 | 0 | 137 | 45 | 11 | 504 | 132 | 60 |
| Binary | 11101001 | 1100 | 10010010 | 0 | 1011111 | 100101 | 1001 | 101000100 | 1011010 | 110000 |
Color Harmonies of #E90C92
Complementary color
Monochromatic Colors of #E90C92
Black with #E90C92
Text Example
Text Example
White with #E90C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90C92; }
p { color: rgb(233,12,146); }
H1.HeaderClassName
{
color: #E90C92;
}
.AnyTagClassName
{
color: #E90C92;
}
</style>
background-color css
<style>
a { background-color: #E90C92; }
a { background-color: rgb(233,12,146); }
div.DivClassName
{
background-color: #E90C92;
}
.BgClassName
{
background-color: #E90C92;
}
</style>
border-color css
<style>
span { border-color: #E90C92; }
span { border-color: rgb(233,12,146); }
td.TdClassName
{
border-color: #E90C92;
}
.TagClassName
{
border-color: #E90C92;
}
</style>