Shades of Hollywood Cerise #E1048C
Tints of Hollywood Cerise #E1048C
RGB
CMYK
RGB Variations
Color information
#E1048C (or 0xE1048C) is known color: Hollywood Cerise. HEX triplet: E1, 04 and 8C. RGB value is (225,4,140). Sum of RGB (Red+Green+Blue) = 225+4+140=369 (48% of max value = 765). Red value is 225 (88.28% from 255 or 60.98% from 369); Green value is 4 (1.95% from 255 or 1.08% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 225 - color contains mainly: red. Hex color #E1048C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1048C is #1EFB73. Grayscale: #555555. Windows color (decimal): -2030452 or 9176289. OLE color: 9176289.
HSL color Cylindrical-coordinate representation of color #E1048C: hue angle of 323.08º 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 #E1048C is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 140 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.12 |
| HSL | 323.08º | 0.97% | 0.45% | - |
| HSV(B) | 323.08º | 0.98% | 0.88% | - |
| XYZ | 35.83 | 17.99 | 26.39 | - |
| YUV | 85.58 | 158.72 | 227.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 140 | 0 | 0.98 | 0.38 | 0.12 | 323.08 | 0.97 | 0.45 |
| Hex | E1 | 4 | 8C | 0 | 62 | 26 | C | 143 | 61 | 2D |
| Octal | 341 | 4 | 214 | 0 | 142 | 46 | 14 | 503 | 141 | 55 |
| Binary | 11100001 | 100 | 10001100 | 0 | 1100010 | 100110 | 1100 | 101000011 | 1100001 | 101101 |
Color Harmonies of #E1048C
Complementary color
Monochromatic Colors of #E1048C
Black with #E1048C
Text Example
Text Example
White with #E1048C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1048C; }
p { color: rgb(225,4,140); }
H1.HeaderClassName
{
color: #E1048C;
}
.AnyTagClassName
{
color: #E1048C;
}
</style>
background-color css
<style>
a { background-color: #E1048C; }
a { background-color: rgb(225,4,140); }
div.DivClassName
{
background-color: #E1048C;
}
.BgClassName
{
background-color: #E1048C;
}
</style>
border-color css
<style>
span { border-color: #E1048C; }
span { border-color: rgb(225,4,140); }
td.TdClassName
{
border-color: #E1048C;
}
.TagClassName
{
border-color: #E1048C;
}
</style>