Shades of Deep Magenta #E31EDB
Tints of Deep Magenta #E31EDB
RGB
CMYK
RGB Variations
Color information
#E31EDB (or 0xE31EDB) is known color: Deep Magenta. HEX triplet: E3, 1E and DB. RGB value is (227,30,219). Sum of RGB (Red+Green+Blue) = 227+30+219=476 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.69% from 476); Green value is 30 (12.11% from 255 or 6.30% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 227 - color contains mainly: red. Hex color #E31EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31EDB is #1CE124. Grayscale: #6D6D6D. Windows color (decimal): -1892645 or 14360291. OLE color: 14360291.
HSL color Cylindrical-coordinate representation of color #E31EDB: hue angle of 302.44º 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 #E31EDB is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 30 | 219 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.11 |
| HSL | 302.44º | 0.78% | 0.5% | - |
| HSV(B) | 302.44º | 0.87% | 0.89% | - |
| XYZ | 44.93 | 22.37 | 68.97 | - |
| YUV | 110.45 | 189.27 | 211.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 30 | 219 | 0 | 0.87 | 0.04 | 0.11 | 302.44 | 0.78 | 0.5 |
| Hex | E3 | 1E | DB | 0 | 57 | 4 | B | 12E | 4E | 32 |
| Octal | 343 | 36 | 333 | 0 | 127 | 4 | 13 | 456 | 116 | 62 |
| Binary | 11100011 | 11110 | 11011011 | 0 | 1010111 | 100 | 1011 | 100101110 | 1001110 | 110010 |
Color Harmonies of #E31EDB
Complementary color
Monochromatic Colors of #E31EDB
Black with #E31EDB
Text Example
Text Example
White with #E31EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31EDB; }
p { color: rgb(227,30,219); }
H1.HeaderClassName
{
color: #E31EDB;
}
.AnyTagClassName
{
color: #E31EDB;
}
</style>
background-color css
<style>
a { background-color: #E31EDB; }
a { background-color: rgb(227,30,219); }
div.DivClassName
{
background-color: #E31EDB;
}
.BgClassName
{
background-color: #E31EDB;
}
</style>
border-color css
<style>
span { border-color: #E31EDB; }
span { border-color: rgb(227,30,219); }
td.TdClassName
{
border-color: #E31EDB;
}
.TagClassName
{
border-color: #E31EDB;
}
</style>