Shades of Hollywood Cerise #E40092
Tints of Hollywood Cerise #E40092
RGB
CMYK
RGB Variations
Color information
#E40092 (or 0xE40092) is known color: Hollywood Cerise. HEX triplet: E4, 00 and 92. RGB value is (228,0,146). Sum of RGB (Red+Green+Blue) = 228+0+146=374 (49% of max value = 765). Red value is 228 (89.45% from 255 or 60.96% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 228 - color contains mainly: red. Hex color #E40092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40092 is #1BFF6D. Grayscale: #545454. Windows color (decimal): -1834862 or 9568484. OLE color: 9568484.
HSL color Cylindrical-coordinate representation of color #E40092: hue angle of 321.58º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E40092 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 146 | - |
| CMYK | 0 | 1 | 0.36 | 0.11 |
| HSL | 321.58º | 1% | 0.45% | - |
| HSV(B) | 321.58º | 1% | 0.89% | - |
| XYZ | 37.18 | 18.57 | 28.82 | - |
| YUV | 84.82 | 162.54 | 230.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 146 | 0 | 1 | 0.36 | 0.11 | 321.58 | 1 | 0.45 |
| Hex | E4 | 0 | 92 | 0 | 64 | 24 | B | 142 | 64 | 2D |
| Octal | 344 | 0 | 222 | 0 | 144 | 44 | 13 | 502 | 144 | 55 |
| Binary | 11100100 | 0 | 10010010 | 0 | 1100100 | 100100 | 1011 | 101000010 | 1100100 | 101101 |
Color Harmonies of #E40092
Complementary color
Monochromatic Colors of #E40092
Black with #E40092
Text Example
Text Example
White with #E40092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40092; }
p { color: rgb(228,0,146); }
H1.HeaderClassName
{
color: #E40092;
}
.AnyTagClassName
{
color: #E40092;
}
</style>
background-color css
<style>
a { background-color: #E40092; }
a { background-color: rgb(228,0,146); }
div.DivClassName
{
background-color: #E40092;
}
.BgClassName
{
background-color: #E40092;
}
</style>
border-color css
<style>
span { border-color: #E40092; }
span { border-color: rgb(228,0,146); }
td.TdClassName
{
border-color: #E40092;
}
.TagClassName
{
border-color: #E40092;
}
</style>