Shades of Deep Magenta #E31ADF
Tints of Deep Magenta #E31ADF
RGB
CMYK
RGB Variations
Color information
#E31ADF (or 0xE31ADF) is known color: Deep Magenta. HEX triplet: E3, 1A and DF. RGB value is (227,26,223). Sum of RGB (Red+Green+Blue) = 227+26+223=476 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.69% from 476); Green value is 26 (10.55% from 255 or 5.46% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 227 - color contains mainly: red. Hex color #E31ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31ADF is #1CE520. Grayscale: #6B6B6B. Windows color (decimal): -1893665 or 14621411. OLE color: 14621411.
HSL color Cylindrical-coordinate representation of color #E31ADF: hue angle of 301.19º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E31ADF is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 26 | 223 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.11 |
| HSL | 301.19º | 0.79% | 0.5% | - |
| HSV(B) | 301.19º | 0.89% | 0.89% | - |
| XYZ | 45.37 | 22.4 | 71.74 | - |
| YUV | 108.56 | 192.59 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 26 | 223 | 0 | 0.89 | 0.02 | 0.11 | 301.19 | 0.79 | 0.5 |
| Hex | E3 | 1A | DF | 0 | 59 | 2 | B | 12D | 4F | 32 |
| Octal | 343 | 32 | 337 | 0 | 131 | 2 | 13 | 455 | 117 | 62 |
| Binary | 11100011 | 11010 | 11011111 | 0 | 1011001 | 10 | 1011 | 100101101 | 1001111 | 110010 |
Color Harmonies of #E31ADF
Complementary color
Monochromatic Colors of #E31ADF
Black with #E31ADF
Text Example
Text Example
White with #E31ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31ADF; }
p { color: rgb(227,26,223); }
H1.HeaderClassName
{
color: #E31ADF;
}
.AnyTagClassName
{
color: #E31ADF;
}
</style>
background-color css
<style>
a { background-color: #E31ADF; }
a { background-color: rgb(227,26,223); }
div.DivClassName
{
background-color: #E31ADF;
}
.BgClassName
{
background-color: #E31ADF;
}
</style>
border-color css
<style>
span { border-color: #E31ADF; }
span { border-color: rgb(227,26,223); }
td.TdClassName
{
border-color: #E31ADF;
}
.TagClassName
{
border-color: #E31ADF;
}
</style>