Shades of Deep Magenta #E31ADD
Tints of Deep Magenta #E31ADD
RGB
CMYK
RGB Variations
Color information
#E31ADD (or 0xE31ADD) is known color: Deep Magenta. HEX triplet: E3, 1A and DD. RGB value is (227,26,221). Sum of RGB (Red+Green+Blue) = 227+26+221=474 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.89% from 474); Green value is 26 (10.55% from 255 or 5.49% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 227 - color contains mainly: red. Hex color #E31ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31ADD is #1CE522. Grayscale: #6B6B6B. Windows color (decimal): -1893667 or 14490339. OLE color: 14490339.
HSL color Cylindrical-coordinate representation of color #E31ADD: hue angle of 301.79º 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 #E31ADD is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 26 | 221 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.11 |
| HSL | 301.79º | 0.79% | 0.5% | - |
| HSV(B) | 301.79º | 0.89% | 0.89% | - |
| XYZ | 45.1 | 22.29 | 70.33 | - |
| YUV | 108.33 | 191.59 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 26 | 221 | 0 | 0.89 | 0.03 | 0.11 | 301.79 | 0.79 | 0.5 |
| Hex | E3 | 1A | DD | 0 | 59 | 3 | B | 12E | 4F | 32 |
| Octal | 343 | 32 | 335 | 0 | 131 | 3 | 13 | 456 | 117 | 62 |
| Binary | 11100011 | 11010 | 11011101 | 0 | 1011001 | 11 | 1011 | 100101110 | 1001111 | 110010 |
Color Harmonies of #E31ADD
Complementary color
Monochromatic Colors of #E31ADD
Black with #E31ADD
Text Example
Text Example
White with #E31ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31ADD; }
p { color: rgb(227,26,221); }
H1.HeaderClassName
{
color: #E31ADD;
}
.AnyTagClassName
{
color: #E31ADD;
}
</style>
background-color css
<style>
a { background-color: #E31ADD; }
a { background-color: rgb(227,26,221); }
div.DivClassName
{
background-color: #E31ADD;
}
.BgClassName
{
background-color: #E31ADD;
}
</style>
border-color css
<style>
span { border-color: #E31ADD; }
span { border-color: rgb(227,26,221); }
td.TdClassName
{
border-color: #E31ADD;
}
.TagClassName
{
border-color: #E31ADD;
}
</style>