Shades of Deep Cerise #E0319D
Tints of Deep Cerise #E0319D
RGB
CMYK
RGB Variations
Color information
#E0319D (or 0xE0319D) is known color: Deep Cerise. HEX triplet: E0, 31 and 9D. RGB value is (224,49,157). Sum of RGB (Red+Green+Blue) = 224+49+157=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 49 (19.53% from 255 or 11.40% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E0319D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0319D is #1FCE62. Grayscale: #717171. Windows color (decimal): -2084451 or 10301920. OLE color: 10301920.
HSL color Cylindrical-coordinate representation of color #E0319D: hue angle of 322.97º 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 #E0319D is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 49 | 157 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.12 |
| HSL | 322.97º | 0.74% | 0.54% | - |
| HSV(B) | 322.97º | 0.78% | 0.88% | - |
| XYZ | 37.92 | 20.48 | 33.85 | - |
| YUV | 113.64 | 152.48 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 49 | 157 | 0 | 0.78 | 0.30 | 0.12 | 322.97 | 0.74 | 0.54 |
| Hex | E0 | 31 | 9D | 0 | 4E | 1E | C | 143 | 4A | 36 |
| Octal | 340 | 61 | 235 | 0 | 116 | 36 | 14 | 503 | 112 | 66 |
| Binary | 11100000 | 110001 | 10011101 | 0 | 1001110 | 11110 | 1100 | 101000011 | 1001010 | 110110 |
Color Harmonies of #E0319D
Complementary color
Monochromatic Colors of #E0319D
Black with #E0319D
Text Example
Text Example
White with #E0319D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0319D; }
p { color: rgb(224,49,157); }
H1.HeaderClassName
{
color: #E0319D;
}
.AnyTagClassName
{
color: #E0319D;
}
</style>
background-color css
<style>
a { background-color: #E0319D; }
a { background-color: rgb(224,49,157); }
div.DivClassName
{
background-color: #E0319D;
}
.BgClassName
{
background-color: #E0319D;
}
</style>
border-color css
<style>
span { border-color: #E0319D; }
span { border-color: rgb(224,49,157); }
td.TdClassName
{
border-color: #E0319D;
}
.TagClassName
{
border-color: #E0319D;
}
</style>