Shades of Hollywood Cerise #E109B0
Tints of Hollywood Cerise #E109B0
RGB
CMYK
RGB Variations
Color information
#E109B0 (or 0xE109B0) is known color: Hollywood Cerise. HEX triplet: E1, 09 and B0. RGB value is (225,9,176). Sum of RGB (Red+Green+Blue) = 225+9+176=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 9 (3.91% from 255 or 2.20% from 410); Blue value is 176 (69.14% from 255 or 42.93% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E109B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E109B0 is #1EF64F. Grayscale: #5C5C5C. Windows color (decimal): -2029136 or 11536865. OLE color: 11536865.
HSL color Cylindrical-coordinate representation of color #E109B0: hue angle of 313.61º 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 #E109B0 is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 9 | 176 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.12 |
| HSL | 313.61º | 0.92% | 0.46% | - |
| HSV(B) | 313.61º | 0.96% | 0.88% | - |
| XYZ | 38.99 | 19.34 | 42.75 | - |
| YUV | 92.62 | 175.06 | 222.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 176 | 0 | 0.96 | 0.22 | 0.12 | 313.61 | 0.92 | 0.46 |
| Hex | E1 | 9 | B0 | 0 | 60 | 16 | C | 13A | 5C | 2E |
| Octal | 341 | 11 | 260 | 0 | 140 | 26 | 14 | 472 | 134 | 56 |
| Binary | 11100001 | 1001 | 10110000 | 0 | 1100000 | 10110 | 1100 | 100111010 | 1011100 | 101110 |
Color Harmonies of #E109B0
Complementary color
Monochromatic Colors of #E109B0
Black with #E109B0
Text Example
Text Example
White with #E109B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E109B0; }
p { color: rgb(225,9,176); }
H1.HeaderClassName
{
color: #E109B0;
}
.AnyTagClassName
{
color: #E109B0;
}
</style>
background-color css
<style>
a { background-color: #E109B0; }
a { background-color: rgb(225,9,176); }
div.DivClassName
{
background-color: #E109B0;
}
.BgClassName
{
background-color: #E109B0;
}
</style>
border-color css
<style>
span { border-color: #E109B0; }
span { border-color: rgb(225,9,176); }
td.TdClassName
{
border-color: #E109B0;
}
.TagClassName
{
border-color: #E109B0;
}
</style>