Shades of Deep Cerise #E04291
Tints of Deep Cerise #E04291
RGB
CMYK
RGB Variations
Color information
#E04291 (or 0xE04291) is known color: Deep Cerise. HEX triplet: E0, 42 and 91. RGB value is (224,66,145). Sum of RGB (Red+Green+Blue) = 224+66+145=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 145 (57.03% from 255 or 33.33% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E04291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04291 is #1FBD6E. Grayscale: #7A7A7A. Windows color (decimal): -2080111 or 9519840. OLE color: 9519840.
HSL color Cylindrical-coordinate representation of color #E04291: hue angle of 330º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E04291 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 66 | 145 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.12 |
| HSL | 330º | 0.72% | 0.57% | - |
| HSV(B) | 330º | 0.71% | 0.88% | - |
| XYZ | 37.8 | 21.79 | 29 | - |
| YUV | 122.25 | 140.85 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 66 | 145 | 0 | 0.71 | 0.35 | 0.12 | 330 | 0.72 | 0.57 |
| Hex | E0 | 42 | 91 | 0 | 47 | 23 | C | 14A | 48 | 39 |
| Octal | 340 | 102 | 221 | 0 | 107 | 43 | 14 | 512 | 110 | 71 |
| Binary | 11100000 | 1000010 | 10010001 | 0 | 1000111 | 100011 | 1100 | 101001010 | 1001000 | 111001 |
Color Harmonies of #E04291
Complementary color
Monochromatic Colors of #E04291
Black with #E04291
Text Example
Text Example
White with #E04291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04291; }
p { color: rgb(224,66,145); }
H1.HeaderClassName
{
color: #E04291;
}
.AnyTagClassName
{
color: #E04291;
}
</style>
background-color css
<style>
a { background-color: #E04291; }
a { background-color: rgb(224,66,145); }
div.DivClassName
{
background-color: #E04291;
}
.BgClassName
{
background-color: #E04291;
}
</style>
border-color css
<style>
span { border-color: #E04291; }
span { border-color: rgb(224,66,145); }
td.TdClassName
{
border-color: #E04291;
}
.TagClassName
{
border-color: #E04291;
}
</style>