Shades of Deep Magenta #E11FDC
Tints of Deep Magenta #E11FDC
RGB
CMYK
RGB Variations
Color information
#E11FDC (or 0xE11FDC) is known color: Deep Magenta. HEX triplet: E1, 1F and DC. RGB value is (225,31,220). Sum of RGB (Red+Green+Blue) = 225+31+220=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 31 (12.5% from 255 or 6.51% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E11FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11FDC is #1EE023. Grayscale: #6D6D6D. Windows color (decimal): -2023460 or 14426081. OLE color: 14426081.
HSL color Cylindrical-coordinate representation of color #E11FDC: hue angle of 301.55º 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 #E11FDC is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 31 | 220 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.12 |
| HSL | 301.55º | 0.76% | 0.5% | - |
| HSV(B) | 301.55º | 0.86% | 0.88% | - |
| XYZ | 44.46 | 22.15 | 69.64 | - |
| YUV | 110.55 | 189.77 | 209.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 31 | 220 | 0 | 0.86 | 0.02 | 0.12 | 301.55 | 0.76 | 0.5 |
| Hex | E1 | 1F | DC | 0 | 56 | 2 | C | 12E | 4C | 32 |
| Octal | 341 | 37 | 334 | 0 | 126 | 2 | 14 | 456 | 114 | 62 |
| Binary | 11100001 | 11111 | 11011100 | 0 | 1010110 | 10 | 1100 | 100101110 | 1001100 | 110010 |
Color Harmonies of #E11FDC
Complementary color
Monochromatic Colors of #E11FDC
Black with #E11FDC
Text Example
Text Example
White with #E11FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11FDC; }
p { color: rgb(225,31,220); }
H1.HeaderClassName
{
color: #E11FDC;
}
.AnyTagClassName
{
color: #E11FDC;
}
</style>
background-color css
<style>
a { background-color: #E11FDC; }
a { background-color: rgb(225,31,220); }
div.DivClassName
{
background-color: #E11FDC;
}
.BgClassName
{
background-color: #E11FDC;
}
</style>
border-color css
<style>
span { border-color: #E11FDC; }
span { border-color: rgb(225,31,220); }
td.TdClassName
{
border-color: #E11FDC;
}
.TagClassName
{
border-color: #E11FDC;
}
</style>