Shades of Deep Magenta #E310DF
Tints of Deep Magenta #E310DF
RGB
CMYK
RGB Variations
Color information
#E310DF (or 0xE310DF) is known color: Deep Magenta. HEX triplet: E3, 10 and DF. RGB value is (227,16,223). Sum of RGB (Red+Green+Blue) = 227+16+223=466 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.71% from 466); Green value is 16 (6.64% from 255 or 3.43% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 227 - color contains mainly: red. Hex color #E310DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E310DF is #1CEF20. Grayscale: #666666. Windows color (decimal): -1896225 or 14618851. OLE color: 14618851.
HSL color Cylindrical-coordinate representation of color #E310DF: hue angle of 301.14º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E310DF is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 16 | 223 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.11 |
| HSL | 301.14º | 0.87% | 0.48% | - |
| HSV(B) | 301.14º | 0.93% | 0.89% | - |
| XYZ | 45.18 | 22.03 | 71.68 | - |
| YUV | 102.69 | 195.9 | 216.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 16 | 223 | 0 | 0.93 | 0.02 | 0.11 | 301.14 | 0.87 | 0.48 |
| Hex | E3 | 10 | DF | 0 | 5D | 2 | B | 12D | 57 | 30 |
| Octal | 343 | 20 | 337 | 0 | 135 | 2 | 13 | 455 | 127 | 60 |
| Binary | 11100011 | 10000 | 11011111 | 0 | 1011101 | 10 | 1011 | 100101101 | 1010111 | 110000 |
Color Harmonies of #E310DF
Complementary color
Monochromatic Colors of #E310DF
Black with #E310DF
Text Example
Text Example
White with #E310DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E310DF; }
p { color: rgb(227,16,223); }
H1.HeaderClassName
{
color: #E310DF;
}
.AnyTagClassName
{
color: #E310DF;
}
</style>
background-color css
<style>
a { background-color: #E310DF; }
a { background-color: rgb(227,16,223); }
div.DivClassName
{
background-color: #E310DF;
}
.BgClassName
{
background-color: #E310DF;
}
</style>
border-color css
<style>
span { border-color: #E310DF; }
span { border-color: rgb(227,16,223); }
td.TdClassName
{
border-color: #E310DF;
}
.TagClassName
{
border-color: #E310DF;
}
</style>