Shades of Hollywood Cerise #E10C9F
Tints of Hollywood Cerise #E10C9F
RGB
CMYK
RGB Variations
Color information
#E10C9F (or 0xE10C9F) is known color: Hollywood Cerise. HEX triplet: E1, 0C and 9F. RGB value is (225,12,159). Sum of RGB (Red+Green+Blue) = 225+12+159=396 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.82% from 396); Green value is 12 (5.08% from 255 or 3.03% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10C9F is #1EF360. Grayscale: #5C5C5C. Windows color (decimal): -2028385 or 10423521. OLE color: 10423521.
HSL color Cylindrical-coordinate representation of color #E10C9F: hue angle of 318.59º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10C9F is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 159 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.12 |
| HSL | 318.59º | 0.9% | 0.46% | - |
| HSV(B) | 318.59º | 0.95% | 0.88% | - |
| XYZ | 37.44 | 18.77 | 34.45 | - |
| YUV | 92.45 | 165.57 | 222.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 159 | 0 | 0.95 | 0.29 | 0.12 | 318.59 | 0.9 | 0.46 |
| Hex | E1 | C | 9F | 0 | 5F | 1D | C | 13F | 5A | 2E |
| Octal | 341 | 14 | 237 | 0 | 137 | 35 | 14 | 477 | 132 | 56 |
| Binary | 11100001 | 1100 | 10011111 | 0 | 1011111 | 11101 | 1100 | 100111111 | 1011010 | 101110 |
Color Harmonies of #E10C9F
Complementary color
Monochromatic Colors of #E10C9F
Black with #E10C9F
Text Example
Text Example
White with #E10C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10C9F; }
p { color: rgb(225,12,159); }
H1.HeaderClassName
{
color: #E10C9F;
}
.AnyTagClassName
{
color: #E10C9F;
}
</style>
background-color css
<style>
a { background-color: #E10C9F; }
a { background-color: rgb(225,12,159); }
div.DivClassName
{
background-color: #E10C9F;
}
.BgClassName
{
background-color: #E10C9F;
}
</style>
border-color css
<style>
span { border-color: #E10C9F; }
span { border-color: rgb(225,12,159); }
td.TdClassName
{
border-color: #E10C9F;
}
.TagClassName
{
border-color: #E10C9F;
}
</style>