Shades of Hollywood Cerise #E00090
Tints of Hollywood Cerise #E00090
RGB
CMYK
RGB Variations
Color information
#E00090 (or 0xE00090) is known color: Hollywood Cerise. HEX triplet: E0, 00 and 90. RGB value is (224,0,144). Sum of RGB (Red+Green+Blue) = 224+0+144=368 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.87% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 224 - color contains mainly: red. Hex color #E00090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00090 is #1FFF6F. Grayscale: #535353. Windows color (decimal): -2097008 or 9437408. OLE color: 9437408.
HSL color Cylindrical-coordinate representation of color #E00090: hue angle of 321.43º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00090 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 144 | - |
| CMYK | 0 | 1 | 0.36 | 0.12 |
| HSL | 321.43º | 1% | 0.44% | - |
| HSV(B) | 321.43º | 1% | 0.88% | - |
| XYZ | 35.77 | 17.86 | 27.95 | - |
| YUV | 83.39 | 162.21 | 228.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 144 | 0 | 1 | 0.36 | 0.12 | 321.43 | 1 | 0.44 |
| Hex | E0 | 0 | 90 | 0 | 64 | 24 | C | 141 | 64 | 2C |
| Octal | 340 | 0 | 220 | 0 | 144 | 44 | 14 | 501 | 144 | 54 |
| Binary | 11100000 | 0 | 10010000 | 0 | 1100100 | 100100 | 1100 | 101000001 | 1100100 | 101100 |
Color Harmonies of #E00090
Complementary color
Monochromatic Colors of #E00090
Black with #E00090
Text Example
Text Example
White with #E00090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00090; }
p { color: rgb(224,0,144); }
H1.HeaderClassName
{
color: #E00090;
}
.AnyTagClassName
{
color: #E00090;
}
</style>
background-color css
<style>
a { background-color: #E00090; }
a { background-color: rgb(224,0,144); }
div.DivClassName
{
background-color: #E00090;
}
.BgClassName
{
background-color: #E00090;
}
</style>
border-color css
<style>
span { border-color: #E00090; }
span { border-color: rgb(224,0,144); }
td.TdClassName
{
border-color: #E00090;
}
.TagClassName
{
border-color: #E00090;
}
</style>