Shades of Deep Magenta #E313DF
Tints of Deep Magenta #E313DF
RGB
CMYK
RGB Variations
Color information
#E313DF (or 0xE313DF) is known color: Deep Magenta. HEX triplet: E3, 13 and DF. RGB value is (227,19,223). Sum of RGB (Red+Green+Blue) = 227+19+223=469 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.40% from 469); Green value is 19 (7.81% from 255 or 4.05% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 227 - color contains mainly: red. Hex color #E313DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E313DF is #1CEC20. Grayscale: #676767. Windows color (decimal): -1895457 or 14619619. OLE color: 14619619.
HSL color Cylindrical-coordinate representation of color #E313DF: hue angle of 301.15º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E313DF is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 19 | 223 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.11 |
| HSL | 301.15º | 0.85% | 0.48% | - |
| HSV(B) | 301.15º | 0.92% | 0.89% | - |
| XYZ | 45.23 | 22.12 | 71.7 | - |
| YUV | 104.45 | 194.91 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 19 | 223 | 0 | 0.92 | 0.02 | 0.11 | 301.15 | 0.85 | 0.48 |
| Hex | E3 | 13 | DF | 0 | 5C | 2 | B | 12D | 55 | 30 |
| Octal | 343 | 23 | 337 | 0 | 134 | 2 | 13 | 455 | 125 | 60 |
| Binary | 11100011 | 10011 | 11011111 | 0 | 1011100 | 10 | 1011 | 100101101 | 1010101 | 110000 |
Color Harmonies of #E313DF
Complementary color
Monochromatic Colors of #E313DF
Black with #E313DF
Text Example
Text Example
White with #E313DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E313DF; }
p { color: rgb(227,19,223); }
H1.HeaderClassName
{
color: #E313DF;
}
.AnyTagClassName
{
color: #E313DF;
}
</style>
background-color css
<style>
a { background-color: #E313DF; }
a { background-color: rgb(227,19,223); }
div.DivClassName
{
background-color: #E313DF;
}
.BgClassName
{
background-color: #E313DF;
}
</style>
border-color css
<style>
span { border-color: #E313DF; }
span { border-color: rgb(227,19,223); }
td.TdClassName
{
border-color: #E313DF;
}
.TagClassName
{
border-color: #E313DF;
}
</style>