Shades of Deep Magenta #E310D1
Tints of Deep Magenta #E310D1
RGB
CMYK
RGB Variations
Color information
#E310D1 (or 0xE310D1) is known color: Deep Magenta. HEX triplet: E3, 10 and D1. RGB value is (227,16,209). Sum of RGB (Red+Green+Blue) = 227+16+209=452 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.22% from 452); Green value is 16 (6.64% from 255 or 3.54% from 452); Blue value is 209 (82.03% from 255 or 46.24% from 452); Max value from RGB is 227 - color contains mainly: red. Hex color #E310D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E310D1 is #1CEF2E. Grayscale: #646464. Windows color (decimal): -1896239 or 13701347. OLE color: 13701347.
HSL color Cylindrical-coordinate representation of color #E310D1: hue angle of 305.12º 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 #E310D1 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 16 | 209 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.11 |
| HSL | 305.12º | 0.87% | 0.48% | - |
| HSV(B) | 305.12º | 0.93% | 0.89% | - |
| XYZ | 43.37 | 21.3 | 62.15 | - |
| YUV | 101.09 | 188.9 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 16 | 209 | 0 | 0.93 | 0.08 | 0.11 | 305.12 | 0.87 | 0.48 |
| Hex | E3 | 10 | D1 | 0 | 5D | 8 | B | 131 | 57 | 30 |
| Octal | 343 | 20 | 321 | 0 | 135 | 10 | 13 | 461 | 127 | 60 |
| Binary | 11100011 | 10000 | 11010001 | 0 | 1011101 | 1000 | 1011 | 100110001 | 1010111 | 110000 |
Color Harmonies of #E310D1
Complementary color
Monochromatic Colors of #E310D1
Black with #E310D1
Text Example
Text Example
White with #E310D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E310D1; }
p { color: rgb(227,16,209); }
H1.HeaderClassName
{
color: #E310D1;
}
.AnyTagClassName
{
color: #E310D1;
}
</style>
background-color css
<style>
a { background-color: #E310D1; }
a { background-color: rgb(227,16,209); }
div.DivClassName
{
background-color: #E310D1;
}
.BgClassName
{
background-color: #E310D1;
}
</style>
border-color css
<style>
span { border-color: #E310D1; }
span { border-color: rgb(227,16,209); }
td.TdClassName
{
border-color: #E310D1;
}
.TagClassName
{
border-color: #E310D1;
}
</style>