Shades of Deep Magenta #E31ADA
Tints of Deep Magenta #E31ADA
RGB
CMYK
RGB Variations
Color information
#E31ADA (or 0xE31ADA) is known color: Deep Magenta. HEX triplet: E3, 1A and DA. RGB value is (227,26,218). Sum of RGB (Red+Green+Blue) = 227+26+218=471 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.20% from 471); Green value is 26 (10.55% from 255 or 5.52% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 227 - color contains mainly: red. Hex color #E31ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31ADA is #1CE525. Grayscale: #6B6B6B. Windows color (decimal): -1893670 or 14293731. OLE color: 14293731.
HSL color Cylindrical-coordinate representation of color #E31ADA: hue angle of 302.69º 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 #E31ADA is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 26 | 218 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.11 |
| HSL | 302.69º | 0.79% | 0.5% | - |
| HSV(B) | 302.69º | 0.89% | 0.89% | - |
| XYZ | 44.7 | 22.13 | 68.25 | - |
| YUV | 107.99 | 190.09 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 26 | 218 | 0 | 0.89 | 0.04 | 0.11 | 302.69 | 0.79 | 0.5 |
| Hex | E3 | 1A | DA | 0 | 59 | 4 | B | 12F | 4F | 32 |
| Octal | 343 | 32 | 332 | 0 | 131 | 4 | 13 | 457 | 117 | 62 |
| Binary | 11100011 | 11010 | 11011010 | 0 | 1011001 | 100 | 1011 | 100101111 | 1001111 | 110010 |
Color Harmonies of #E31ADA
Complementary color
Monochromatic Colors of #E31ADA
Black with #E31ADA
Text Example
Text Example
White with #E31ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31ADA; }
p { color: rgb(227,26,218); }
H1.HeaderClassName
{
color: #E31ADA;
}
.AnyTagClassName
{
color: #E31ADA;
}
</style>
background-color css
<style>
a { background-color: #E31ADA; }
a { background-color: rgb(227,26,218); }
div.DivClassName
{
background-color: #E31ADA;
}
.BgClassName
{
background-color: #E31ADA;
}
</style>
border-color css
<style>
span { border-color: #E31ADA; }
span { border-color: rgb(227,26,218); }
td.TdClassName
{
border-color: #E31ADA;
}
.TagClassName
{
border-color: #E31ADA;
}
</style>