Shades of Deep Magenta #E31CDA
Tints of Deep Magenta #E31CDA
RGB
CMYK
RGB Variations
Color information
#E31CDA (or 0xE31CDA) is known color: Deep Magenta. HEX triplet: E3, 1C and DA. RGB value is (227,28,218). Sum of RGB (Red+Green+Blue) = 227+28+218=473 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.99% from 473); Green value is 28 (11.33% from 255 or 5.92% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 227 - color contains mainly: red. Hex color #E31CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31CDA is #1CE325. Grayscale: #6C6C6C. Windows color (decimal): -1893158 or 14294243. OLE color: 14294243.
HSL color Cylindrical-coordinate representation of color #E31CDA: hue angle of 302.71º 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 #E31CDA is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 28 | 218 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.11 |
| HSL | 302.71º | 0.78% | 0.5% | - |
| HSV(B) | 302.71º | 0.88% | 0.89% | - |
| XYZ | 44.75 | 22.22 | 68.26 | - |
| YUV | 109.16 | 189.43 | 212.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 28 | 218 | 0 | 0.88 | 0.04 | 0.11 | 302.71 | 0.78 | 0.5 |
| Hex | E3 | 1C | DA | 0 | 58 | 4 | B | 12F | 4E | 32 |
| Octal | 343 | 34 | 332 | 0 | 130 | 4 | 13 | 457 | 116 | 62 |
| Binary | 11100011 | 11100 | 11011010 | 0 | 1011000 | 100 | 1011 | 100101111 | 1001110 | 110010 |
Color Harmonies of #E31CDA
Complementary color
Monochromatic Colors of #E31CDA
Black with #E31CDA
Text Example
Text Example
White with #E31CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31CDA; }
p { color: rgb(227,28,218); }
H1.HeaderClassName
{
color: #E31CDA;
}
.AnyTagClassName
{
color: #E31CDA;
}
</style>
background-color css
<style>
a { background-color: #E31CDA; }
a { background-color: rgb(227,28,218); }
div.DivClassName
{
background-color: #E31CDA;
}
.BgClassName
{
background-color: #E31CDA;
}
</style>
border-color css
<style>
span { border-color: #E31CDA; }
span { border-color: rgb(227,28,218); }
td.TdClassName
{
border-color: #E31CDA;
}
.TagClassName
{
border-color: #E31CDA;
}
</style>