Shades of Hollywood Cerise #E40C92
Tints of Hollywood Cerise #E40C92
RGB
CMYK
RGB Variations
Color information
#E40C92 (or 0xE40C92) is known color: Hollywood Cerise. HEX triplet: E4, 0C and 92. RGB value is (228,12,146). Sum of RGB (Red+Green+Blue) = 228+12+146=386 (51% of max value = 765). Red value is 228 (89.45% from 255 or 59.07% from 386); Green value is 12 (5.08% from 255 or 3.11% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 228 - color contains mainly: red. Hex color #E40C92 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40C92 is #1BF36D. Grayscale: #5B5B5B. Windows color (decimal): -1831790 or 9571556. OLE color: 9571556.
HSL color Cylindrical-coordinate representation of color #E40C92: hue angle of 322.78º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E40C92 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 12 | 146 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.11 |
| HSL | 322.78º | 0.9% | 0.47% | - |
| HSV(B) | 322.78º | 0.95% | 0.89% | - |
| XYZ | 37.31 | 18.83 | 28.86 | - |
| YUV | 91.86 | 158.56 | 225.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 12 | 146 | 0 | 0.95 | 0.36 | 0.11 | 322.78 | 0.9 | 0.47 |
| Hex | E4 | C | 92 | 0 | 5F | 24 | B | 143 | 5A | 2F |
| Octal | 344 | 14 | 222 | 0 | 137 | 44 | 13 | 503 | 132 | 57 |
| Binary | 11100100 | 1100 | 10010010 | 0 | 1011111 | 100100 | 1011 | 101000011 | 1011010 | 101111 |
Color Harmonies of #E40C92
Complementary color
Monochromatic Colors of #E40C92
Black with #E40C92
Text Example
Text Example
White with #E40C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40C92; }
p { color: rgb(228,12,146); }
H1.HeaderClassName
{
color: #E40C92;
}
.AnyTagClassName
{
color: #E40C92;
}
</style>
background-color css
<style>
a { background-color: #E40C92; }
a { background-color: rgb(228,12,146); }
div.DivClassName
{
background-color: #E40C92;
}
.BgClassName
{
background-color: #E40C92;
}
</style>
border-color css
<style>
span { border-color: #E40C92; }
span { border-color: rgb(228,12,146); }
td.TdClassName
{
border-color: #E40C92;
}
.TagClassName
{
border-color: #E40C92;
}
</style>