Shades of Hollywood Cerise #E40096
Tints of Hollywood Cerise #E40096
RGB
CMYK
RGB Variations
Color information
#E40096 (or 0xE40096) is known color: Hollywood Cerise. HEX triplet: E4, 00 and 96. RGB value is (228,0,150). Sum of RGB (Red+Green+Blue) = 228+0+150=378 (50% of max value = 765). Red value is 228 (89.45% from 255 or 60.32% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 150 (58.98% from 255 or 39.68% from 378); Max value from RGB is 228 - color contains mainly: red. Hex color #E40096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40096 is #1BFF69. Grayscale: #545454. Windows color (decimal): -1834858 or 9830628. OLE color: 9830628.
HSL color Cylindrical-coordinate representation of color #E40096: hue angle of 320.53º 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 #E40096 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 150 | - |
| CMYK | 0 | 1 | 0.34 | 0.11 |
| HSL | 320.53º | 1% | 0.45% | - |
| HSV(B) | 320.53º | 1% | 0.89% | - |
| XYZ | 37.5 | 18.7 | 30.49 | - |
| YUV | 85.27 | 164.54 | 229.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 150 | 0 | 1 | 0.34 | 0.11 | 320.53 | 1 | 0.45 |
| Hex | E4 | 0 | 96 | 0 | 64 | 22 | B | 141 | 64 | 2D |
| Octal | 344 | 0 | 226 | 0 | 144 | 42 | 13 | 501 | 144 | 55 |
| Binary | 11100100 | 0 | 10010110 | 0 | 1100100 | 100010 | 1011 | 101000001 | 1100100 | 101101 |
Color Harmonies of #E40096
Complementary color
Monochromatic Colors of #E40096
Black with #E40096
Text Example
Text Example
White with #E40096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40096; }
p { color: rgb(228,0,150); }
H1.HeaderClassName
{
color: #E40096;
}
.AnyTagClassName
{
color: #E40096;
}
</style>
background-color css
<style>
a { background-color: #E40096; }
a { background-color: rgb(228,0,150); }
div.DivClassName
{
background-color: #E40096;
}
.BgClassName
{
background-color: #E40096;
}
</style>
border-color css
<style>
span { border-color: #E40096; }
span { border-color: rgb(228,0,150); }
td.TdClassName
{
border-color: #E40096;
}
.TagClassName
{
border-color: #E40096;
}
</style>