Shades of Hollywood Cerise #E10C9D
Tints of Hollywood Cerise #E10C9D
RGB
CMYK
RGB Variations
Color information
#E10C9D (or 0xE10C9D) is known color: Hollywood Cerise. HEX triplet: E1, 0C and 9D. RGB value is (225,12,157). Sum of RGB (Red+Green+Blue) = 225+12+157=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 12 (5.08% from 255 or 3.05% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10C9D is #1EF362. Grayscale: #5B5B5B. Windows color (decimal): -2028387 or 10292449. OLE color: 10292449.
HSL color Cylindrical-coordinate representation of color #E10C9D: hue angle of 319.15º 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 #E10C9D is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 157 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.12 |
| HSL | 319.15º | 0.9% | 0.46% | - |
| HSV(B) | 319.15º | 0.95% | 0.88% | - |
| XYZ | 37.27 | 18.7 | 33.54 | - |
| YUV | 92.22 | 164.57 | 222.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 157 | 0 | 0.95 | 0.30 | 0.12 | 319.15 | 0.9 | 0.46 |
| Hex | E1 | C | 9D | 0 | 5F | 1E | C | 13F | 5A | 2E |
| Octal | 341 | 14 | 235 | 0 | 137 | 36 | 14 | 477 | 132 | 56 |
| Binary | 11100001 | 1100 | 10011101 | 0 | 1011111 | 11110 | 1100 | 100111111 | 1011010 | 101110 |
Color Harmonies of #E10C9D
Complementary color
Monochromatic Colors of #E10C9D
Black with #E10C9D
Text Example
Text Example
White with #E10C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10C9D; }
p { color: rgb(225,12,157); }
H1.HeaderClassName
{
color: #E10C9D;
}
.AnyTagClassName
{
color: #E10C9D;
}
</style>
background-color css
<style>
a { background-color: #E10C9D; }
a { background-color: rgb(225,12,157); }
div.DivClassName
{
background-color: #E10C9D;
}
.BgClassName
{
background-color: #E10C9D;
}
</style>
border-color css
<style>
span { border-color: #E10C9D; }
span { border-color: rgb(225,12,157); }
td.TdClassName
{
border-color: #E10C9D;
}
.TagClassName
{
border-color: #E10C9D;
}
</style>