Shades of Deep Magenta #E109DE
Tints of Deep Magenta #E109DE
RGB
CMYK
RGB Variations
Color information
#E109DE (or 0xE109DE) is known color: Deep Magenta. HEX triplet: E1, 09 and DE. RGB value is (225,9,222). Sum of RGB (Red+Green+Blue) = 225+9+222=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 9 (3.91% from 255 or 1.97% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E109DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E109DE is #1EF621. Grayscale: #616161. Windows color (decimal): -2029090 or 14551521. OLE color: 14551521.
HSL color Cylindrical-coordinate representation of color #E109DE: hue angle of 300.83º 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 #E109DE is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 9 | 222 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.12 |
| HSL | 300.83º | 0.92% | 0.46% | - |
| HSV(B) | 300.83º | 0.96% | 0.88% | - |
| XYZ | 44.33 | 21.48 | 70.92 | - |
| YUV | 97.87 | 198.06 | 218.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 222 | 0 | 0.96 | 0.01 | 0.12 | 300.83 | 0.92 | 0.46 |
| Hex | E1 | 9 | DE | 0 | 60 | 1 | C | 12D | 5C | 2E |
| Octal | 341 | 11 | 336 | 0 | 140 | 1 | 14 | 455 | 134 | 56 |
| Binary | 11100001 | 1001 | 11011110 | 0 | 1100000 | 1 | 1100 | 100101101 | 1011100 | 101110 |
Color Harmonies of #E109DE
Complementary color
Monochromatic Colors of #E109DE
Black with #E109DE
Text Example
Text Example
White with #E109DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E109DE; }
p { color: rgb(225,9,222); }
H1.HeaderClassName
{
color: #E109DE;
}
.AnyTagClassName
{
color: #E109DE;
}
</style>
background-color css
<style>
a { background-color: #E109DE; }
a { background-color: rgb(225,9,222); }
div.DivClassName
{
background-color: #E109DE;
}
.BgClassName
{
background-color: #E109DE;
}
</style>
border-color css
<style>
span { border-color: #E109DE; }
span { border-color: rgb(225,9,222); }
td.TdClassName
{
border-color: #E109DE;
}
.TagClassName
{
border-color: #E109DE;
}
</style>