Shades of Hollywood Cerise #E100A9
Tints of Hollywood Cerise #E100A9
RGB
CMYK
RGB Variations
Color information
#E100A9 (or 0xE100A9) is known color: Hollywood Cerise. HEX triplet: E1, 00 and A9. RGB value is (225,0,169). Sum of RGB (Red+Green+Blue) = 225+0+169=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 0 (0.39% from 255 or 0% from 394); Blue value is 169 (66.41% from 255 or 42.89% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E100A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E100A9 is #1EFF56. Grayscale: #565656. Windows color (decimal): -2031447 or 11075809. OLE color: 11075809.
HSL color Cylindrical-coordinate representation of color #E100A9: hue angle of 314.93º 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 #E100A9 is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 169 | - |
| CMYK | 0 | 1 | 0.25 | 0.12 |
| HSL | 314.93º | 1% | 0.44% | - |
| HSV(B) | 314.93º | 1% | 0.88% | - |
| XYZ | 38.21 | 18.87 | 39.16 | - |
| YUV | 86.54 | 174.54 | 226.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 169 | 0 | 1 | 0.25 | 0.12 | 314.93 | 1 | 0.44 |
| Hex | E1 | 0 | A9 | 0 | 64 | 19 | C | 13B | 64 | 2C |
| Octal | 341 | 0 | 251 | 0 | 144 | 31 | 14 | 473 | 144 | 54 |
| Binary | 11100001 | 0 | 10101001 | 0 | 1100100 | 11001 | 1100 | 100111011 | 1100100 | 101100 |
Color Harmonies of #E100A9
Complementary color
Monochromatic Colors of #E100A9
Black with #E100A9
Text Example
Text Example
White with #E100A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E100A9; }
p { color: rgb(225,0,169); }
H1.HeaderClassName
{
color: #E100A9;
}
.AnyTagClassName
{
color: #E100A9;
}
</style>
background-color css
<style>
a { background-color: #E100A9; }
a { background-color: rgb(225,0,169); }
div.DivClassName
{
background-color: #E100A9;
}
.BgClassName
{
background-color: #E100A9;
}
</style>
border-color css
<style>
span { border-color: #E100A9; }
span { border-color: rgb(225,0,169); }
td.TdClassName
{
border-color: #E100A9;
}
.TagClassName
{
border-color: #E100A9;
}
</style>