Shades of Hollywood Cerise #E4049F
Tints of Hollywood Cerise #E4049F
RGB
CMYK
RGB Variations
Color information
#E4049F (or 0xE4049F) is known color: Hollywood Cerise. HEX triplet: E4, 04 and 9F. RGB value is (228,4,159). Sum of RGB (Red+Green+Blue) = 228+4+159=391 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.31% from 391); Green value is 4 (1.95% from 255 or 1.02% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 228 - color contains mainly: red. Hex color #E4049F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E4049F is #1BFB60. Grayscale: #585858. Windows color (decimal): -1833825 or 10421476. OLE color: 10421476.
HSL color Cylindrical-coordinate representation of color #E4049F: hue angle of 318.48º 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 #E4049F is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 4 | 159 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.11 |
| HSL | 318.48º | 0.97% | 0.45% | - |
| HSV(B) | 318.48º | 0.98% | 0.89% | - |
| XYZ | 38.3 | 19.08 | 34.47 | - |
| YUV | 88.65 | 167.71 | 227.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 4 | 159 | 0 | 0.98 | 0.30 | 0.11 | 318.48 | 0.97 | 0.45 |
| Hex | E4 | 4 | 9F | 0 | 62 | 1E | B | 13E | 61 | 2D |
| Octal | 344 | 4 | 237 | 0 | 142 | 36 | 13 | 476 | 141 | 55 |
| Binary | 11100100 | 100 | 10011111 | 0 | 1100010 | 11110 | 1011 | 100111110 | 1100001 | 101101 |
Color Harmonies of #E4049F
Complementary color
Monochromatic Colors of #E4049F
Black with #E4049F
Text Example
Text Example
White with #E4049F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4049F; }
p { color: rgb(228,4,159); }
H1.HeaderClassName
{
color: #E4049F;
}
.AnyTagClassName
{
color: #E4049F;
}
</style>
background-color css
<style>
a { background-color: #E4049F; }
a { background-color: rgb(228,4,159); }
div.DivClassName
{
background-color: #E4049F;
}
.BgClassName
{
background-color: #E4049F;
}
</style>
border-color css
<style>
span { border-color: #E4049F; }
span { border-color: rgb(228,4,159); }
td.TdClassName
{
border-color: #E4049F;
}
.TagClassName
{
border-color: #E4049F;
}
</style>