Shades of Deep Magenta #E11FD1
Tints of Deep Magenta #E11FD1
RGB
CMYK
RGB Variations
Color information
#E11FD1 (or 0xE11FD1) is known color: Deep Magenta. HEX triplet: E1, 1F and D1. RGB value is (225,31,209). Sum of RGB (Red+Green+Blue) = 225+31+209=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 31 (12.5% from 255 or 6.67% from 465); Blue value is 209 (82.03% from 255 or 44.95% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E11FD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11FD1 is #1EE02E. Grayscale: #6C6C6C. Windows color (decimal): -2023471 or 13705185. OLE color: 13705185.
HSL color Cylindrical-coordinate representation of color #E11FD1: hue angle of 304.95º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E11FD1 is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 31 | 209 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.12 |
| HSL | 304.95º | 0.76% | 0.5% | - |
| HSV(B) | 304.95º | 0.86% | 0.88% | - |
| XYZ | 43.05 | 21.59 | 62.22 | - |
| YUV | 109.3 | 184.27 | 210.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 31 | 209 | 0 | 0.86 | 0.07 | 0.12 | 304.95 | 0.76 | 0.5 |
| Hex | E1 | 1F | D1 | 0 | 56 | 7 | C | 131 | 4C | 32 |
| Octal | 341 | 37 | 321 | 0 | 126 | 7 | 14 | 461 | 114 | 62 |
| Binary | 11100001 | 11111 | 11010001 | 0 | 1010110 | 111 | 1100 | 100110001 | 1001100 | 110010 |
Color Harmonies of #E11FD1
Complementary color
Monochromatic Colors of #E11FD1
Black with #E11FD1
Text Example
Text Example
White with #E11FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11FD1; }
p { color: rgb(225,31,209); }
H1.HeaderClassName
{
color: #E11FD1;
}
.AnyTagClassName
{
color: #E11FD1;
}
</style>
background-color css
<style>
a { background-color: #E11FD1; }
a { background-color: rgb(225,31,209); }
div.DivClassName
{
background-color: #E11FD1;
}
.BgClassName
{
background-color: #E11FD1;
}
</style>
border-color css
<style>
span { border-color: #E11FD1; }
span { border-color: rgb(225,31,209); }
td.TdClassName
{
border-color: #E11FD1;
}
.TagClassName
{
border-color: #E11FD1;
}
</style>