Shades of Deep Magenta #E11DD4
Tints of Deep Magenta #E11DD4
RGB
CMYK
RGB Variations
Color information
#E11DD4 (or 0xE11DD4) is known color: Deep Magenta. HEX triplet: E1, 1D and D4. RGB value is (225,29,212). Sum of RGB (Red+Green+Blue) = 225+29+212=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 29 (11.72% from 255 or 6.22% from 466); Blue value is 212 (83.20% from 255 or 45.49% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E11DD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11DD4 is #1EE22B. Grayscale: #6B6B6B. Windows color (decimal): -2023980 or 13901281. OLE color: 13901281.
HSL color Cylindrical-coordinate representation of color #E11DD4: hue angle of 303.98º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E11DD4 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 29 | 212 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.12 |
| HSL | 303.98º | 0.77% | 0.5% | - |
| HSV(B) | 303.98º | 0.87% | 0.88% | - |
| XYZ | 43.37 | 21.64 | 64.18 | - |
| YUV | 108.47 | 186.43 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 29 | 212 | 0 | 0.87 | 0.06 | 0.12 | 303.98 | 0.77 | 0.5 |
| Hex | E1 | 1D | D4 | 0 | 57 | 6 | C | 130 | 4D | 32 |
| Octal | 341 | 35 | 324 | 0 | 127 | 6 | 14 | 460 | 115 | 62 |
| Binary | 11100001 | 11101 | 11010100 | 0 | 1010111 | 110 | 1100 | 100110000 | 1001101 | 110010 |
Color Harmonies of #E11DD4
Complementary color
Monochromatic Colors of #E11DD4
Black with #E11DD4
Text Example
Text Example
White with #E11DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11DD4; }
p { color: rgb(225,29,212); }
H1.HeaderClassName
{
color: #E11DD4;
}
.AnyTagClassName
{
color: #E11DD4;
}
</style>
background-color css
<style>
a { background-color: #E11DD4; }
a { background-color: rgb(225,29,212); }
div.DivClassName
{
background-color: #E11DD4;
}
.BgClassName
{
background-color: #E11DD4;
}
</style>
border-color css
<style>
span { border-color: #E11DD4; }
span { border-color: rgb(225,29,212); }
td.TdClassName
{
border-color: #E11DD4;
}
.TagClassName
{
border-color: #E11DD4;
}
</style>