Shades of Hollywood Cerise #E40099
Tints of Hollywood Cerise #E40099
RGB
CMYK
RGB Variations
Color information
#E40099 (or 0xE40099) is known color: Hollywood Cerise. HEX triplet: E4, 00 and 99. RGB value is (228,0,153). Sum of RGB (Red+Green+Blue) = 228+0+153=381 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.84% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 228 - color contains mainly: red. Hex color #E40099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40099 is #1BFF66. Grayscale: #555555. Windows color (decimal): -1834855 or 10027236. OLE color: 10027236.
HSL color Cylindrical-coordinate representation of color #E40099: hue angle of 319.74º 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 #E40099 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 153 | - |
| CMYK | 0 | 1 | 0.33 | 0.11 |
| HSL | 319.74º | 1% | 0.45% | - |
| HSV(B) | 319.74º | 1% | 0.89% | - |
| XYZ | 37.74 | 18.79 | 31.78 | - |
| YUV | 85.61 | 166.04 | 229.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 153 | 0 | 1 | 0.33 | 0.11 | 319.74 | 1 | 0.45 |
| Hex | E4 | 0 | 99 | 0 | 64 | 21 | B | 140 | 64 | 2D |
| Octal | 344 | 0 | 231 | 0 | 144 | 41 | 13 | 500 | 144 | 55 |
| Binary | 11100100 | 0 | 10011001 | 0 | 1100100 | 100001 | 1011 | 101000000 | 1100100 | 101101 |
Color Harmonies of #E40099
Complementary color
Monochromatic Colors of #E40099
Black with #E40099
Text Example
Text Example
White with #E40099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40099; }
p { color: rgb(228,0,153); }
H1.HeaderClassName
{
color: #E40099;
}
.AnyTagClassName
{
color: #E40099;
}
</style>
background-color css
<style>
a { background-color: #E40099; }
a { background-color: rgb(228,0,153); }
div.DivClassName
{
background-color: #E40099;
}
.BgClassName
{
background-color: #E40099;
}
</style>
border-color css
<style>
span { border-color: #E40099; }
span { border-color: rgb(228,0,153); }
td.TdClassName
{
border-color: #E40099;
}
.TagClassName
{
border-color: #E40099;
}
</style>