Shades of Deep Cerise #E04191
Tints of Deep Cerise #E04191
RGB
CMYK
RGB Variations
Color information
#E04191 (or 0xE04191) is known color: Deep Cerise. HEX triplet: E0, 41 and 91. RGB value is (224,65,145). Sum of RGB (Red+Green+Blue) = 224+65+145=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 145 (57.03% from 255 or 33.41% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E04191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04191 is #1FBE6E. Grayscale: #797979. Windows color (decimal): -2080367 or 9519584. OLE color: 9519584.
HSL color Cylindrical-coordinate representation of color #E04191: hue angle of 329.81º 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 #E04191 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 65 | 145 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.12 |
| HSL | 329.81º | 0.72% | 0.57% | - |
| HSV(B) | 329.81º | 0.71% | 0.88% | - |
| XYZ | 37.74 | 21.67 | 28.98 | - |
| YUV | 121.66 | 141.18 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 65 | 145 | 0 | 0.71 | 0.35 | 0.12 | 329.81 | 0.72 | 0.57 |
| Hex | E0 | 41 | 91 | 0 | 47 | 23 | C | 14A | 48 | 39 |
| Octal | 340 | 101 | 221 | 0 | 107 | 43 | 14 | 512 | 110 | 71 |
| Binary | 11100000 | 1000001 | 10010001 | 0 | 1000111 | 100011 | 1100 | 101001010 | 1001000 | 111001 |
Color Harmonies of #E04191
Complementary color
Monochromatic Colors of #E04191
Black with #E04191
Text Example
Text Example
White with #E04191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04191; }
p { color: rgb(224,65,145); }
H1.HeaderClassName
{
color: #E04191;
}
.AnyTagClassName
{
color: #E04191;
}
</style>
background-color css
<style>
a { background-color: #E04191; }
a { background-color: rgb(224,65,145); }
div.DivClassName
{
background-color: #E04191;
}
.BgClassName
{
background-color: #E04191;
}
</style>
border-color css
<style>
span { border-color: #E04191; }
span { border-color: rgb(224,65,145); }
td.TdClassName
{
border-color: #E04191;
}
.TagClassName
{
border-color: #E04191;
}
</style>