Shades of Deep Magenta #E31EDF
Tints of Deep Magenta #E31EDF
RGB
CMYK
RGB Variations
Color information
#E31EDF (or 0xE31EDF) is known color: Deep Magenta. HEX triplet: E3, 1E and DF. RGB value is (227,30,223). Sum of RGB (Red+Green+Blue) = 227+30+223=480 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.29% from 480); Green value is 30 (12.11% from 255 or 6.25% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 227 - color contains mainly: red. Hex color #E31EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31EDF is #1CE120. Grayscale: #6E6E6E. Windows color (decimal): -1892641 or 14622435. OLE color: 14622435.
HSL color Cylindrical-coordinate representation of color #E31EDF: hue angle of 301.22º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E31EDF is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 30 | 223 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.11 |
| HSL | 301.22º | 0.78% | 0.5% | - |
| HSV(B) | 301.22º | 0.87% | 0.89% | - |
| XYZ | 45.46 | 22.59 | 71.78 | - |
| YUV | 110.91 | 191.27 | 210.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 30 | 223 | 0 | 0.87 | 0.02 | 0.11 | 301.22 | 0.78 | 0.5 |
| Hex | E3 | 1E | DF | 0 | 57 | 2 | B | 12D | 4E | 32 |
| Octal | 343 | 36 | 337 | 0 | 127 | 2 | 13 | 455 | 116 | 62 |
| Binary | 11100011 | 11110 | 11011111 | 0 | 1010111 | 10 | 1011 | 100101101 | 1001110 | 110010 |
Color Harmonies of #E31EDF
Complementary color
Monochromatic Colors of #E31EDF
Black with #E31EDF
Text Example
Text Example
White with #E31EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31EDF; }
p { color: rgb(227,30,223); }
H1.HeaderClassName
{
color: #E31EDF;
}
.AnyTagClassName
{
color: #E31EDF;
}
</style>
background-color css
<style>
a { background-color: #E31EDF; }
a { background-color: rgb(227,30,223); }
div.DivClassName
{
background-color: #E31EDF;
}
.BgClassName
{
background-color: #E31EDF;
}
</style>
border-color css
<style>
span { border-color: #E31EDF; }
span { border-color: rgb(227,30,223); }
td.TdClassName
{
border-color: #E31EDF;
}
.TagClassName
{
border-color: #E31EDF;
}
</style>