Shades of Deep Magenta #E109DD
Tints of Deep Magenta #E109DD
RGB
CMYK
RGB Variations
Color information
#E109DD (or 0xE109DD) is known color: Deep Magenta. HEX triplet: E1, 09 and DD. RGB value is (225,9,221). Sum of RGB (Red+Green+Blue) = 225+9+221=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 9 (3.91% from 255 or 1.98% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E109DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E109DD is #1EF622. Grayscale: #616161. Windows color (decimal): -2029091 or 14485985. OLE color: 14485985.
HSL color Cylindrical-coordinate representation of color #E109DD: hue angle of 301.11º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E109DD is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 9 | 221 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.12 |
| HSL | 301.11º | 0.92% | 0.46% | - |
| HSV(B) | 301.11º | 0.96% | 0.88% | - |
| XYZ | 44.2 | 21.42 | 70.21 | - |
| YUV | 97.75 | 197.56 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 221 | 0 | 0.96 | 0.02 | 0.12 | 301.11 | 0.92 | 0.46 |
| Hex | E1 | 9 | DD | 0 | 60 | 2 | C | 12D | 5C | 2E |
| Octal | 341 | 11 | 335 | 0 | 140 | 2 | 14 | 455 | 134 | 56 |
| Binary | 11100001 | 1001 | 11011101 | 0 | 1100000 | 10 | 1100 | 100101101 | 1011100 | 101110 |
Color Harmonies of #E109DD
Complementary color
Monochromatic Colors of #E109DD
Black with #E109DD
Text Example
Text Example
White with #E109DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E109DD; }
p { color: rgb(225,9,221); }
H1.HeaderClassName
{
color: #E109DD;
}
.AnyTagClassName
{
color: #E109DD;
}
</style>
background-color css
<style>
a { background-color: #E109DD; }
a { background-color: rgb(225,9,221); }
div.DivClassName
{
background-color: #E109DD;
}
.BgClassName
{
background-color: #E109DD;
}
</style>
border-color css
<style>
span { border-color: #E109DD; }
span { border-color: rgb(225,9,221); }
td.TdClassName
{
border-color: #E109DD;
}
.TagClassName
{
border-color: #E109DD;
}
</style>