Shades of Hollywood Cerise #E00294
Tints of Hollywood Cerise #E00294
RGB
CMYK
RGB Variations
Color information
#E00294 (or 0xE00294) is known color: Hollywood Cerise. HEX triplet: E0, 02 and 94. RGB value is (224,2,148). Sum of RGB (Red+Green+Blue) = 224+2+148=374 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.89% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 148 (58.20% from 255 or 39.57% from 374); Max value from RGB is 224 - color contains mainly: red. Hex color #E00294 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00294 is #1FFD6B. Grayscale: #545454. Windows color (decimal): -2096492 or 9700064. OLE color: 9700064.
HSL color Cylindrical-coordinate representation of color #E00294: hue angle of 320.54º 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 #E00294 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 148 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.12 |
| HSL | 320.54º | 0.98% | 0.44% | - |
| HSV(B) | 320.54º | 0.99% | 0.88% | - |
| XYZ | 36.11 | 18.03 | 29.59 | - |
| YUV | 85.02 | 163.55 | 227.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 148 | 0 | 0.99 | 0.34 | 0.12 | 320.54 | 0.98 | 0.44 |
| Hex | E0 | 2 | 94 | 0 | 63 | 22 | C | 141 | 62 | 2C |
| Octal | 340 | 2 | 224 | 0 | 143 | 42 | 14 | 501 | 142 | 54 |
| Binary | 11100000 | 10 | 10010100 | 0 | 1100011 | 100010 | 1100 | 101000001 | 1100010 | 101100 |
Color Harmonies of #E00294
Complementary color
Monochromatic Colors of #E00294
Black with #E00294
Text Example
Text Example
White with #E00294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00294; }
p { color: rgb(224,2,148); }
H1.HeaderClassName
{
color: #E00294;
}
.AnyTagClassName
{
color: #E00294;
}
</style>
background-color css
<style>
a { background-color: #E00294; }
a { background-color: rgb(224,2,148); }
div.DivClassName
{
background-color: #E00294;
}
.BgClassName
{
background-color: #E00294;
}
</style>
border-color css
<style>
span { border-color: #E00294; }
span { border-color: rgb(224,2,148); }
td.TdClassName
{
border-color: #E00294;
}
.TagClassName
{
border-color: #E00294;
}
</style>