Shades of Hollywood Cerise #E1078D
Tints of Hollywood Cerise #E1078D
RGB
CMYK
RGB Variations
Color information
#E1078D (or 0xE1078D) is known color: Hollywood Cerise. HEX triplet: E1, 07 and 8D. RGB value is (225,7,141). Sum of RGB (Red+Green+Blue) = 225+7+141=373 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.32% from 373); Green value is 7 (3.12% from 255 or 1.88% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 225 - color contains mainly: red. Hex color #E1078D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1078D is #1EF872. Grayscale: #575757. Windows color (decimal): -2029683 or 9242593. OLE color: 9242593.
HSL color Cylindrical-coordinate representation of color #E1078D: hue angle of 323.12º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E1078D is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 7 | 141 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.12 |
| HSL | 323.12º | 0.94% | 0.45% | - |
| HSV(B) | 323.12º | 0.97% | 0.88% | - |
| XYZ | 35.94 | 18.08 | 26.8 | - |
| YUV | 87.46 | 158.22 | 226.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 7 | 141 | 0 | 0.97 | 0.37 | 0.12 | 323.12 | 0.94 | 0.45 |
| Hex | E1 | 7 | 8D | 0 | 61 | 25 | C | 143 | 5E | 2D |
| Octal | 341 | 7 | 215 | 0 | 141 | 45 | 14 | 503 | 136 | 55 |
| Binary | 11100001 | 111 | 10001101 | 0 | 1100001 | 100101 | 1100 | 101000011 | 1011110 | 101101 |
Color Harmonies of #E1078D
Complementary color
Monochromatic Colors of #E1078D
Black with #E1078D
Text Example
Text Example
White with #E1078D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1078D; }
p { color: rgb(225,7,141); }
H1.HeaderClassName
{
color: #E1078D;
}
.AnyTagClassName
{
color: #E1078D;
}
</style>
background-color css
<style>
a { background-color: #E1078D; }
a { background-color: rgb(225,7,141); }
div.DivClassName
{
background-color: #E1078D;
}
.BgClassName
{
background-color: #E1078D;
}
</style>
border-color css
<style>
span { border-color: #E1078D; }
span { border-color: rgb(225,7,141); }
td.TdClassName
{
border-color: #E1078D;
}
.TagClassName
{
border-color: #E1078D;
}
</style>