Shades of Hollywood Cerise #E1099D
Tints of Hollywood Cerise #E1099D
RGB
CMYK
RGB Variations
Color information
#E1099D (or 0xE1099D) is known color: Hollywood Cerise. HEX triplet: E1, 09 and 9D. RGB value is (225,9,157). Sum of RGB (Red+Green+Blue) = 225+9+157=391 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.54% from 391); Green value is 9 (3.91% from 255 or 2.30% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 225 - color contains mainly: red. Hex color #E1099D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1099D is #1EF662. Grayscale: #5A5A5A. Windows color (decimal): -2029155 or 10291681. OLE color: 10291681.
HSL color Cylindrical-coordinate representation of color #E1099D: hue angle of 318.89º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E1099D is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 9 | 157 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.12 |
| HSL | 318.89º | 0.92% | 0.46% | - |
| HSV(B) | 318.89º | 0.96% | 0.88% | - |
| XYZ | 37.23 | 18.64 | 33.53 | - |
| YUV | 90.46 | 165.56 | 223.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 157 | 0 | 0.96 | 0.30 | 0.12 | 318.89 | 0.92 | 0.46 |
| Hex | E1 | 9 | 9D | 0 | 60 | 1E | C | 13F | 5C | 2E |
| Octal | 341 | 11 | 235 | 0 | 140 | 36 | 14 | 477 | 134 | 56 |
| Binary | 11100001 | 1001 | 10011101 | 0 | 1100000 | 11110 | 1100 | 100111111 | 1011100 | 101110 |
Color Harmonies of #E1099D
Complementary color
Monochromatic Colors of #E1099D
Black with #E1099D
Text Example
Text Example
White with #E1099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1099D; }
p { color: rgb(225,9,157); }
H1.HeaderClassName
{
color: #E1099D;
}
.AnyTagClassName
{
color: #E1099D;
}
</style>
background-color css
<style>
a { background-color: #E1099D; }
a { background-color: rgb(225,9,157); }
div.DivClassName
{
background-color: #E1099D;
}
.BgClassName
{
background-color: #E1099D;
}
</style>
border-color css
<style>
span { border-color: #E1099D; }
span { border-color: rgb(225,9,157); }
td.TdClassName
{
border-color: #E1099D;
}
.TagClassName
{
border-color: #E1099D;
}
</style>