Shades of Deep Cerise #E04192
Tints of Deep Cerise #E04192
RGB
CMYK
RGB Variations
Color information
#E04192 (or 0xE04192) is known color: Deep Cerise. HEX triplet: E0, 41 and 92. RGB value is (224,65,146). Sum of RGB (Red+Green+Blue) = 224+65+146=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 65 (25.78% from 255 or 14.94% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E04192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04192 is #1FBE6D. Grayscale: #797979. Windows color (decimal): -2080366 or 9585120. OLE color: 9585120.
HSL color Cylindrical-coordinate representation of color #E04192: hue angle of 329.43º 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 #E04192 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 65 | 146 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.12 |
| HSL | 329.43º | 0.72% | 0.57% | - |
| HSV(B) | 329.43º | 0.71% | 0.88% | - |
| XYZ | 37.82 | 21.7 | 29.39 | - |
| YUV | 121.78 | 141.68 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 65 | 146 | 0 | 0.71 | 0.35 | 0.12 | 329.43 | 0.72 | 0.57 |
| Hex | E0 | 41 | 92 | 0 | 47 | 23 | C | 149 | 48 | 39 |
| Octal | 340 | 101 | 222 | 0 | 107 | 43 | 14 | 511 | 110 | 71 |
| Binary | 11100000 | 1000001 | 10010010 | 0 | 1000111 | 100011 | 1100 | 101001001 | 1001000 | 111001 |
Color Harmonies of #E04192
Complementary color
Monochromatic Colors of #E04192
Black with #E04192
Text Example
Text Example
White with #E04192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04192; }
p { color: rgb(224,65,146); }
H1.HeaderClassName
{
color: #E04192;
}
.AnyTagClassName
{
color: #E04192;
}
</style>
background-color css
<style>
a { background-color: #E04192; }
a { background-color: rgb(224,65,146); }
div.DivClassName
{
background-color: #E04192;
}
.BgClassName
{
background-color: #E04192;
}
</style>
border-color css
<style>
span { border-color: #E04192; }
span { border-color: rgb(224,65,146); }
td.TdClassName
{
border-color: #E04192;
}
.TagClassName
{
border-color: #E04192;
}
</style>