Shades of Deep Magenta #E31CD8
Tints of Deep Magenta #E31CD8
RGB
CMYK
RGB Variations
Color information
#E31CD8 (or 0xE31CD8) is known color: Deep Magenta. HEX triplet: E3, 1C and D8. RGB value is (227,28,216). Sum of RGB (Red+Green+Blue) = 227+28+216=471 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.20% from 471); Green value is 28 (11.33% from 255 or 5.94% from 471); Blue value is 216 (84.77% from 255 or 45.86% from 471); Max value from RGB is 227 - color contains mainly: red. Hex color #E31CD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31CD8 is #1CE327. Grayscale: #6C6C6C. Windows color (decimal): -1893160 or 14163171. OLE color: 14163171.
HSL color Cylindrical-coordinate representation of color #E31CD8: hue angle of 303.32º 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 #E31CD8 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 28 | 216 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.11 |
| HSL | 303.32º | 0.78% | 0.5% | - |
| HSV(B) | 303.32º | 0.88% | 0.89% | - |
| XYZ | 44.49 | 22.12 | 66.89 | - |
| YUV | 108.93 | 188.43 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 28 | 216 | 0 | 0.88 | 0.05 | 0.11 | 303.32 | 0.78 | 0.5 |
| Hex | E3 | 1C | D8 | 0 | 58 | 5 | B | 12F | 4E | 32 |
| Octal | 343 | 34 | 330 | 0 | 130 | 5 | 13 | 457 | 116 | 62 |
| Binary | 11100011 | 11100 | 11011000 | 0 | 1011000 | 101 | 1011 | 100101111 | 1001110 | 110010 |
Color Harmonies of #E31CD8
Complementary color
Monochromatic Colors of #E31CD8
Black with #E31CD8
Text Example
Text Example
White with #E31CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31CD8; }
p { color: rgb(227,28,216); }
H1.HeaderClassName
{
color: #E31CD8;
}
.AnyTagClassName
{
color: #E31CD8;
}
</style>
background-color css
<style>
a { background-color: #E31CD8; }
a { background-color: rgb(227,28,216); }
div.DivClassName
{
background-color: #E31CD8;
}
.BgClassName
{
background-color: #E31CD8;
}
</style>
border-color css
<style>
span { border-color: #E31CD8; }
span { border-color: rgb(227,28,216); }
td.TdClassName
{
border-color: #E31CD8;
}
.TagClassName
{
border-color: #E31CD8;
}
</style>