Shades of Deep Magenta #E31DDD
Tints of Deep Magenta #E31DDD
RGB
CMYK
RGB Variations
Color information
#E31DDD (or 0xE31DDD) is known color: Deep Magenta. HEX triplet: E3, 1D and DD. RGB value is (227,29,221). Sum of RGB (Red+Green+Blue) = 227+29+221=477 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.59% from 477); Green value is 29 (11.72% from 255 or 6.08% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 227 - color contains mainly: red. Hex color #E31DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31DDD is #1CE222. Grayscale: #6D6D6D. Windows color (decimal): -1892899 or 14491107. OLE color: 14491107.
HSL color Cylindrical-coordinate representation of color #E31DDD: hue angle of 301.82º 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 #E31DDD is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 29 | 221 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.11 |
| HSL | 301.82º | 0.78% | 0.5% | - |
| HSV(B) | 301.82º | 0.87% | 0.89% | - |
| XYZ | 45.17 | 22.43 | 70.36 | - |
| YUV | 110.09 | 190.6 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 29 | 221 | 0 | 0.87 | 0.03 | 0.11 | 301.82 | 0.78 | 0.5 |
| Hex | E3 | 1D | DD | 0 | 57 | 3 | B | 12E | 4E | 32 |
| Octal | 343 | 35 | 335 | 0 | 127 | 3 | 13 | 456 | 116 | 62 |
| Binary | 11100011 | 11101 | 11011101 | 0 | 1010111 | 11 | 1011 | 100101110 | 1001110 | 110010 |
Color Harmonies of #E31DDD
Complementary color
Monochromatic Colors of #E31DDD
Black with #E31DDD
Text Example
Text Example
White with #E31DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31DDD; }
p { color: rgb(227,29,221); }
H1.HeaderClassName
{
color: #E31DDD;
}
.AnyTagClassName
{
color: #E31DDD;
}
</style>
background-color css
<style>
a { background-color: #E31DDD; }
a { background-color: rgb(227,29,221); }
div.DivClassName
{
background-color: #E31DDD;
}
.BgClassName
{
background-color: #E31DDD;
}
</style>
border-color css
<style>
span { border-color: #E31DDD; }
span { border-color: rgb(227,29,221); }
td.TdClassName
{
border-color: #E31DDD;
}
.TagClassName
{
border-color: #E31DDD;
}
</style>