Shades of Deep Magenta #E312D2
Tints of Deep Magenta #E312D2
RGB
CMYK
RGB Variations
Color information
#E312D2 (or 0xE312D2) is known color: Deep Magenta. HEX triplet: E3, 12 and D2. RGB value is (227,18,210). Sum of RGB (Red+Green+Blue) = 227+18+210=455 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.89% from 455); Green value is 18 (7.42% from 255 or 3.96% from 455); Blue value is 210 (82.42% from 255 or 46.15% from 455); Max value from RGB is 227 - color contains mainly: red. Hex color #E312D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E312D2 is #1CED2D. Grayscale: #656565. Windows color (decimal): -1895726 or 13767395. OLE color: 13767395.
HSL color Cylindrical-coordinate representation of color #E312D2: hue angle of 304.88º 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 #E312D2 is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 18 | 210 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.11 |
| HSL | 304.88º | 0.85% | 0.48% | - |
| HSV(B) | 304.88º | 0.92% | 0.89% | - |
| XYZ | 43.53 | 21.42 | 62.81 | - |
| YUV | 102.38 | 188.74 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 18 | 210 | 0 | 0.92 | 0.07 | 0.11 | 304.88 | 0.85 | 0.48 |
| Hex | E3 | 12 | D2 | 0 | 5C | 7 | B | 131 | 55 | 30 |
| Octal | 343 | 22 | 322 | 0 | 134 | 7 | 13 | 461 | 125 | 60 |
| Binary | 11100011 | 10010 | 11010010 | 0 | 1011100 | 111 | 1011 | 100110001 | 1010101 | 110000 |
Color Harmonies of #E312D2
Complementary color
Monochromatic Colors of #E312D2
Black with #E312D2
Text Example
Text Example
White with #E312D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E312D2; }
p { color: rgb(227,18,210); }
H1.HeaderClassName
{
color: #E312D2;
}
.AnyTagClassName
{
color: #E312D2;
}
</style>
background-color css
<style>
a { background-color: #E312D2; }
a { background-color: rgb(227,18,210); }
div.DivClassName
{
background-color: #E312D2;
}
.BgClassName
{
background-color: #E312D2;
}
</style>
border-color css
<style>
span { border-color: #E312D2; }
span { border-color: rgb(227,18,210); }
td.TdClassName
{
border-color: #E312D2;
}
.TagClassName
{
border-color: #E312D2;
}
</style>