Shades of Deep Cerise #E04092
Tints of Deep Cerise #E04092
RGB
CMYK
RGB Variations
Color information
#E04092 (or 0xE04092) is known color: Deep Cerise. HEX triplet: E0, 40 and 92. RGB value is (224,64,146). Sum of RGB (Red+Green+Blue) = 224+64+146=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 64 (25.39% from 255 or 14.75% from 434); Blue value is 146 (57.42% from 255 or 33.64% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E04092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04092 is #1FBF6D. Grayscale: #797979. Windows color (decimal): -2080622 or 9584864. OLE color: 9584864.
HSL color Cylindrical-coordinate representation of color #E04092: hue angle of 329.25º 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 #E04092 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 146 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.12 |
| HSL | 329.25º | 0.72% | 0.56% | - |
| HSV(B) | 329.25º | 0.71% | 0.88% | - |
| XYZ | 37.76 | 21.59 | 29.37 | - |
| YUV | 121.19 | 142.01 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 146 | 0 | 0.71 | 0.35 | 0.12 | 329.25 | 0.72 | 0.56 |
| Hex | E0 | 40 | 92 | 0 | 47 | 23 | C | 149 | 48 | 38 |
| Octal | 340 | 100 | 222 | 0 | 107 | 43 | 14 | 511 | 110 | 70 |
| Binary | 11100000 | 1000000 | 10010010 | 0 | 1000111 | 100011 | 1100 | 101001001 | 1001000 | 111000 |
Color Harmonies of #E04092
Complementary color
Monochromatic Colors of #E04092
Black with #E04092
Text Example
Text Example
White with #E04092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04092; }
p { color: rgb(224,64,146); }
H1.HeaderClassName
{
color: #E04092;
}
.AnyTagClassName
{
color: #E04092;
}
</style>
background-color css
<style>
a { background-color: #E04092; }
a { background-color: rgb(224,64,146); }
div.DivClassName
{
background-color: #E04092;
}
.BgClassName
{
background-color: #E04092;
}
</style>
border-color css
<style>
span { border-color: #E04092; }
span { border-color: rgb(224,64,146); }
td.TdClassName
{
border-color: #E04092;
}
.TagClassName
{
border-color: #E04092;
}
</style>