Shades of Hollywood Cerise #E4049B
Tints of Hollywood Cerise #E4049B
RGB
CMYK
RGB Variations
Color information
#E4049B (or 0xE4049B) is known color: Hollywood Cerise. HEX triplet: E4, 04 and 9B. RGB value is (228,4,155). Sum of RGB (Red+Green+Blue) = 228+4+155=387 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.91% from 387); Green value is 4 (1.95% from 255 or 1.03% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 228 - color contains mainly: red. Hex color #E4049B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E4049B is #1BFB64. Grayscale: #575757. Windows color (decimal): -1833829 or 10159332. OLE color: 10159332.
HSL color Cylindrical-coordinate representation of color #E4049B: hue angle of 319.55º 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 #E4049B is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 4 | 155 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.11 |
| HSL | 319.55º | 0.97% | 0.45% | - |
| HSV(B) | 319.55º | 0.98% | 0.89% | - |
| XYZ | 37.95 | 18.95 | 32.67 | - |
| YUV | 88.19 | 165.71 | 227.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 4 | 155 | 0 | 0.98 | 0.32 | 0.11 | 319.55 | 0.97 | 0.45 |
| Hex | E4 | 4 | 9B | 0 | 62 | 20 | B | 140 | 61 | 2D |
| Octal | 344 | 4 | 233 | 0 | 142 | 40 | 13 | 500 | 141 | 55 |
| Binary | 11100100 | 100 | 10011011 | 0 | 1100010 | 100000 | 1011 | 101000000 | 1100001 | 101101 |
Color Harmonies of #E4049B
Complementary color
Monochromatic Colors of #E4049B
Black with #E4049B
Text Example
Text Example
White with #E4049B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4049B; }
p { color: rgb(228,4,155); }
H1.HeaderClassName
{
color: #E4049B;
}
.AnyTagClassName
{
color: #E4049B;
}
</style>
background-color css
<style>
a { background-color: #E4049B; }
a { background-color: rgb(228,4,155); }
div.DivClassName
{
background-color: #E4049B;
}
.BgClassName
{
background-color: #E4049B;
}
</style>
border-color css
<style>
span { border-color: #E4049B; }
span { border-color: rgb(228,4,155); }
td.TdClassName
{
border-color: #E4049B;
}
.TagClassName
{
border-color: #E4049B;
}
</style>