Shades of Deep Cerise #E02293
Tints of Deep Cerise #E02293
RGB
CMYK
RGB Variations
Color information
#E02293 (or 0xE02293) is known color: Deep Cerise. HEX triplet: E0, 22 and 93. RGB value is (224,34,147). Sum of RGB (Red+Green+Blue) = 224+34+147=405 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.31% from 405); Green value is 34 (13.67% from 255 or 8.40% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 224 - color contains mainly: red. Hex color #E02293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02293 is #1FDD6C. Grayscale: #676767. Windows color (decimal): -2088301 or 9642720. OLE color: 9642720.
HSL color Cylindrical-coordinate representation of color #E02293: hue angle of 324.32º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E02293 is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 34 | 147 | - |
| CMYK | 0 | 0.85 | 0.34 | 0.12 |
| HSL | 324.32º | 0.75% | 0.51% | - |
| HSV(B) | 324.32º | 0.85% | 0.88% | - |
| XYZ | 36.58 | 19.1 | 29.36 | - |
| YUV | 103.69 | 152.45 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 34 | 147 | 0 | 0.85 | 0.34 | 0.12 | 324.32 | 0.75 | 0.51 |
| Hex | E0 | 22 | 93 | 0 | 55 | 22 | C | 144 | 4B | 33 |
| Octal | 340 | 42 | 223 | 0 | 125 | 42 | 14 | 504 | 113 | 63 |
| Binary | 11100000 | 100010 | 10010011 | 0 | 1010101 | 100010 | 1100 | 101000100 | 1001011 | 110011 |
Color Harmonies of #E02293
Complementary color
Monochromatic Colors of #E02293
Black with #E02293
Text Example
Text Example
White with #E02293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02293; }
p { color: rgb(224,34,147); }
H1.HeaderClassName
{
color: #E02293;
}
.AnyTagClassName
{
color: #E02293;
}
</style>
background-color css
<style>
a { background-color: #E02293; }
a { background-color: rgb(224,34,147); }
div.DivClassName
{
background-color: #E02293;
}
.BgClassName
{
background-color: #E02293;
}
</style>
border-color css
<style>
span { border-color: #E02293; }
span { border-color: rgb(224,34,147); }
td.TdClassName
{
border-color: #E02293;
}
.TagClassName
{
border-color: #E02293;
}
</style>