Shades of Hollywood Cerise #E0029D
Tints of Hollywood Cerise #E0029D
RGB
CMYK
RGB Variations
Color information
#E0029D (or 0xE0029D) is known color: Hollywood Cerise. HEX triplet: E0, 02 and 9D. RGB value is (224,2,157). Sum of RGB (Red+Green+Blue) = 224+2+157=383 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.49% from 383); Green value is 2 (1.17% from 255 or 0.52% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 224 - color contains mainly: red. Hex color #E0029D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0029D is #1FFD62. Grayscale: #555555. Windows color (decimal): -2096483 or 10289888. OLE color: 10289888.
HSL color Cylindrical-coordinate representation of color #E0029D: hue angle of 318.11º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E0029D is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 157 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.12 |
| HSL | 318.11º | 0.98% | 0.44% | - |
| HSV(B) | 318.11º | 0.99% | 0.88% | - |
| XYZ | 36.85 | 18.33 | 33.49 | - |
| YUV | 86.05 | 168.05 | 226.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 157 | 0 | 0.99 | 0.30 | 0.12 | 318.11 | 0.98 | 0.44 |
| Hex | E0 | 2 | 9D | 0 | 63 | 1E | C | 13E | 62 | 2C |
| Octal | 340 | 2 | 235 | 0 | 143 | 36 | 14 | 476 | 142 | 54 |
| Binary | 11100000 | 10 | 10011101 | 0 | 1100011 | 11110 | 1100 | 100111110 | 1100010 | 101100 |
Color Harmonies of #E0029D
Complementary color
Monochromatic Colors of #E0029D
Black with #E0029D
Text Example
Text Example
White with #E0029D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0029D; }
p { color: rgb(224,2,157); }
H1.HeaderClassName
{
color: #E0029D;
}
.AnyTagClassName
{
color: #E0029D;
}
</style>
background-color css
<style>
a { background-color: #E0029D; }
a { background-color: rgb(224,2,157); }
div.DivClassName
{
background-color: #E0029D;
}
.BgClassName
{
background-color: #E0029D;
}
</style>
border-color css
<style>
span { border-color: #E0029D; }
span { border-color: rgb(224,2,157); }
td.TdClassName
{
border-color: #E0029D;
}
.TagClassName
{
border-color: #E0029D;
}
</style>