Shades of Deep Magenta #E314DC
Tints of Deep Magenta #E314DC
RGB
CMYK
RGB Variations
Color information
#E314DC (or 0xE314DC) is known color: Deep Magenta. HEX triplet: E3, 14 and DC. RGB value is (227,20,220). Sum of RGB (Red+Green+Blue) = 227+20+220=467 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.61% from 467); Green value is 20 (8.20% from 255 or 4.28% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 227 - color contains mainly: red. Hex color #E314DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E314DC is #1CEB23. Grayscale: #686868. Windows color (decimal): -1895204 or 14423267. OLE color: 14423267.
HSL color Cylindrical-coordinate representation of color #E314DC: hue angle of 302.03º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E314DC is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 220 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.11 |
| HSL | 302.03º | 0.84% | 0.48% | - |
| HSV(B) | 302.03º | 0.91% | 0.89% | - |
| XYZ | 44.85 | 22 | 69.59 | - |
| YUV | 104.69 | 193.08 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 220 | 0 | 0.91 | 0.03 | 0.11 | 302.03 | 0.84 | 0.48 |
| Hex | E3 | 14 | DC | 0 | 5B | 3 | B | 12E | 54 | 30 |
| Octal | 343 | 24 | 334 | 0 | 133 | 3 | 13 | 456 | 124 | 60 |
| Binary | 11100011 | 10100 | 11011100 | 0 | 1011011 | 11 | 1011 | 100101110 | 1010100 | 110000 |
Color Harmonies of #E314DC
Complementary color
Monochromatic Colors of #E314DC
Black with #E314DC
Text Example
Text Example
White with #E314DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E314DC; }
p { color: rgb(227,20,220); }
H1.HeaderClassName
{
color: #E314DC;
}
.AnyTagClassName
{
color: #E314DC;
}
</style>
background-color css
<style>
a { background-color: #E314DC; }
a { background-color: rgb(227,20,220); }
div.DivClassName
{
background-color: #E314DC;
}
.BgClassName
{
background-color: #E314DC;
}
</style>
border-color css
<style>
span { border-color: #E314DC; }
span { border-color: rgb(227,20,220); }
td.TdClassName
{
border-color: #E314DC;
}
.TagClassName
{
border-color: #E314DC;
}
</style>