Shades of Deep Cerise #E04089
Tints of Deep Cerise #E04089
RGB
CMYK
RGB Variations
Color information
#E04089 (or 0xE04089) is known color: Deep Cerise. HEX triplet: E0, 40 and 89. RGB value is (224,64,137). Sum of RGB (Red+Green+Blue) = 224+64+137=425 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.71% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 224 - color contains mainly: red. Hex color #E04089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04089 is #1FBF76. Grayscale: #787878. Windows color (decimal): -2080631 or 8995040. OLE color: 8995040.
HSL color Cylindrical-coordinate representation of color #E04089: hue angle of 332.62º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E04089 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 137 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.12 |
| HSL | 332.63º | 0.72% | 0.56% | - |
| HSV(B) | 332.63º | 0.71% | 0.88% | - |
| XYZ | 37.09 | 21.32 | 25.83 | - |
| YUV | 120.16 | 137.51 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 137 | 0 | 0.71 | 0.39 | 0.12 | 332.63 | 0.72 | 0.56 |
| Hex | E0 | 40 | 89 | 0 | 47 | 27 | C | 14D | 48 | 38 |
| Octal | 340 | 100 | 211 | 0 | 107 | 47 | 14 | 515 | 110 | 70 |
| Binary | 11100000 | 1000000 | 10001001 | 0 | 1000111 | 100111 | 1100 | 101001101 | 1001000 | 111000 |
Color Harmonies of #E04089
Complementary color
Monochromatic Colors of #E04089
Black with #E04089
Text Example
Text Example
White with #E04089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04089; }
p { color: rgb(224,64,137); }
H1.HeaderClassName
{
color: #E04089;
}
.AnyTagClassName
{
color: #E04089;
}
</style>
background-color css
<style>
a { background-color: #E04089; }
a { background-color: rgb(224,64,137); }
div.DivClassName
{
background-color: #E04089;
}
.BgClassName
{
background-color: #E04089;
}
</style>
border-color css
<style>
span { border-color: #E04089; }
span { border-color: rgb(224,64,137); }
td.TdClassName
{
border-color: #E04089;
}
.TagClassName
{
border-color: #E04089;
}
</style>