Shades of Hollywood Cerise #E10D9F
Tints of Hollywood Cerise #E10D9F
RGB
CMYK
RGB Variations
Color information
#E10D9F (or 0xE10D9F) is known color: Hollywood Cerise. HEX triplet: E1, 0D and 9F. RGB value is (225,13,159). Sum of RGB (Red+Green+Blue) = 225+13+159=397 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.68% from 397); Green value is 13 (5.47% from 255 or 3.27% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 225 - color contains mainly: red. Hex color #E10D9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10D9F is #1EF260. Grayscale: #5C5C5C. Windows color (decimal): -2028129 or 10423777. OLE color: 10423777.
HSL color Cylindrical-coordinate representation of color #E10D9F: hue angle of 318.68º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E10D9F is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 13 | 159 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.12 |
| HSL | 318.68º | 0.89% | 0.47% | - |
| HSV(B) | 318.68º | 0.94% | 0.88% | - |
| XYZ | 37.45 | 18.8 | 34.46 | - |
| YUV | 93.03 | 165.24 | 222.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 13 | 159 | 0 | 0.94 | 0.29 | 0.12 | 318.68 | 0.89 | 0.47 |
| Hex | E1 | D | 9F | 0 | 5E | 1D | C | 13F | 59 | 2F |
| Octal | 341 | 15 | 237 | 0 | 136 | 35 | 14 | 477 | 131 | 57 |
| Binary | 11100001 | 1101 | 10011111 | 0 | 1011110 | 11101 | 1100 | 100111111 | 1011001 | 101111 |
Color Harmonies of #E10D9F
Complementary color
Monochromatic Colors of #E10D9F
Black with #E10D9F
Text Example
Text Example
White with #E10D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10D9F; }
p { color: rgb(225,13,159); }
H1.HeaderClassName
{
color: #E10D9F;
}
.AnyTagClassName
{
color: #E10D9F;
}
</style>
background-color css
<style>
a { background-color: #E10D9F; }
a { background-color: rgb(225,13,159); }
div.DivClassName
{
background-color: #E10D9F;
}
.BgClassName
{
background-color: #E10D9F;
}
</style>
border-color css
<style>
span { border-color: #E10D9F; }
span { border-color: rgb(225,13,159); }
td.TdClassName
{
border-color: #E10D9F;
}
.TagClassName
{
border-color: #E10D9F;
}
</style>