Shades of Deep Magenta #E31CDF
Tints of Deep Magenta #E31CDF
RGB
CMYK
RGB Variations
Color information
#E31CDF (or 0xE31CDF) is known color: Deep Magenta. HEX triplet: E3, 1C and DF. RGB value is (227,28,223). Sum of RGB (Red+Green+Blue) = 227+28+223=478 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.49% from 478); Green value is 28 (11.33% from 255 or 5.86% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 227 - color contains mainly: red. Hex color #E31CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31CDF is #1CE320. Grayscale: #6D6D6D. Windows color (decimal): -1893153 or 14621923. OLE color: 14621923.
HSL color Cylindrical-coordinate representation of color #E31CDF: hue angle of 301.21º 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 #E31CDF is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 28 | 223 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.11 |
| HSL | 301.21º | 0.78% | 0.5% | - |
| HSV(B) | 301.21º | 0.88% | 0.89% | - |
| XYZ | 45.41 | 22.49 | 71.76 | - |
| YUV | 109.73 | 191.93 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 28 | 223 | 0 | 0.88 | 0.02 | 0.11 | 301.21 | 0.78 | 0.5 |
| Hex | E3 | 1C | DF | 0 | 58 | 2 | B | 12D | 4E | 32 |
| Octal | 343 | 34 | 337 | 0 | 130 | 2 | 13 | 455 | 116 | 62 |
| Binary | 11100011 | 11100 | 11011111 | 0 | 1011000 | 10 | 1011 | 100101101 | 1001110 | 110010 |
Color Harmonies of #E31CDF
Complementary color
Monochromatic Colors of #E31CDF
Black with #E31CDF
Text Example
Text Example
White with #E31CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31CDF; }
p { color: rgb(227,28,223); }
H1.HeaderClassName
{
color: #E31CDF;
}
.AnyTagClassName
{
color: #E31CDF;
}
</style>
background-color css
<style>
a { background-color: #E31CDF; }
a { background-color: rgb(227,28,223); }
div.DivClassName
{
background-color: #E31CDF;
}
.BgClassName
{
background-color: #E31CDF;
}
</style>
border-color css
<style>
span { border-color: #E31CDF; }
span { border-color: rgb(227,28,223); }
td.TdClassName
{
border-color: #E31CDF;
}
.TagClassName
{
border-color: #E31CDF;
}
</style>