Shades of Hollywood Cerise #E00D9C
Tints of Hollywood Cerise #E00D9C
RGB
CMYK
RGB Variations
Color information
#E00D9C (or 0xE00D9C) is known color: Hollywood Cerise. HEX triplet: E0, 0D and 9C. RGB value is (224,13,156). Sum of RGB (Red+Green+Blue) = 224+13+156=393 (52% of max value = 765). Red value is 224 (87.89% from 255 or 57.00% from 393); Green value is 13 (5.47% from 255 or 3.31% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 224 - color contains mainly: red. Hex color #E00D9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00D9C is #1FF263. Grayscale: #5C5C5C. Windows color (decimal): -2093668 or 10227168. OLE color: 10227168.
HSL color Cylindrical-coordinate representation of color #E00D9C: hue angle of 319.34º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00D9C is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 13 | 156 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.12 |
| HSL | 319.34º | 0.89% | 0.46% | - |
| HSV(B) | 319.34º | 0.94% | 0.88% | - |
| XYZ | 36.89 | 18.54 | 33.09 | - |
| YUV | 92.39 | 163.9 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 13 | 156 | 0 | 0.94 | 0.30 | 0.12 | 319.34 | 0.89 | 0.46 |
| Hex | E0 | D | 9C | 0 | 5E | 1E | C | 13F | 59 | 2E |
| Octal | 340 | 15 | 234 | 0 | 136 | 36 | 14 | 477 | 131 | 56 |
| Binary | 11100000 | 1101 | 10011100 | 0 | 1011110 | 11110 | 1100 | 100111111 | 1011001 | 101110 |
Color Harmonies of #E00D9C
Complementary color
Monochromatic Colors of #E00D9C
Black with #E00D9C
Text Example
Text Example
White with #E00D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00D9C; }
p { color: rgb(224,13,156); }
H1.HeaderClassName
{
color: #E00D9C;
}
.AnyTagClassName
{
color: #E00D9C;
}
</style>
background-color css
<style>
a { background-color: #E00D9C; }
a { background-color: rgb(224,13,156); }
div.DivClassName
{
background-color: #E00D9C;
}
.BgClassName
{
background-color: #E00D9C;
}
</style>
border-color css
<style>
span { border-color: #E00D9C; }
span { border-color: rgb(224,13,156); }
td.TdClassName
{
border-color: #E00D9C;
}
.TagClassName
{
border-color: #E00D9C;
}
</style>