Shades of Deep Magenta #E11EDA
Tints of Deep Magenta #E11EDA
RGB
CMYK
RGB Variations
Color information
#E11EDA (or 0xE11EDA) is known color: Deep Magenta. HEX triplet: E1, 1E and DA. RGB value is (225,30,218). Sum of RGB (Red+Green+Blue) = 225+30+218=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 30 (12.11% from 255 or 6.34% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E11EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11EDA is #1EE125. Grayscale: #6D6D6D. Windows color (decimal): -2023718 or 14294753. OLE color: 14294753.
HSL color Cylindrical-coordinate representation of color #E11EDA: hue angle of 302.15º 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 #E11EDA is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 30 | 218 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.12 |
| HSL | 302.15º | 0.76% | 0.5% | - |
| HSV(B) | 302.15º | 0.87% | 0.88% | - |
| XYZ | 44.17 | 22 | 68.25 | - |
| YUV | 109.74 | 189.1 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 30 | 218 | 0 | 0.87 | 0.03 | 0.12 | 302.15 | 0.76 | 0.5 |
| Hex | E1 | 1E | DA | 0 | 57 | 3 | C | 12E | 4C | 32 |
| Octal | 341 | 36 | 332 | 0 | 127 | 3 | 14 | 456 | 114 | 62 |
| Binary | 11100001 | 11110 | 11011010 | 0 | 1010111 | 11 | 1100 | 100101110 | 1001100 | 110010 |
Color Harmonies of #E11EDA
Complementary color
Monochromatic Colors of #E11EDA
Black with #E11EDA
Text Example
Text Example
White with #E11EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11EDA; }
p { color: rgb(225,30,218); }
H1.HeaderClassName
{
color: #E11EDA;
}
.AnyTagClassName
{
color: #E11EDA;
}
</style>
background-color css
<style>
a { background-color: #E11EDA; }
a { background-color: rgb(225,30,218); }
div.DivClassName
{
background-color: #E11EDA;
}
.BgClassName
{
background-color: #E11EDA;
}
</style>
border-color css
<style>
span { border-color: #E11EDA; }
span { border-color: rgb(225,30,218); }
td.TdClassName
{
border-color: #E11EDA;
}
.TagClassName
{
border-color: #E11EDA;
}
</style>