Shades of Deep Magenta #E31DDE
Tints of Deep Magenta #E31DDE
RGB
CMYK
RGB Variations
Color information
#E31DDE (or 0xE31DDE) is known color: Deep Magenta. HEX triplet: E3, 1D and DE. RGB value is (227,29,222). Sum of RGB (Red+Green+Blue) = 227+29+222=478 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.49% from 478); Green value is 29 (11.72% from 255 or 6.07% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 227 - color contains mainly: red. Hex color #E31DDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31DDE is #1CE221. Grayscale: #6D6D6D. Windows color (decimal): -1892898 or 14556643. OLE color: 14556643.
HSL color Cylindrical-coordinate representation of color #E31DDE: hue angle of 301.52º 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 #E31DDE is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 29 | 222 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.11 |
| HSL | 301.52º | 0.78% | 0.5% | - |
| HSV(B) | 301.52º | 0.87% | 0.89% | - |
| XYZ | 45.3 | 22.48 | 71.06 | - |
| YUV | 110.2 | 191.1 | 211.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 29 | 222 | 0 | 0.87 | 0.02 | 0.11 | 301.52 | 0.78 | 0.5 |
| Hex | E3 | 1D | DE | 0 | 57 | 2 | B | 12E | 4E | 32 |
| Octal | 343 | 35 | 336 | 0 | 127 | 2 | 13 | 456 | 116 | 62 |
| Binary | 11100011 | 11101 | 11011110 | 0 | 1010111 | 10 | 1011 | 100101110 | 1001110 | 110010 |
Color Harmonies of #E31DDE
Complementary color
Monochromatic Colors of #E31DDE
Black with #E31DDE
Text Example
Text Example
White with #E31DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31DDE; }
p { color: rgb(227,29,222); }
H1.HeaderClassName
{
color: #E31DDE;
}
.AnyTagClassName
{
color: #E31DDE;
}
</style>
background-color css
<style>
a { background-color: #E31DDE; }
a { background-color: rgb(227,29,222); }
div.DivClassName
{
background-color: #E31DDE;
}
.BgClassName
{
background-color: #E31DDE;
}
</style>
border-color css
<style>
span { border-color: #E31DDE; }
span { border-color: rgb(227,29,222); }
td.TdClassName
{
border-color: #E31DDE;
}
.TagClassName
{
border-color: #E31DDE;
}
</style>