Shades of Hollywood Cerise #E109A1
Tints of Hollywood Cerise #E109A1
RGB
CMYK
RGB Variations
Color information
#E109A1 (or 0xE109A1) is known color: Hollywood Cerise. HEX triplet: E1, 09 and A1. RGB value is (225,9,161). Sum of RGB (Red+Green+Blue) = 225+9+161=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 9 (3.91% from 255 or 2.28% from 395); Blue value is 161 (63.28% from 255 or 40.76% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E109A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E109A1 is #1EF65E. Grayscale: #5A5A5A. Windows color (decimal): -2029151 or 10553825. OLE color: 10553825.
HSL color Cylindrical-coordinate representation of color #E109A1: hue angle of 317.78º 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 #E109A1 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 9 | 161 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.12 |
| HSL | 317.78º | 0.92% | 0.46% | - |
| HSV(B) | 317.78º | 0.96% | 0.88% | - |
| XYZ | 37.58 | 18.78 | 35.36 | - |
| YUV | 90.91 | 167.56 | 223.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 161 | 0 | 0.96 | 0.28 | 0.12 | 317.78 | 0.92 | 0.46 |
| Hex | E1 | 9 | A1 | 0 | 60 | 1C | C | 13E | 5C | 2E |
| Octal | 341 | 11 | 241 | 0 | 140 | 34 | 14 | 476 | 134 | 56 |
| Binary | 11100001 | 1001 | 10100001 | 0 | 1100000 | 11100 | 1100 | 100111110 | 1011100 | 101110 |
Color Harmonies of #E109A1
Complementary color
Monochromatic Colors of #E109A1
Black with #E109A1
Text Example
Text Example
White with #E109A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E109A1; }
p { color: rgb(225,9,161); }
H1.HeaderClassName
{
color: #E109A1;
}
.AnyTagClassName
{
color: #E109A1;
}
</style>
background-color css
<style>
a { background-color: #E109A1; }
a { background-color: rgb(225,9,161); }
div.DivClassName
{
background-color: #E109A1;
}
.BgClassName
{
background-color: #E109A1;
}
</style>
border-color css
<style>
span { border-color: #E109A1; }
span { border-color: rgb(225,9,161); }
td.TdClassName
{
border-color: #E109A1;
}
.TagClassName
{
border-color: #E109A1;
}
</style>