Shades of Hollywood Cerise #E40992
Tints of Hollywood Cerise #E40992
RGB
CMYK
RGB Variations
Color information
#E40992 (or 0xE40992) is known color: Hollywood Cerise. HEX triplet: E4, 09 and 92. RGB value is (228,9,146). Sum of RGB (Red+Green+Blue) = 228+9+146=383 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.53% from 383); Green value is 9 (3.91% from 255 or 2.35% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 228 - color contains mainly: red. Hex color #E40992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40992 is #1BF66D. Grayscale: #595959. Windows color (decimal): -1832558 or 9570788. OLE color: 9570788.
HSL color Cylindrical-coordinate representation of color #E40992: hue angle of 322.47º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E40992 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 9 | 146 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.11 |
| HSL | 322.47º | 0.92% | 0.46% | - |
| HSV(B) | 322.47º | 0.96% | 0.89% | - |
| XYZ | 37.28 | 18.76 | 28.85 | - |
| YUV | 90.1 | 159.55 | 226.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 9 | 146 | 0 | 0.96 | 0.36 | 0.11 | 322.47 | 0.92 | 0.46 |
| Hex | E4 | 9 | 92 | 0 | 60 | 24 | B | 142 | 5C | 2E |
| Octal | 344 | 11 | 222 | 0 | 140 | 44 | 13 | 502 | 134 | 56 |
| Binary | 11100100 | 1001 | 10010010 | 0 | 1100000 | 100100 | 1011 | 101000010 | 1011100 | 101110 |
Color Harmonies of #E40992
Complementary color
Monochromatic Colors of #E40992
Black with #E40992
Text Example
Text Example
White with #E40992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40992; }
p { color: rgb(228,9,146); }
H1.HeaderClassName
{
color: #E40992;
}
.AnyTagClassName
{
color: #E40992;
}
</style>
background-color css
<style>
a { background-color: #E40992; }
a { background-color: rgb(228,9,146); }
div.DivClassName
{
background-color: #E40992;
}
.BgClassName
{
background-color: #E40992;
}
</style>
border-color css
<style>
span { border-color: #E40992; }
span { border-color: rgb(228,9,146); }
td.TdClassName
{
border-color: #E40992;
}
.TagClassName
{
border-color: #E40992;
}
</style>