Shades of Hollywood Cerise #E5048A
Tints of Hollywood Cerise #E5048A
RGB
CMYK
RGB Variations
Color information
#E5048A (or 0xE5048A) is known color: Hollywood Cerise. HEX triplet: E5, 04 and 8A. RGB value is (229,4,138). Sum of RGB (Red+Green+Blue) = 229+4+138=371 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.73% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 229 - color contains mainly: red. Hex color #E5048A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5048A is #1AFB75. Grayscale: #565656. Windows color (decimal): -1768310 or 9045221. OLE color: 9045221.
HSL color Cylindrical-coordinate representation of color #E5048A: hue angle of 324.27º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E5048A is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 4 | 138 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.10 |
| HSL | 324.27º | 0.97% | 0.46% | - |
| HSV(B) | 324.27º | 0.98% | 0.9% | - |
| XYZ | 36.94 | 18.58 | 25.68 | - |
| YUV | 86.55 | 157.04 | 229.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 4 | 138 | 0 | 0.98 | 0.40 | 0.10 | 324.27 | 0.97 | 0.46 |
| Hex | E5 | 4 | 8A | 0 | 62 | 28 | A | 144 | 61 | 2E |
| Octal | 345 | 4 | 212 | 0 | 142 | 50 | 12 | 504 | 141 | 56 |
| Binary | 11100101 | 100 | 10001010 | 0 | 1100010 | 101000 | 1010 | 101000100 | 1100001 | 101110 |
Color Harmonies of #E5048A
Complementary color
Monochromatic Colors of #E5048A
Black with #E5048A
Text Example
Text Example
White with #E5048A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5048A; }
p { color: rgb(229,4,138); }
H1.HeaderClassName
{
color: #E5048A;
}
.AnyTagClassName
{
color: #E5048A;
}
</style>
background-color css
<style>
a { background-color: #E5048A; }
a { background-color: rgb(229,4,138); }
div.DivClassName
{
background-color: #E5048A;
}
.BgClassName
{
background-color: #E5048A;
}
</style>
border-color css
<style>
span { border-color: #E5048A; }
span { border-color: rgb(229,4,138); }
td.TdClassName
{
border-color: #E5048A;
}
.TagClassName
{
border-color: #E5048A;
}
</style>