Shades of Hollywood Cerise #E0029A
Tints of Hollywood Cerise #E0029A
RGB
CMYK
RGB Variations
Color information
#E0029A (or 0xE0029A) is known color: Hollywood Cerise. HEX triplet: E0, 02 and 9A. RGB value is (224,2,154). Sum of RGB (Red+Green+Blue) = 224+2+154=380 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.95% from 380); Green value is 2 (1.17% from 255 or 0.53% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 224 - color contains mainly: red. Hex color #E0029A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0029A is #1FFD65. Grayscale: #555555. Windows color (decimal): -2096486 or 10093280. OLE color: 10093280.
HSL color Cylindrical-coordinate representation of color #E0029A: hue angle of 318.92º 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 #E0029A is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 154 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.12 |
| HSL | 318.92º | 0.98% | 0.44% | - |
| HSV(B) | 318.92º | 0.99% | 0.88% | - |
| XYZ | 36.59 | 18.22 | 32.16 | - |
| YUV | 85.71 | 166.55 | 226.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 154 | 0 | 0.99 | 0.31 | 0.12 | 318.92 | 0.98 | 0.44 |
| Hex | E0 | 2 | 9A | 0 | 63 | 1F | C | 13F | 62 | 2C |
| Octal | 340 | 2 | 232 | 0 | 143 | 37 | 14 | 477 | 142 | 54 |
| Binary | 11100000 | 10 | 10011010 | 0 | 1100011 | 11111 | 1100 | 100111111 | 1100010 | 101100 |
Color Harmonies of #E0029A
Complementary color
Monochromatic Colors of #E0029A
Black with #E0029A
Text Example
Text Example
White with #E0029A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0029A; }
p { color: rgb(224,2,154); }
H1.HeaderClassName
{
color: #E0029A;
}
.AnyTagClassName
{
color: #E0029A;
}
</style>
background-color css
<style>
a { background-color: #E0029A; }
a { background-color: rgb(224,2,154); }
div.DivClassName
{
background-color: #E0029A;
}
.BgClassName
{
background-color: #E0029A;
}
</style>
border-color css
<style>
span { border-color: #E0029A; }
span { border-color: rgb(224,2,154); }
td.TdClassName
{
border-color: #E0029A;
}
.TagClassName
{
border-color: #E0029A;
}
</style>