Shades of Hollywood Cerise #E00394
Tints of Hollywood Cerise #E00394
RGB
CMYK
RGB Variations
Color information
#E00394 (or 0xE00394) is known color: Hollywood Cerise. HEX triplet: E0, 03 and 94. RGB value is (224,3,148). Sum of RGB (Red+Green+Blue) = 224+3+148=375 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.73% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 224 - color contains mainly: red. Hex color #E00394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00394 is #1FFC6B. Grayscale: #555555. Windows color (decimal): -2096236 or 9700320. OLE color: 9700320.
HSL color Cylindrical-coordinate representation of color #E00394: hue angle of 320.63º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E00394 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 3 | 148 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.12 |
| HSL | 320.63º | 0.97% | 0.45% | - |
| HSV(B) | 320.63º | 0.99% | 0.88% | - |
| XYZ | 36.12 | 18.05 | 29.6 | - |
| YUV | 85.61 | 163.22 | 226.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 3 | 148 | 0 | 0.99 | 0.34 | 0.12 | 320.63 | 0.97 | 0.45 |
| Hex | E0 | 3 | 94 | 0 | 63 | 22 | C | 141 | 61 | 2D |
| Octal | 340 | 3 | 224 | 0 | 143 | 42 | 14 | 501 | 141 | 55 |
| Binary | 11100000 | 11 | 10010100 | 0 | 1100011 | 100010 | 1100 | 101000001 | 1100001 | 101101 |
Color Harmonies of #E00394
Complementary color
Monochromatic Colors of #E00394
Black with #E00394
Text Example
Text Example
White with #E00394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00394; }
p { color: rgb(224,3,148); }
H1.HeaderClassName
{
color: #E00394;
}
.AnyTagClassName
{
color: #E00394;
}
</style>
background-color css
<style>
a { background-color: #E00394; }
a { background-color: rgb(224,3,148); }
div.DivClassName
{
background-color: #E00394;
}
.BgClassName
{
background-color: #E00394;
}
</style>
border-color css
<style>
span { border-color: #E00394; }
span { border-color: rgb(224,3,148); }
td.TdClassName
{
border-color: #E00394;
}
.TagClassName
{
border-color: #E00394;
}
</style>