Shades of Deep Magenta #E109D1
Tints of Deep Magenta #E109D1
RGB
CMYK
RGB Variations
Color information
#E109D1 (or 0xE109D1) is known color: Deep Magenta. HEX triplet: E1, 09 and D1. RGB value is (225,9,209). Sum of RGB (Red+Green+Blue) = 225+9+209=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 9 (3.91% from 255 or 2.03% from 443); Blue value is 209 (82.03% from 255 or 47.18% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E109D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E109D1 is #1EF62E. Grayscale: #5F5F5F. Windows color (decimal): -2029103 or 13699553. OLE color: 13699553.
HSL color Cylindrical-coordinate representation of color #E109D1: hue angle of 304.44º 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 #E109D1 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 9 | 209 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.12 |
| HSL | 304.44º | 0.92% | 0.46% | - |
| HSV(B) | 304.44º | 0.96% | 0.88% | - |
| XYZ | 42.66 | 20.81 | 62.09 | - |
| YUV | 96.38 | 191.56 | 219.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 209 | 0 | 0.96 | 0.07 | 0.12 | 304.44 | 0.92 | 0.46 |
| Hex | E1 | 9 | D1 | 0 | 60 | 7 | C | 130 | 5C | 2E |
| Octal | 341 | 11 | 321 | 0 | 140 | 7 | 14 | 460 | 134 | 56 |
| Binary | 11100001 | 1001 | 11010001 | 0 | 1100000 | 111 | 1100 | 100110000 | 1011100 | 101110 |
Color Harmonies of #E109D1
Complementary color
Monochromatic Colors of #E109D1
Black with #E109D1
Text Example
Text Example
White with #E109D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E109D1; }
p { color: rgb(225,9,209); }
H1.HeaderClassName
{
color: #E109D1;
}
.AnyTagClassName
{
color: #E109D1;
}
</style>
background-color css
<style>
a { background-color: #E109D1; }
a { background-color: rgb(225,9,209); }
div.DivClassName
{
background-color: #E109D1;
}
.BgClassName
{
background-color: #E109D1;
}
</style>
border-color css
<style>
span { border-color: #E109D1; }
span { border-color: rgb(225,9,209); }
td.TdClassName
{
border-color: #E109D1;
}
.TagClassName
{
border-color: #E109D1;
}
</style>