Shades of Deep Magenta #E109DC
Tints of Deep Magenta #E109DC
RGB
CMYK
RGB Variations
Color information
#E109DC (or 0xE109DC) is known color: Deep Magenta. HEX triplet: E1, 09 and DC. RGB value is (225,9,220). Sum of RGB (Red+Green+Blue) = 225+9+220=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 9 (3.91% from 255 or 1.98% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E109DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E109DC is #1EF623. Grayscale: #616161. Windows color (decimal): -2029092 or 14420449. OLE color: 14420449.
HSL color Cylindrical-coordinate representation of color #E109DC: hue angle of 301.39º 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 #E109DC is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 9 | 220 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.12 |
| HSL | 301.39º | 0.92% | 0.46% | - |
| HSV(B) | 301.39º | 0.96% | 0.88% | - |
| XYZ | 44.07 | 21.37 | 69.51 | - |
| YUV | 97.64 | 197.06 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 220 | 0 | 0.96 | 0.02 | 0.12 | 301.39 | 0.92 | 0.46 |
| Hex | E1 | 9 | DC | 0 | 60 | 2 | C | 12D | 5C | 2E |
| Octal | 341 | 11 | 334 | 0 | 140 | 2 | 14 | 455 | 134 | 56 |
| Binary | 11100001 | 1001 | 11011100 | 0 | 1100000 | 10 | 1100 | 100101101 | 1011100 | 101110 |
Color Harmonies of #E109DC
Complementary color
Monochromatic Colors of #E109DC
Black with #E109DC
Text Example
Text Example
White with #E109DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E109DC; }
p { color: rgb(225,9,220); }
H1.HeaderClassName
{
color: #E109DC;
}
.AnyTagClassName
{
color: #E109DC;
}
</style>
background-color css
<style>
a { background-color: #E109DC; }
a { background-color: rgb(225,9,220); }
div.DivClassName
{
background-color: #E109DC;
}
.BgClassName
{
background-color: #E109DC;
}
</style>
border-color css
<style>
span { border-color: #E109DC; }
span { border-color: rgb(225,9,220); }
td.TdClassName
{
border-color: #E109DC;
}
.TagClassName
{
border-color: #E109DC;
}
</style>