Shades of Hollywood Cerise #E40499
Tints of Hollywood Cerise #E40499
RGB
CMYK
RGB Variations
Color information
#E40499 (or 0xE40499) is known color: Hollywood Cerise. HEX triplet: E4, 04 and 99. RGB value is (228,4,153). Sum of RGB (Red+Green+Blue) = 228+4+153=385 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.22% from 385); Green value is 4 (1.95% from 255 or 1.04% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 228 - color contains mainly: red. Hex color #E40499 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40499 is #1BFB66. Grayscale: #575757. Windows color (decimal): -1833831 or 10028260. OLE color: 10028260.
HSL color Cylindrical-coordinate representation of color #E40499: hue angle of 320.09º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E40499 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 4 | 153 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.11 |
| HSL | 320.09º | 0.97% | 0.45% | - |
| HSV(B) | 320.09º | 0.98% | 0.89% | - |
| XYZ | 37.79 | 18.88 | 31.79 | - |
| YUV | 87.96 | 164.71 | 227.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 4 | 153 | 0 | 0.98 | 0.33 | 0.11 | 320.09 | 0.97 | 0.45 |
| Hex | E4 | 4 | 99 | 0 | 62 | 21 | B | 140 | 61 | 2D |
| Octal | 344 | 4 | 231 | 0 | 142 | 41 | 13 | 500 | 141 | 55 |
| Binary | 11100100 | 100 | 10011001 | 0 | 1100010 | 100001 | 1011 | 101000000 | 1100001 | 101101 |
Color Harmonies of #E40499
Complementary color
Monochromatic Colors of #E40499
Black with #E40499
Text Example
Text Example
White with #E40499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40499; }
p { color: rgb(228,4,153); }
H1.HeaderClassName
{
color: #E40499;
}
.AnyTagClassName
{
color: #E40499;
}
</style>
background-color css
<style>
a { background-color: #E40499; }
a { background-color: rgb(228,4,153); }
div.DivClassName
{
background-color: #E40499;
}
.BgClassName
{
background-color: #E40499;
}
</style>
border-color css
<style>
span { border-color: #E40499; }
span { border-color: rgb(228,4,153); }
td.TdClassName
{
border-color: #E40499;
}
.TagClassName
{
border-color: #E40499;
}
</style>