Shades of Deep Cerise #E03492
Tints of Deep Cerise #E03492
RGB
CMYK
RGB Variations
Color information
#E03492 (or 0xE03492) is known color: Deep Cerise. HEX triplet: E0, 34 and 92. RGB value is (224,52,146). Sum of RGB (Red+Green+Blue) = 224+52+146=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 52 (20.70% from 255 or 12.32% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E03492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03492 is #1FCB6D. Grayscale: #717171. Windows color (decimal): -2083694 or 9581792. OLE color: 9581792.
HSL color Cylindrical-coordinate representation of color #E03492: hue angle of 327.21º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E03492 is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 52 | 146 | - |
| CMYK | 0 | 0.77 | 0.35 | 0.12 |
| HSL | 327.21º | 0.74% | 0.54% | - |
| HSV(B) | 327.21º | 0.77% | 0.88% | - |
| XYZ | 37.16 | 20.38 | 29.17 | - |
| YUV | 114.14 | 145.98 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 52 | 146 | 0 | 0.77 | 0.35 | 0.12 | 327.21 | 0.74 | 0.54 |
| Hex | E0 | 34 | 92 | 0 | 4D | 23 | C | 147 | 4A | 36 |
| Octal | 340 | 64 | 222 | 0 | 115 | 43 | 14 | 507 | 112 | 66 |
| Binary | 11100000 | 110100 | 10010010 | 0 | 1001101 | 100011 | 1100 | 101000111 | 1001010 | 110110 |
Color Harmonies of #E03492
Complementary color
Monochromatic Colors of #E03492
Black with #E03492
Text Example
Text Example
White with #E03492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03492; }
p { color: rgb(224,52,146); }
H1.HeaderClassName
{
color: #E03492;
}
.AnyTagClassName
{
color: #E03492;
}
</style>
background-color css
<style>
a { background-color: #E03492; }
a { background-color: rgb(224,52,146); }
div.DivClassName
{
background-color: #E03492;
}
.BgClassName
{
background-color: #E03492;
}
</style>
border-color css
<style>
span { border-color: #E03492; }
span { border-color: rgb(224,52,146); }
td.TdClassName
{
border-color: #E03492;
}
.TagClassName
{
border-color: #E03492;
}
</style>