Shades of Deep Magenta #E314DF
Tints of Deep Magenta #E314DF
RGB
CMYK
RGB Variations
Color information
#E314DF (or 0xE314DF) is known color: Deep Magenta. HEX triplet: E3, 14 and DF. RGB value is (227,20,223). Sum of RGB (Red+Green+Blue) = 227+20+223=470 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.30% from 470); Green value is 20 (8.20% from 255 or 4.26% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 227 - color contains mainly: red. Hex color #E314DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E314DF is #1CEB20. Grayscale: #686868. Windows color (decimal): -1895201 or 14619875. OLE color: 14619875.
HSL color Cylindrical-coordinate representation of color #E314DF: hue angle of 301.16º 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 #E314DF is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 223 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.11 |
| HSL | 301.16º | 0.84% | 0.48% | - |
| HSV(B) | 301.16º | 0.91% | 0.89% | - |
| XYZ | 45.25 | 22.16 | 71.7 | - |
| YUV | 105.04 | 194.58 | 214.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 223 | 0 | 0.91 | 0.02 | 0.11 | 301.16 | 0.84 | 0.48 |
| Hex | E3 | 14 | DF | 0 | 5B | 2 | B | 12D | 54 | 30 |
| Octal | 343 | 24 | 337 | 0 | 133 | 2 | 13 | 455 | 124 | 60 |
| Binary | 11100011 | 10100 | 11011111 | 0 | 1011011 | 10 | 1011 | 100101101 | 1010100 | 110000 |
Color Harmonies of #E314DF
Complementary color
Monochromatic Colors of #E314DF
Black with #E314DF
Text Example
Text Example
White with #E314DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E314DF; }
p { color: rgb(227,20,223); }
H1.HeaderClassName
{
color: #E314DF;
}
.AnyTagClassName
{
color: #E314DF;
}
</style>
background-color css
<style>
a { background-color: #E314DF; }
a { background-color: rgb(227,20,223); }
div.DivClassName
{
background-color: #E314DF;
}
.BgClassName
{
background-color: #E314DF;
}
</style>
border-color css
<style>
span { border-color: #E314DF; }
span { border-color: rgb(227,20,223); }
td.TdClassName
{
border-color: #E314DF;
}
.TagClassName
{
border-color: #E314DF;
}
</style>