Shades of Deep Magenta #E31AD5
Tints of Deep Magenta #E31AD5
RGB
CMYK
RGB Variations
Color information
#E31AD5 (or 0xE31AD5) is known color: Deep Magenta. HEX triplet: E3, 1A and D5. RGB value is (227,26,213). Sum of RGB (Red+Green+Blue) = 227+26+213=466 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.71% from 466); Green value is 26 (10.55% from 255 or 5.58% from 466); Blue value is 213 (83.59% from 255 or 45.71% from 466); Max value from RGB is 227 - color contains mainly: red. Hex color #E31AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31AD5 is #1CE52A. Grayscale: #6A6A6A. Windows color (decimal): -1893675 or 13966051. OLE color: 13966051.
HSL color Cylindrical-coordinate representation of color #E31AD5: hue angle of 304.18º 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 #E31AD5 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 26 | 213 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.11 |
| HSL | 304.18º | 0.79% | 0.5% | - |
| HSV(B) | 304.18º | 0.89% | 0.89% | - |
| XYZ | 44.06 | 21.87 | 64.85 | - |
| YUV | 107.42 | 187.59 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 26 | 213 | 0 | 0.89 | 0.06 | 0.11 | 304.18 | 0.79 | 0.5 |
| Hex | E3 | 1A | D5 | 0 | 59 | 6 | B | 130 | 4F | 32 |
| Octal | 343 | 32 | 325 | 0 | 131 | 6 | 13 | 460 | 117 | 62 |
| Binary | 11100011 | 11010 | 11010101 | 0 | 1011001 | 110 | 1011 | 100110000 | 1001111 | 110010 |
Color Harmonies of #E31AD5
Complementary color
Monochromatic Colors of #E31AD5
Black with #E31AD5
Text Example
Text Example
White with #E31AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31AD5; }
p { color: rgb(227,26,213); }
H1.HeaderClassName
{
color: #E31AD5;
}
.AnyTagClassName
{
color: #E31AD5;
}
</style>
background-color css
<style>
a { background-color: #E31AD5; }
a { background-color: rgb(227,26,213); }
div.DivClassName
{
background-color: #E31AD5;
}
.BgClassName
{
background-color: #E31AD5;
}
</style>
border-color css
<style>
span { border-color: #E31AD5; }
span { border-color: rgb(227,26,213); }
td.TdClassName
{
border-color: #E31AD5;
}
.TagClassName
{
border-color: #E31AD5;
}
</style>