Shades of Deep Magenta #E11ADE
Tints of Deep Magenta #E11ADE
RGB
CMYK
RGB Variations
Color information
#E11ADE (or 0xE11ADE) is known color: Deep Magenta. HEX triplet: E1, 1A and DE. RGB value is (225,26,222). Sum of RGB (Red+Green+Blue) = 225+26+222=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 26 (10.55% from 255 or 5.50% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E11ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11ADE is #1EE521. Grayscale: #6B6B6B. Windows color (decimal): -2024738 or 14555873. OLE color: 14555873.
HSL color Cylindrical-coordinate representation of color #E11ADE: hue angle of 300.9º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11ADE is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 26 | 222 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.12 |
| HSL | 300.9º | 0.79% | 0.49% | - |
| HSV(B) | 300.9º | 0.88% | 0.88% | - |
| XYZ | 44.61 | 22.02 | 71.01 | - |
| YUV | 107.85 | 192.43 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 26 | 222 | 0 | 0.88 | 0.01 | 0.12 | 300.9 | 0.79 | 0.49 |
| Hex | E1 | 1A | DE | 0 | 58 | 1 | C | 12D | 4F | 31 |
| Octal | 341 | 32 | 336 | 0 | 130 | 1 | 14 | 455 | 117 | 61 |
| Binary | 11100001 | 11010 | 11011110 | 0 | 1011000 | 1 | 1100 | 100101101 | 1001111 | 110001 |
Color Harmonies of #E11ADE
Complementary color
Monochromatic Colors of #E11ADE
Black with #E11ADE
Text Example
Text Example
White with #E11ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11ADE; }
p { color: rgb(225,26,222); }
H1.HeaderClassName
{
color: #E11ADE;
}
.AnyTagClassName
{
color: #E11ADE;
}
</style>
background-color css
<style>
a { background-color: #E11ADE; }
a { background-color: rgb(225,26,222); }
div.DivClassName
{
background-color: #E11ADE;
}
.BgClassName
{
background-color: #E11ADE;
}
</style>
border-color css
<style>
span { border-color: #E11ADE; }
span { border-color: rgb(225,26,222); }
td.TdClassName
{
border-color: #E11ADE;
}
.TagClassName
{
border-color: #E11ADE;
}
</style>