Shades of Deep Magenta #E31CD5
Tints of Deep Magenta #E31CD5
RGB
CMYK
RGB Variations
Color information
#E31CD5 (or 0xE31CD5) is known color: Deep Magenta. HEX triplet: E3, 1C and D5. RGB value is (227,28,213). Sum of RGB (Red+Green+Blue) = 227+28+213=468 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.50% from 468); Green value is 28 (11.33% from 255 or 5.98% from 468); Blue value is 213 (83.59% from 255 or 45.51% from 468); Max value from RGB is 227 - color contains mainly: red. Hex color #E31CD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31CD5 is #1CE32A. Grayscale: #6C6C6C. Windows color (decimal): -1893163 or 13966563. OLE color: 13966563.
HSL color Cylindrical-coordinate representation of color #E31CD5: hue angle of 304.22º degrees, saturation: 0.78, 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 #E31CD5 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 28 | 213 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.11 |
| HSL | 304.22º | 0.78% | 0.5% | - |
| HSV(B) | 304.22º | 0.88% | 0.89% | - |
| XYZ | 44.1 | 21.97 | 64.87 | - |
| YUV | 108.59 | 186.93 | 212.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 28 | 213 | 0 | 0.88 | 0.06 | 0.11 | 304.22 | 0.78 | 0.5 |
| Hex | E3 | 1C | D5 | 0 | 58 | 6 | B | 130 | 4E | 32 |
| Octal | 343 | 34 | 325 | 0 | 130 | 6 | 13 | 460 | 116 | 62 |
| Binary | 11100011 | 11100 | 11010101 | 0 | 1011000 | 110 | 1011 | 100110000 | 1001110 | 110010 |
Color Harmonies of #E31CD5
Complementary color
Monochromatic Colors of #E31CD5
Black with #E31CD5
Text Example
Text Example
White with #E31CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31CD5; }
p { color: rgb(227,28,213); }
H1.HeaderClassName
{
color: #E31CD5;
}
.AnyTagClassName
{
color: #E31CD5;
}
</style>
background-color css
<style>
a { background-color: #E31CD5; }
a { background-color: rgb(227,28,213); }
div.DivClassName
{
background-color: #E31CD5;
}
.BgClassName
{
background-color: #E31CD5;
}
</style>
border-color css
<style>
span { border-color: #E31CD5; }
span { border-color: rgb(227,28,213); }
td.TdClassName
{
border-color: #E31CD5;
}
.TagClassName
{
border-color: #E31CD5;
}
</style>