Shades of Deep Cerise #E0319E
Tints of Deep Cerise #E0319E
RGB
CMYK
RGB Variations
Color information
#E0319E (or 0xE0319E) is known color: Deep Cerise. HEX triplet: E0, 31 and 9E. RGB value is (224,49,158). Sum of RGB (Red+Green+Blue) = 224+49+158=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 49 (19.53% from 255 or 11.37% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E0319E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0319E is #1FCE61. Grayscale: #717171. Windows color (decimal): -2084450 or 10367456. OLE color: 10367456.
HSL color Cylindrical-coordinate representation of color #E0319E: hue angle of 322.63º 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 #E0319E is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 49 | 158 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.12 |
| HSL | 322.63º | 0.74% | 0.54% | - |
| HSV(B) | 322.63º | 0.78% | 0.88% | - |
| XYZ | 38.01 | 20.51 | 34.3 | - |
| YUV | 113.75 | 152.98 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 49 | 158 | 0 | 0.78 | 0.29 | 0.12 | 322.63 | 0.74 | 0.54 |
| Hex | E0 | 31 | 9E | 0 | 4E | 1D | C | 143 | 4A | 36 |
| Octal | 340 | 61 | 236 | 0 | 116 | 35 | 14 | 503 | 112 | 66 |
| Binary | 11100000 | 110001 | 10011110 | 0 | 1001110 | 11101 | 1100 | 101000011 | 1001010 | 110110 |
Color Harmonies of #E0319E
Complementary color
Monochromatic Colors of #E0319E
Black with #E0319E
Text Example
Text Example
White with #E0319E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0319E; }
p { color: rgb(224,49,158); }
H1.HeaderClassName
{
color: #E0319E;
}
.AnyTagClassName
{
color: #E0319E;
}
</style>
background-color css
<style>
a { background-color: #E0319E; }
a { background-color: rgb(224,49,158); }
div.DivClassName
{
background-color: #E0319E;
}
.BgClassName
{
background-color: #E0319E;
}
</style>
border-color css
<style>
span { border-color: #E0319E; }
span { border-color: rgb(224,49,158); }
td.TdClassName
{
border-color: #E0319E;
}
.TagClassName
{
border-color: #E0319E;
}
</style>