Shades of Hollywood Cerise #E4048B
Tints of Hollywood Cerise #E4048B
RGB
CMYK
RGB Variations
Color information
#E4048B (or 0xE4048B) is known color: Hollywood Cerise. HEX triplet: E4, 04 and 8B. RGB value is (228,4,139). Sum of RGB (Red+Green+Blue) = 228+4+139=371 (49% of max value = 765). Red value is 228 (89.45% from 255 or 61.46% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 228 - color contains mainly: red. Hex color #E4048B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E4048B is #1BFB74. Grayscale: #565656. Windows color (decimal): -1833845 or 9110756. OLE color: 9110756.
HSL color Cylindrical-coordinate representation of color #E4048B: hue angle of 323.84º 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 #E4048B is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 4 | 139 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.11 |
| HSL | 323.84º | 0.97% | 0.45% | - |
| HSV(B) | 323.84º | 0.98% | 0.89% | - |
| XYZ | 36.7 | 18.44 | 26.05 | - |
| YUV | 86.37 | 157.71 | 229.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 4 | 139 | 0 | 0.98 | 0.39 | 0.11 | 323.84 | 0.97 | 0.45 |
| Hex | E4 | 4 | 8B | 0 | 62 | 27 | B | 144 | 61 | 2D |
| Octal | 344 | 4 | 213 | 0 | 142 | 47 | 13 | 504 | 141 | 55 |
| Binary | 11100100 | 100 | 10001011 | 0 | 1100010 | 100111 | 1011 | 101000100 | 1100001 | 101101 |
Color Harmonies of #E4048B
Complementary color
Monochromatic Colors of #E4048B
Black with #E4048B
Text Example
Text Example
White with #E4048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4048B; }
p { color: rgb(228,4,139); }
H1.HeaderClassName
{
color: #E4048B;
}
.AnyTagClassName
{
color: #E4048B;
}
</style>
background-color css
<style>
a { background-color: #E4048B; }
a { background-color: rgb(228,4,139); }
div.DivClassName
{
background-color: #E4048B;
}
.BgClassName
{
background-color: #E4048B;
}
</style>
border-color css
<style>
span { border-color: #E4048B; }
span { border-color: rgb(228,4,139); }
td.TdClassName
{
border-color: #E4048B;
}
.TagClassName
{
border-color: #E4048B;
}
</style>