Shades of Deep Magenta #E31FDE
Tints of Deep Magenta #E31FDE
RGB
CMYK
RGB Variations
Color information
#E31FDE (or 0xE31FDE) is known color: Deep Magenta. HEX triplet: E3, 1F and DE. RGB value is (227,31,222). Sum of RGB (Red+Green+Blue) = 227+31+222=480 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.29% from 480); Green value is 31 (12.5% from 255 or 6.46% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 227 - color contains mainly: red. Hex color #E31FDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31FDE is #1CE021. Grayscale: #6E6E6E. Windows color (decimal): -1892386 or 14557155. OLE color: 14557155.
HSL color Cylindrical-coordinate representation of color #E31FDE: hue angle of 301.53º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E31FDE is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 31 | 222 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.11 |
| HSL | 301.53º | 0.78% | 0.51% | - |
| HSV(B) | 301.53º | 0.86% | 0.89% | - |
| XYZ | 45.35 | 22.58 | 71.08 | - |
| YUV | 111.38 | 190.43 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 31 | 222 | 0 | 0.86 | 0.02 | 0.11 | 301.53 | 0.78 | 0.51 |
| Hex | E3 | 1F | DE | 0 | 56 | 2 | B | 12E | 4E | 33 |
| Octal | 343 | 37 | 336 | 0 | 126 | 2 | 13 | 456 | 116 | 63 |
| Binary | 11100011 | 11111 | 11011110 | 0 | 1010110 | 10 | 1011 | 100101110 | 1001110 | 110011 |
Color Harmonies of #E31FDE
Complementary color
Monochromatic Colors of #E31FDE
Black with #E31FDE
Text Example
Text Example
White with #E31FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31FDE; }
p { color: rgb(227,31,222); }
H1.HeaderClassName
{
color: #E31FDE;
}
.AnyTagClassName
{
color: #E31FDE;
}
</style>
background-color css
<style>
a { background-color: #E31FDE; }
a { background-color: rgb(227,31,222); }
div.DivClassName
{
background-color: #E31FDE;
}
.BgClassName
{
background-color: #E31FDE;
}
</style>
border-color css
<style>
span { border-color: #E31FDE; }
span { border-color: rgb(227,31,222); }
td.TdClassName
{
border-color: #E31FDE;
}
.TagClassName
{
border-color: #E31FDE;
}
</style>