Shades of Hollywood Cerise #E1059F
Tints of Hollywood Cerise #E1059F
RGB
CMYK
RGB Variations
Color information
#E1059F (or 0xE1059F) is known color: Hollywood Cerise. HEX triplet: E1, 05 and 9F. RGB value is (225,5,159). Sum of RGB (Red+Green+Blue) = 225+5+159=389 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.84% from 389); Green value is 5 (2.34% from 255 or 1.29% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 225 - color contains mainly: red. Hex color #E1059F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1059F is #1EFA60. Grayscale: #575757. Windows color (decimal): -2030177 or 10421729. OLE color: 10421729.
HSL color Cylindrical-coordinate representation of color #E1059F: hue angle of 318º degrees, saturation: 0.96, 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 #E1059F is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 5 | 159 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.12 |
| HSL | 318º | 0.96% | 0.45% | - |
| HSV(B) | 318º | 0.98% | 0.88% | - |
| XYZ | 37.36 | 18.62 | 34.43 | - |
| YUV | 88.34 | 167.89 | 225.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 5 | 159 | 0 | 0.98 | 0.29 | 0.12 | 318 | 0.96 | 0.45 |
| Hex | E1 | 5 | 9F | 0 | 62 | 1D | C | 13E | 60 | 2D |
| Octal | 341 | 5 | 237 | 0 | 142 | 35 | 14 | 476 | 140 | 55 |
| Binary | 11100001 | 101 | 10011111 | 0 | 1100010 | 11101 | 1100 | 100111110 | 1100000 | 101101 |
Color Harmonies of #E1059F
Complementary color
Monochromatic Colors of #E1059F
Black with #E1059F
Text Example
Text Example
White with #E1059F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1059F; }
p { color: rgb(225,5,159); }
H1.HeaderClassName
{
color: #E1059F;
}
.AnyTagClassName
{
color: #E1059F;
}
</style>
background-color css
<style>
a { background-color: #E1059F; }
a { background-color: rgb(225,5,159); }
div.DivClassName
{
background-color: #E1059F;
}
.BgClassName
{
background-color: #E1059F;
}
</style>
border-color css
<style>
span { border-color: #E1059F; }
span { border-color: rgb(225,5,159); }
td.TdClassName
{
border-color: #E1059F;
}
.TagClassName
{
border-color: #E1059F;
}
</style>