Shades of Deep Cerise #E04391
Tints of Deep Cerise #E04391
RGB
CMYK
RGB Variations
Color information
#E04391 (or 0xE04391) is known color: Deep Cerise. HEX triplet: E0, 43 and 91. RGB value is (224,67,145). Sum of RGB (Red+Green+Blue) = 224+67+145=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 67 (26.56% from 255 or 15.37% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E04391 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04391 is #1FBC6E. Grayscale: #7A7A7A. Windows color (decimal): -2079855 or 9520096. OLE color: 9520096.
HSL color Cylindrical-coordinate representation of color #E04391: hue angle of 330.19º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E04391 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 67 | 145 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.12 |
| HSL | 330.19º | 0.72% | 0.57% | - |
| HSV(B) | 330.19º | 0.7% | 0.88% | - |
| XYZ | 37.86 | 21.91 | 29.02 | - |
| YUV | 122.84 | 140.51 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 67 | 145 | 0 | 0.70 | 0.35 | 0.12 | 330.19 | 0.72 | 0.57 |
| Hex | E0 | 43 | 91 | 0 | 46 | 23 | C | 14A | 48 | 39 |
| Octal | 340 | 103 | 221 | 0 | 106 | 43 | 14 | 512 | 110 | 71 |
| Binary | 11100000 | 1000011 | 10010001 | 0 | 1000110 | 100011 | 1100 | 101001010 | 1001000 | 111001 |
Color Harmonies of #E04391
Complementary color
Monochromatic Colors of #E04391
Black with #E04391
Text Example
Text Example
White with #E04391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04391; }
p { color: rgb(224,67,145); }
H1.HeaderClassName
{
color: #E04391;
}
.AnyTagClassName
{
color: #E04391;
}
</style>
background-color css
<style>
a { background-color: #E04391; }
a { background-color: rgb(224,67,145); }
div.DivClassName
{
background-color: #E04391;
}
.BgClassName
{
background-color: #E04391;
}
</style>
border-color css
<style>
span { border-color: #E04391; }
span { border-color: rgb(224,67,145); }
td.TdClassName
{
border-color: #E04391;
}
.TagClassName
{
border-color: #E04391;
}
</style>