Shades of Hollywood Cerise #E00289
Tints of Hollywood Cerise #E00289
RGB
CMYK
RGB Variations
Color information
#E00289 (or 0xE00289) is known color: Hollywood Cerise. HEX triplet: E0, 02 and 89. RGB value is (224,2,137). Sum of RGB (Red+Green+Blue) = 224+2+137=363 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.71% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 224 - color contains mainly: red. Hex color #E00289 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00289 is #1FFD76. Grayscale: #535353. Windows color (decimal): -2096503 or 8979168. OLE color: 8979168.
HSL color Cylindrical-coordinate representation of color #E00289: hue angle of 323.51º 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 #E00289 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 137 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.12 |
| HSL | 323.51º | 0.98% | 0.44% | - |
| HSV(B) | 323.51º | 0.99% | 0.88% | - |
| XYZ | 35.28 | 17.7 | 25.22 | - |
| YUV | 83.77 | 158.05 | 228.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 137 | 0 | 0.99 | 0.39 | 0.12 | 323.51 | 0.98 | 0.44 |
| Hex | E0 | 2 | 89 | 0 | 63 | 27 | C | 144 | 62 | 2C |
| Octal | 340 | 2 | 211 | 0 | 143 | 47 | 14 | 504 | 142 | 54 |
| Binary | 11100000 | 10 | 10001001 | 0 | 1100011 | 100111 | 1100 | 101000100 | 1100010 | 101100 |
Color Harmonies of #E00289
Complementary color
Monochromatic Colors of #E00289
Black with #E00289
Text Example
Text Example
White with #E00289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00289; }
p { color: rgb(224,2,137); }
H1.HeaderClassName
{
color: #E00289;
}
.AnyTagClassName
{
color: #E00289;
}
</style>
background-color css
<style>
a { background-color: #E00289; }
a { background-color: rgb(224,2,137); }
div.DivClassName
{
background-color: #E00289;
}
.BgClassName
{
background-color: #E00289;
}
</style>
border-color css
<style>
span { border-color: #E00289; }
span { border-color: rgb(224,2,137); }
td.TdClassName
{
border-color: #E00289;
}
.TagClassName
{
border-color: #E00289;
}
</style>