Shades of Hollywood Cerise #E10C9C
Tints of Hollywood Cerise #E10C9C
RGB
CMYK
RGB Variations
Color information
#E10C9C (or 0xE10C9C) is known color: Hollywood Cerise. HEX triplet: E1, 0C and 9C. RGB value is (225,12,156). Sum of RGB (Red+Green+Blue) = 225+12+156=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 12 (5.08% from 255 or 3.05% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10C9C is #1EF363. Grayscale: #5B5B5B. Windows color (decimal): -2028388 or 10226913. OLE color: 10226913.
HSL color Cylindrical-coordinate representation of color #E10C9C: hue angle of 319.44º 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 #E10C9C is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 156 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.12 |
| HSL | 319.44º | 0.9% | 0.46% | - |
| HSV(B) | 319.44º | 0.95% | 0.88% | - |
| XYZ | 37.18 | 18.67 | 33.1 | - |
| YUV | 92.1 | 164.07 | 222.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 156 | 0 | 0.95 | 0.31 | 0.12 | 319.44 | 0.9 | 0.46 |
| Hex | E1 | C | 9C | 0 | 5F | 1F | C | 13F | 5A | 2E |
| Octal | 341 | 14 | 234 | 0 | 137 | 37 | 14 | 477 | 132 | 56 |
| Binary | 11100001 | 1100 | 10011100 | 0 | 1011111 | 11111 | 1100 | 100111111 | 1011010 | 101110 |
Color Harmonies of #E10C9C
Complementary color
Monochromatic Colors of #E10C9C
Black with #E10C9C
Text Example
Text Example
White with #E10C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10C9C; }
p { color: rgb(225,12,156); }
H1.HeaderClassName
{
color: #E10C9C;
}
.AnyTagClassName
{
color: #E10C9C;
}
</style>
background-color css
<style>
a { background-color: #E10C9C; }
a { background-color: rgb(225,12,156); }
div.DivClassName
{
background-color: #E10C9C;
}
.BgClassName
{
background-color: #E10C9C;
}
</style>
border-color css
<style>
span { border-color: #E10C9C; }
span { border-color: rgb(225,12,156); }
td.TdClassName
{
border-color: #E10C9C;
}
.TagClassName
{
border-color: #E10C9C;
}
</style>