Shades of Hollywood Cerise #E1049D
Tints of Hollywood Cerise #E1049D
RGB
CMYK
RGB Variations
Color information
#E1049D (or 0xE1049D) is known color: Hollywood Cerise. HEX triplet: E1, 04 and 9D. RGB value is (225,4,157). Sum of RGB (Red+Green+Blue) = 225+4+157=386 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.29% from 386); Green value is 4 (1.95% from 255 or 1.04% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 225 - color contains mainly: red. Hex color #E1049D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1049D is #1EFB62. Grayscale: #575757. Windows color (decimal): -2030435 or 10290401. OLE color: 10290401.
HSL color Cylindrical-coordinate representation of color #E1049D: hue angle of 318.46º 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 #E1049D is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 157 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.12 |
| HSL | 318.46º | 0.97% | 0.45% | - |
| HSV(B) | 318.46º | 0.98% | 0.88% | - |
| XYZ | 37.18 | 18.53 | 33.52 | - |
| YUV | 87.52 | 167.22 | 226.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 157 | 0 | 0.98 | 0.30 | 0.12 | 318.46 | 0.97 | 0.45 |
| Hex | E1 | 4 | 9D | 0 | 62 | 1E | C | 13E | 61 | 2D |
| Octal | 341 | 4 | 235 | 0 | 142 | 36 | 14 | 476 | 141 | 55 |
| Binary | 11100001 | 100 | 10011101 | 0 | 1100010 | 11110 | 1100 | 100111110 | 1100001 | 101101 |
Color Harmonies of #E1049D
Complementary color
Monochromatic Colors of #E1049D
Black with #E1049D
Text Example
Text Example
White with #E1049D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1049D; }
p { color: rgb(225,4,157); }
H1.HeaderClassName
{
color: #E1049D;
}
.AnyTagClassName
{
color: #E1049D;
}
</style>
background-color css
<style>
a { background-color: #E1049D; }
a { background-color: rgb(225,4,157); }
div.DivClassName
{
background-color: #E1049D;
}
.BgClassName
{
background-color: #E1049D;
}
</style>
border-color css
<style>
span { border-color: #E1049D; }
span { border-color: rgb(225,4,157); }
td.TdClassName
{
border-color: #E1049D;
}
.TagClassName
{
border-color: #E1049D;
}
</style>