Shades of Hollywood Cerise #E10C92
Tints of Hollywood Cerise #E10C92
RGB
CMYK
RGB Variations
Color information
#E10C92 (or 0xE10C92) is known color: Hollywood Cerise. HEX triplet: E1, 0C and 92. RGB value is (225,12,146). Sum of RGB (Red+Green+Blue) = 225+12+146=383 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.75% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C92 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10C92 is #1EF36D. Grayscale: #5A5A5A. Windows color (decimal): -2028398 or 9571553. OLE color: 9571553.
HSL color Cylindrical-coordinate representation of color #E10C92: hue angle of 322.25º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10C92 is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 146 | - |
| CMYK | 0 | 0.95 | 0.35 | 0.12 |
| HSL | 322.25º | 0.9% | 0.46% | - |
| HSV(B) | 322.25º | 0.95% | 0.88% | - |
| XYZ | 36.37 | 18.35 | 28.82 | - |
| YUV | 90.96 | 159.07 | 223.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 146 | 0 | 0.95 | 0.35 | 0.12 | 322.25 | 0.9 | 0.46 |
| Hex | E1 | C | 92 | 0 | 5F | 23 | C | 142 | 5A | 2E |
| Octal | 341 | 14 | 222 | 0 | 137 | 43 | 14 | 502 | 132 | 56 |
| Binary | 11100001 | 1100 | 10010010 | 0 | 1011111 | 100011 | 1100 | 101000010 | 1011010 | 101110 |
Color Harmonies of #E10C92
Complementary color
Monochromatic Colors of #E10C92
Black with #E10C92
Text Example
Text Example
White with #E10C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10C92; }
p { color: rgb(225,12,146); }
H1.HeaderClassName
{
color: #E10C92;
}
.AnyTagClassName
{
color: #E10C92;
}
</style>
background-color css
<style>
a { background-color: #E10C92; }
a { background-color: rgb(225,12,146); }
div.DivClassName
{
background-color: #E10C92;
}
.BgClassName
{
background-color: #E10C92;
}
</style>
border-color css
<style>
span { border-color: #E10C92; }
span { border-color: rgb(225,12,146); }
td.TdClassName
{
border-color: #E10C92;
}
.TagClassName
{
border-color: #E10C92;
}
</style>