Shades of Hollywood Cerise #E1009F
Tints of Hollywood Cerise #E1009F
RGB
CMYK
RGB Variations
Color information
#E1009F (or 0xE1009F) is known color: Hollywood Cerise. HEX triplet: E1, 00 and 9F. RGB value is (225,0,159). Sum of RGB (Red+Green+Blue) = 225+0+159=384 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.59% from 384); Green value is 0 (0.39% from 255 or 0% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 225 - color contains mainly: red. Hex color #E1009F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1009F is #1EFF60. Grayscale: #545454. Windows color (decimal): -2031457 or 10420449. OLE color: 10420449.
HSL color Cylindrical-coordinate representation of color #E1009F: hue angle of 317.6º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E1009F is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 159 | - |
| CMYK | 0 | 1 | 0.29 | 0.12 |
| HSL | 317.6º | 1% | 0.44% | - |
| HSV(B) | 317.6º | 1% | 0.88% | - |
| XYZ | 37.31 | 18.51 | 34.41 | - |
| YUV | 85.4 | 169.54 | 227.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 159 | 0 | 1 | 0.29 | 0.12 | 317.6 | 1 | 0.44 |
| Hex | E1 | 0 | 9F | 0 | 64 | 1D | C | 13E | 64 | 2C |
| Octal | 341 | 0 | 237 | 0 | 144 | 35 | 14 | 476 | 144 | 54 |
| Binary | 11100001 | 0 | 10011111 | 0 | 1100100 | 11101 | 1100 | 100111110 | 1100100 | 101100 |
Color Harmonies of #E1009F
Complementary color
Monochromatic Colors of #E1009F
Black with #E1009F
Text Example
Text Example
White with #E1009F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1009F; }
p { color: rgb(225,0,159); }
H1.HeaderClassName
{
color: #E1009F;
}
.AnyTagClassName
{
color: #E1009F;
}
</style>
background-color css
<style>
a { background-color: #E1009F; }
a { background-color: rgb(225,0,159); }
div.DivClassName
{
background-color: #E1009F;
}
.BgClassName
{
background-color: #E1009F;
}
</style>
border-color css
<style>
span { border-color: #E1009F; }
span { border-color: rgb(225,0,159); }
td.TdClassName
{
border-color: #E1009F;
}
.TagClassName
{
border-color: #E1009F;
}
</style>