Shades of Deep Magenta #E31ADB
Tints of Deep Magenta #E31ADB
RGB
CMYK
RGB Variations
Color information
#E31ADB (or 0xE31ADB) is known color: Deep Magenta. HEX triplet: E3, 1A and DB. RGB value is (227,26,219). Sum of RGB (Red+Green+Blue) = 227+26+219=472 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.09% from 472); Green value is 26 (10.55% from 255 or 5.51% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 227 - color contains mainly: red. Hex color #E31ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31ADB is #1CE524. Grayscale: #6B6B6B. Windows color (decimal): -1893669 or 14359267. OLE color: 14359267.
HSL color Cylindrical-coordinate representation of color #E31ADB: hue angle of 302.39º 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 #E31ADB is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 26 | 219 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.11 |
| HSL | 302.39º | 0.79% | 0.5% | - |
| HSV(B) | 302.39º | 0.89% | 0.89% | - |
| XYZ | 44.83 | 22.18 | 68.94 | - |
| YUV | 108.1 | 190.59 | 212.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 26 | 219 | 0 | 0.89 | 0.04 | 0.11 | 302.39 | 0.79 | 0.5 |
| Hex | E3 | 1A | DB | 0 | 59 | 4 | B | 12E | 4F | 32 |
| Octal | 343 | 32 | 333 | 0 | 131 | 4 | 13 | 456 | 117 | 62 |
| Binary | 11100011 | 11010 | 11011011 | 0 | 1011001 | 100 | 1011 | 100101110 | 1001111 | 110010 |
Color Harmonies of #E31ADB
Complementary color
Monochromatic Colors of #E31ADB
Black with #E31ADB
Text Example
Text Example
White with #E31ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31ADB; }
p { color: rgb(227,26,219); }
H1.HeaderClassName
{
color: #E31ADB;
}
.AnyTagClassName
{
color: #E31ADB;
}
</style>
background-color css
<style>
a { background-color: #E31ADB; }
a { background-color: rgb(227,26,219); }
div.DivClassName
{
background-color: #E31ADB;
}
.BgClassName
{
background-color: #E31ADB;
}
</style>
border-color css
<style>
span { border-color: #E31ADB; }
span { border-color: rgb(227,26,219); }
td.TdClassName
{
border-color: #E31ADB;
}
.TagClassName
{
border-color: #E31ADB;
}
</style>