Shades of Deep Magenta #E312DC
Tints of Deep Magenta #E312DC
RGB
CMYK
RGB Variations
Color information
#E312DC (or 0xE312DC) is known color: Deep Magenta. HEX triplet: E3, 12 and DC. RGB value is (227,18,220). Sum of RGB (Red+Green+Blue) = 227+18+220=465 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.82% from 465); Green value is 18 (7.42% from 255 or 3.87% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 227 - color contains mainly: red. Hex color #E312DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E312DC is #1CED23. Grayscale: #666666. Windows color (decimal): -1895716 or 14422755. OLE color: 14422755.
HSL color Cylindrical-coordinate representation of color #E312DC: hue angle of 302.01º 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 #E312DC is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 18 | 220 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.11 |
| HSL | 302.01º | 0.85% | 0.48% | - |
| HSV(B) | 302.01º | 0.92% | 0.89% | - |
| XYZ | 44.81 | 21.93 | 69.58 | - |
| YUV | 103.52 | 193.74 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 18 | 220 | 0 | 0.92 | 0.03 | 0.11 | 302.01 | 0.85 | 0.48 |
| Hex | E3 | 12 | DC | 0 | 5C | 3 | B | 12E | 55 | 30 |
| Octal | 343 | 22 | 334 | 0 | 134 | 3 | 13 | 456 | 125 | 60 |
| Binary | 11100011 | 10010 | 11011100 | 0 | 1011100 | 11 | 1011 | 100101110 | 1010101 | 110000 |
Color Harmonies of #E312DC
Complementary color
Monochromatic Colors of #E312DC
Black with #E312DC
Text Example
Text Example
White with #E312DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E312DC; }
p { color: rgb(227,18,220); }
H1.HeaderClassName
{
color: #E312DC;
}
.AnyTagClassName
{
color: #E312DC;
}
</style>
background-color css
<style>
a { background-color: #E312DC; }
a { background-color: rgb(227,18,220); }
div.DivClassName
{
background-color: #E312DC;
}
.BgClassName
{
background-color: #E312DC;
}
</style>
border-color css
<style>
span { border-color: #E312DC; }
span { border-color: rgb(227,18,220); }
td.TdClassName
{
border-color: #E312DC;
}
.TagClassName
{
border-color: #E312DC;
}
</style>