Shades of Hollywood Cerise #E00D9E
Tints of Hollywood Cerise #E00D9E
RGB
CMYK
RGB Variations
Color information
#E00D9E (or 0xE00D9E) is known color: Hollywood Cerise. HEX triplet: E0, 0D and 9E. RGB value is (224,13,158). Sum of RGB (Red+Green+Blue) = 224+13+158=395 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.71% from 395); Green value is 13 (5.47% from 255 or 3.29% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 224 - color contains mainly: red. Hex color #E00D9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00D9E is #1FF261. Grayscale: #5C5C5C. Windows color (decimal): -2093666 or 10358240. OLE color: 10358240.
HSL color Cylindrical-coordinate representation of color #E00D9E: hue angle of 318.77º 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 #E00D9E is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 13 | 158 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.12 |
| HSL | 318.77º | 0.89% | 0.46% | - |
| HSV(B) | 318.77º | 0.94% | 0.88% | - |
| XYZ | 37.06 | 18.6 | 33.99 | - |
| YUV | 92.62 | 164.9 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 13 | 158 | 0 | 0.94 | 0.29 | 0.12 | 318.77 | 0.89 | 0.46 |
| Hex | E0 | D | 9E | 0 | 5E | 1D | C | 13F | 59 | 2E |
| Octal | 340 | 15 | 236 | 0 | 136 | 35 | 14 | 477 | 131 | 56 |
| Binary | 11100000 | 1101 | 10011110 | 0 | 1011110 | 11101 | 1100 | 100111111 | 1011001 | 101110 |
Color Harmonies of #E00D9E
Complementary color
Monochromatic Colors of #E00D9E
Black with #E00D9E
Text Example
Text Example
White with #E00D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00D9E; }
p { color: rgb(224,13,158); }
H1.HeaderClassName
{
color: #E00D9E;
}
.AnyTagClassName
{
color: #E00D9E;
}
</style>
background-color css
<style>
a { background-color: #E00D9E; }
a { background-color: rgb(224,13,158); }
div.DivClassName
{
background-color: #E00D9E;
}
.BgClassName
{
background-color: #E00D9E;
}
</style>
border-color css
<style>
span { border-color: #E00D9E; }
span { border-color: rgb(224,13,158); }
td.TdClassName
{
border-color: #E00D9E;
}
.TagClassName
{
border-color: #E00D9E;
}
</style>