Shades of Deep Magenta #E11FD2
Tints of Deep Magenta #E11FD2
RGB
CMYK
RGB Variations
Color information
#E11FD2 (or 0xE11FD2) is known color: Deep Magenta. HEX triplet: E1, 1F and D2. RGB value is (225,31,210). Sum of RGB (Red+Green+Blue) = 225+31+210=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 31 (12.5% from 255 or 6.65% from 466); Blue value is 210 (82.42% from 255 or 45.06% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E11FD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11FD2 is #1EE02D. Grayscale: #6C6C6C. Windows color (decimal): -2023470 or 13770721. OLE color: 13770721.
HSL color Cylindrical-coordinate representation of color #E11FD2: hue angle of 304.64º 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 #E11FD2 is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 31 | 210 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.12 |
| HSL | 304.64º | 0.76% | 0.5% | - |
| HSV(B) | 304.64º | 0.86% | 0.88% | - |
| XYZ | 43.17 | 21.64 | 62.87 | - |
| YUV | 109.41 | 184.77 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 31 | 210 | 0 | 0.86 | 0.07 | 0.12 | 304.64 | 0.76 | 0.5 |
| Hex | E1 | 1F | D2 | 0 | 56 | 7 | C | 131 | 4C | 32 |
| Octal | 341 | 37 | 322 | 0 | 126 | 7 | 14 | 461 | 114 | 62 |
| Binary | 11100001 | 11111 | 11010010 | 0 | 1010110 | 111 | 1100 | 100110001 | 1001100 | 110010 |
Color Harmonies of #E11FD2
Complementary color
Monochromatic Colors of #E11FD2
Black with #E11FD2
Text Example
Text Example
White with #E11FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11FD2; }
p { color: rgb(225,31,210); }
H1.HeaderClassName
{
color: #E11FD2;
}
.AnyTagClassName
{
color: #E11FD2;
}
</style>
background-color css
<style>
a { background-color: #E11FD2; }
a { background-color: rgb(225,31,210); }
div.DivClassName
{
background-color: #E11FD2;
}
.BgClassName
{
background-color: #E11FD2;
}
</style>
border-color css
<style>
span { border-color: #E11FD2; }
span { border-color: rgb(225,31,210); }
td.TdClassName
{
border-color: #E11FD2;
}
.TagClassName
{
border-color: #E11FD2;
}
</style>