Shades of Hollywood Cerise #E1048B
Tints of Hollywood Cerise #E1048B
RGB
CMYK
RGB Variations
Color information
#E1048B (or 0xE1048B) is known color: Hollywood Cerise. HEX triplet: E1, 04 and 8B. RGB value is (225,4,139). Sum of RGB (Red+Green+Blue) = 225+4+139=368 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.14% from 368); Green value is 4 (1.95% from 255 or 1.09% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 225 - color contains mainly: red. Hex color #E1048B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1048B is #1EFB74. Grayscale: #555555. Windows color (decimal): -2030453 or 9110753. OLE color: 9110753.
HSL color Cylindrical-coordinate representation of color #E1048B: hue angle of 323.35º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E1048B is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 139 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.12 |
| HSL | 323.35º | 0.97% | 0.45% | - |
| HSV(B) | 323.35º | 0.98% | 0.88% | - |
| XYZ | 35.75 | 17.96 | 26.01 | - |
| YUV | 85.47 | 158.22 | 227.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 139 | 0 | 0.98 | 0.38 | 0.12 | 323.35 | 0.97 | 0.45 |
| Hex | E1 | 4 | 8B | 0 | 62 | 26 | C | 143 | 61 | 2D |
| Octal | 341 | 4 | 213 | 0 | 142 | 46 | 14 | 503 | 141 | 55 |
| Binary | 11100001 | 100 | 10001011 | 0 | 1100010 | 100110 | 1100 | 101000011 | 1100001 | 101101 |
Color Harmonies of #E1048B
Complementary color
Monochromatic Colors of #E1048B
Black with #E1048B
Text Example
Text Example
White with #E1048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1048B; }
p { color: rgb(225,4,139); }
H1.HeaderClassName
{
color: #E1048B;
}
.AnyTagClassName
{
color: #E1048B;
}
</style>
background-color css
<style>
a { background-color: #E1048B; }
a { background-color: rgb(225,4,139); }
div.DivClassName
{
background-color: #E1048B;
}
.BgClassName
{
background-color: #E1048B;
}
</style>
border-color css
<style>
span { border-color: #E1048B; }
span { border-color: rgb(225,4,139); }
td.TdClassName
{
border-color: #E1048B;
}
.TagClassName
{
border-color: #E1048B;
}
</style>