Shades of Deep Cerise #E03193
Tints of Deep Cerise #E03193
RGB
CMYK
RGB Variations
Color information
#E03193 (or 0xE03193) is known color: Deep Cerise. HEX triplet: E0, 31 and 93. RGB value is (224,49,147). Sum of RGB (Red+Green+Blue) = 224+49+147=420 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.33% from 420); Green value is 49 (19.53% from 255 or 11.67% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 224 - color contains mainly: red. Hex color #E03193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03193 is #1FCE6C. Grayscale: #707070. Windows color (decimal): -2084461 or 9646560. OLE color: 9646560.
HSL color Cylindrical-coordinate representation of color #E03193: hue angle of 326.4º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E03193 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 49 | 147 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.12 |
| HSL | 326.4º | 0.74% | 0.54% | - |
| HSV(B) | 326.4º | 0.78% | 0.88% | - |
| XYZ | 37.11 | 20.15 | 29.54 | - |
| YUV | 112.5 | 147.48 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 49 | 147 | 0 | 0.78 | 0.34 | 0.12 | 326.4 | 0.74 | 0.54 |
| Hex | E0 | 31 | 93 | 0 | 4E | 22 | C | 146 | 4A | 36 |
| Octal | 340 | 61 | 223 | 0 | 116 | 42 | 14 | 506 | 112 | 66 |
| Binary | 11100000 | 110001 | 10010011 | 0 | 1001110 | 100010 | 1100 | 101000110 | 1001010 | 110110 |
Color Harmonies of #E03193
Complementary color
Monochromatic Colors of #E03193
Black with #E03193
Text Example
Text Example
White with #E03193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03193; }
p { color: rgb(224,49,147); }
H1.HeaderClassName
{
color: #E03193;
}
.AnyTagClassName
{
color: #E03193;
}
</style>
background-color css
<style>
a { background-color: #E03193; }
a { background-color: rgb(224,49,147); }
div.DivClassName
{
background-color: #E03193;
}
.BgClassName
{
background-color: #E03193;
}
</style>
border-color css
<style>
span { border-color: #E03193; }
span { border-color: rgb(224,49,147); }
td.TdClassName
{
border-color: #E03193;
}
.TagClassName
{
border-color: #E03193;
}
</style>