Shades of Deep Magenta #E31CDC
Tints of Deep Magenta #E31CDC
RGB
CMYK
RGB Variations
Color information
#E31CDC (or 0xE31CDC) is known color: Deep Magenta. HEX triplet: E3, 1C and DC. RGB value is (227,28,220). Sum of RGB (Red+Green+Blue) = 227+28+220=475 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.79% from 475); Green value is 28 (11.33% from 255 or 5.89% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 227 - color contains mainly: red. Hex color #E31CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31CDC is #1CE323. Grayscale: #6C6C6C. Windows color (decimal): -1893156 or 14425315. OLE color: 14425315.
HSL color Cylindrical-coordinate representation of color #E31CDC: hue angle of 302.11º 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 #E31CDC is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 28 | 220 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.11 |
| HSL | 302.11º | 0.78% | 0.5% | - |
| HSV(B) | 302.11º | 0.88% | 0.89% | - |
| XYZ | 45.01 | 22.33 | 69.65 | - |
| YUV | 109.39 | 190.43 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 28 | 220 | 0 | 0.88 | 0.03 | 0.11 | 302.11 | 0.78 | 0.5 |
| Hex | E3 | 1C | DC | 0 | 58 | 3 | B | 12E | 4E | 32 |
| Octal | 343 | 34 | 334 | 0 | 130 | 3 | 13 | 456 | 116 | 62 |
| Binary | 11100011 | 11100 | 11011100 | 0 | 1011000 | 11 | 1011 | 100101110 | 1001110 | 110010 |
Color Harmonies of #E31CDC
Complementary color
Monochromatic Colors of #E31CDC
Black with #E31CDC
Text Example
Text Example
White with #E31CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31CDC; }
p { color: rgb(227,28,220); }
H1.HeaderClassName
{
color: #E31CDC;
}
.AnyTagClassName
{
color: #E31CDC;
}
</style>
background-color css
<style>
a { background-color: #E31CDC; }
a { background-color: rgb(227,28,220); }
div.DivClassName
{
background-color: #E31CDC;
}
.BgClassName
{
background-color: #E31CDC;
}
</style>
border-color css
<style>
span { border-color: #E31CDC; }
span { border-color: rgb(227,28,220); }
td.TdClassName
{
border-color: #E31CDC;
}
.TagClassName
{
border-color: #E31CDC;
}
</style>