Shades of Deep Magenta #E312DD
Tints of Deep Magenta #E312DD
RGB
CMYK
RGB Variations
Color information
#E312DD (or 0xE312DD) is known color: Deep Magenta. HEX triplet: E3, 12 and DD. RGB value is (227,18,221). Sum of RGB (Red+Green+Blue) = 227+18+221=466 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.71% from 466); Green value is 18 (7.42% from 255 or 3.86% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 227 - color contains mainly: red. Hex color #E312DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E312DD is #1CED22. Grayscale: #676767. Windows color (decimal): -1895715 or 14488291. OLE color: 14488291.
HSL color Cylindrical-coordinate representation of color #E312DD: hue angle of 301.72º 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 #E312DD is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 18 | 221 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.11 |
| HSL | 301.72º | 0.85% | 0.48% | - |
| HSV(B) | 301.72º | 0.92% | 0.89% | - |
| XYZ | 44.95 | 21.98 | 70.28 | - |
| YUV | 103.63 | 194.24 | 215.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 18 | 221 | 0 | 0.92 | 0.03 | 0.11 | 301.72 | 0.85 | 0.48 |
| Hex | E3 | 12 | DD | 0 | 5C | 3 | B | 12E | 55 | 30 |
| Octal | 343 | 22 | 335 | 0 | 134 | 3 | 13 | 456 | 125 | 60 |
| Binary | 11100011 | 10010 | 11011101 | 0 | 1011100 | 11 | 1011 | 100101110 | 1010101 | 110000 |
Color Harmonies of #E312DD
Complementary color
Monochromatic Colors of #E312DD
Black with #E312DD
Text Example
Text Example
White with #E312DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E312DD; }
p { color: rgb(227,18,221); }
H1.HeaderClassName
{
color: #E312DD;
}
.AnyTagClassName
{
color: #E312DD;
}
</style>
background-color css
<style>
a { background-color: #E312DD; }
a { background-color: rgb(227,18,221); }
div.DivClassName
{
background-color: #E312DD;
}
.BgClassName
{
background-color: #E312DD;
}
</style>
border-color css
<style>
span { border-color: #E312DD; }
span { border-color: rgb(227,18,221); }
td.TdClassName
{
border-color: #E312DD;
}
.TagClassName
{
border-color: #E312DD;
}
</style>