Shades of Deep Magenta #E11ED4
Tints of Deep Magenta #E11ED4
RGB
CMYK
RGB Variations
Color information
#E11ED4 (or 0xE11ED4) is known color: Deep Magenta. HEX triplet: E1, 1E and D4. RGB value is (225,30,212). Sum of RGB (Red+Green+Blue) = 225+30+212=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 30 (12.11% from 255 or 6.42% from 467); Blue value is 212 (83.20% from 255 or 45.40% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E11ED4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11ED4 is #1EE12B. Grayscale: #6C6C6C. Windows color (decimal): -2023724 or 13901537. OLE color: 13901537.
HSL color Cylindrical-coordinate representation of color #E11ED4: hue angle of 304º degrees, saturation: 0.76, 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 #E11ED4 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 30 | 212 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.12 |
| HSL | 304º | 0.76% | 0.5% | - |
| HSV(B) | 304º | 0.87% | 0.88% | - |
| XYZ | 43.4 | 21.69 | 64.19 | - |
| YUV | 109.05 | 186.1 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 30 | 212 | 0 | 0.87 | 0.06 | 0.12 | 304 | 0.76 | 0.5 |
| Hex | E1 | 1E | D4 | 0 | 57 | 6 | C | 130 | 4C | 32 |
| Octal | 341 | 36 | 324 | 0 | 127 | 6 | 14 | 460 | 114 | 62 |
| Binary | 11100001 | 11110 | 11010100 | 0 | 1010111 | 110 | 1100 | 100110000 | 1001100 | 110010 |
Color Harmonies of #E11ED4
Complementary color
Monochromatic Colors of #E11ED4
Black with #E11ED4
Text Example
Text Example
White with #E11ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11ED4; }
p { color: rgb(225,30,212); }
H1.HeaderClassName
{
color: #E11ED4;
}
.AnyTagClassName
{
color: #E11ED4;
}
</style>
background-color css
<style>
a { background-color: #E11ED4; }
a { background-color: rgb(225,30,212); }
div.DivClassName
{
background-color: #E11ED4;
}
.BgClassName
{
background-color: #E11ED4;
}
</style>
border-color css
<style>
span { border-color: #E11ED4; }
span { border-color: rgb(225,30,212); }
td.TdClassName
{
border-color: #E11ED4;
}
.TagClassName
{
border-color: #E11ED4;
}
</style>