Shades of Hollywood Cerise #E1109B
Tints of Hollywood Cerise #E1109B
RGB
CMYK
RGB Variations
Color information
#E1109B (or 0xE1109B) is known color: Hollywood Cerise. HEX triplet: E1, 10 and 9B. RGB value is (225,16,155). Sum of RGB (Red+Green+Blue) = 225+16+155=396 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.82% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 225 - color contains mainly: red. Hex color #E1109B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1109B is #1EEF64. Grayscale: #5D5D5D. Windows color (decimal): -2027365 or 10162401. OLE color: 10162401.
HSL color Cylindrical-coordinate representation of color #E1109B: hue angle of 320.1º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E1109B is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 16 | 155 | - |
| CMYK | 0 | 0.93 | 0.31 | 0.12 |
| HSL | 320.1º | 0.87% | 0.47% | - |
| HSV(B) | 320.1º | 0.93% | 0.88% | - |
| XYZ | 37.15 | 18.74 | 32.67 | - |
| YUV | 94.34 | 162.24 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 16 | 155 | 0 | 0.93 | 0.31 | 0.12 | 320.1 | 0.87 | 0.47 |
| Hex | E1 | 10 | 9B | 0 | 5D | 1F | C | 140 | 57 | 2F |
| Octal | 341 | 20 | 233 | 0 | 135 | 37 | 14 | 500 | 127 | 57 |
| Binary | 11100001 | 10000 | 10011011 | 0 | 1011101 | 11111 | 1100 | 101000000 | 1010111 | 101111 |
Color Harmonies of #E1109B
Complementary color
Monochromatic Colors of #E1109B
Black with #E1109B
Text Example
Text Example
White with #E1109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1109B; }
p { color: rgb(225,16,155); }
H1.HeaderClassName
{
color: #E1109B;
}
.AnyTagClassName
{
color: #E1109B;
}
</style>
background-color css
<style>
a { background-color: #E1109B; }
a { background-color: rgb(225,16,155); }
div.DivClassName
{
background-color: #E1109B;
}
.BgClassName
{
background-color: #E1109B;
}
</style>
border-color css
<style>
span { border-color: #E1109B; }
span { border-color: rgb(225,16,155); }
td.TdClassName
{
border-color: #E1109B;
}
.TagClassName
{
border-color: #E1109B;
}
</style>