Shades of Hollywood Cerise #E0109D
Tints of Hollywood Cerise #E0109D
RGB
CMYK
RGB Variations
Color information
#E0109D (or 0xE0109D) is known color: Hollywood Cerise. HEX triplet: E0, 10 and 9D. RGB value is (224,16,157). Sum of RGB (Red+Green+Blue) = 224+16+157=397 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.42% from 397); Green value is 16 (6.64% from 255 or 4.03% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 224 - color contains mainly: red. Hex color #E0109D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0109D is #1FEF62. Grayscale: #5D5D5D. Windows color (decimal): -2092899 or 10293472. OLE color: 10293472.
HSL color Cylindrical-coordinate representation of color #E0109D: hue angle of 319.33º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E0109D is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 16 | 157 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.12 |
| HSL | 319.33º | 0.87% | 0.47% | - |
| HSV(B) | 319.33º | 0.93% | 0.88% | - |
| XYZ | 37.01 | 18.65 | 33.55 | - |
| YUV | 94.27 | 163.41 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 16 | 157 | 0 | 0.93 | 0.30 | 0.12 | 319.33 | 0.87 | 0.47 |
| Hex | E0 | 10 | 9D | 0 | 5D | 1E | C | 13F | 57 | 2F |
| Octal | 340 | 20 | 235 | 0 | 135 | 36 | 14 | 477 | 127 | 57 |
| Binary | 11100000 | 10000 | 10011101 | 0 | 1011101 | 11110 | 1100 | 100111111 | 1010111 | 101111 |
Color Harmonies of #E0109D
Complementary color
Monochromatic Colors of #E0109D
Black with #E0109D
Text Example
Text Example
White with #E0109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0109D; }
p { color: rgb(224,16,157); }
H1.HeaderClassName
{
color: #E0109D;
}
.AnyTagClassName
{
color: #E0109D;
}
</style>
background-color css
<style>
a { background-color: #E0109D; }
a { background-color: rgb(224,16,157); }
div.DivClassName
{
background-color: #E0109D;
}
.BgClassName
{
background-color: #E0109D;
}
</style>
border-color css
<style>
span { border-color: #E0109D; }
span { border-color: rgb(224,16,157); }
td.TdClassName
{
border-color: #E0109D;
}
.TagClassName
{
border-color: #E0109D;
}
</style>