Shades of Deep Magenta #E31BDA
Tints of Deep Magenta #E31BDA
RGB
CMYK
RGB Variations
Color information
#E31BDA (or 0xE31BDA) is known color: Deep Magenta. HEX triplet: E3, 1B and DA. RGB value is (227,27,218). Sum of RGB (Red+Green+Blue) = 227+27+218=472 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.09% from 472); Green value is 27 (10.94% from 255 or 5.72% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 227 - color contains mainly: red. Hex color #E31BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31BDA is #1CE425. Grayscale: #6C6C6C. Windows color (decimal): -1893414 or 14293987. OLE color: 14293987.
HSL color Cylindrical-coordinate representation of color #E31BDA: hue angle of 302.7º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E31BDA is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 27 | 218 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.11 |
| HSL | 302.7º | 0.79% | 0.5% | - |
| HSV(B) | 302.7º | 0.88% | 0.89% | - |
| XYZ | 44.73 | 22.18 | 68.25 | - |
| YUV | 108.57 | 189.76 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 27 | 218 | 0 | 0.88 | 0.04 | 0.11 | 302.7 | 0.79 | 0.5 |
| Hex | E3 | 1B | DA | 0 | 58 | 4 | B | 12F | 4F | 32 |
| Octal | 343 | 33 | 332 | 0 | 130 | 4 | 13 | 457 | 117 | 62 |
| Binary | 11100011 | 11011 | 11011010 | 0 | 1011000 | 100 | 1011 | 100101111 | 1001111 | 110010 |
Color Harmonies of #E31BDA
Complementary color
Monochromatic Colors of #E31BDA
Black with #E31BDA
Text Example
Text Example
White with #E31BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31BDA; }
p { color: rgb(227,27,218); }
H1.HeaderClassName
{
color: #E31BDA;
}
.AnyTagClassName
{
color: #E31BDA;
}
</style>
background-color css
<style>
a { background-color: #E31BDA; }
a { background-color: rgb(227,27,218); }
div.DivClassName
{
background-color: #E31BDA;
}
.BgClassName
{
background-color: #E31BDA;
}
</style>
border-color css
<style>
span { border-color: #E31BDA; }
span { border-color: rgb(227,27,218); }
td.TdClassName
{
border-color: #E31BDA;
}
.TagClassName
{
border-color: #E31BDA;
}
</style>