Shades of Deep Magenta #E109DF
Tints of Deep Magenta #E109DF
RGB
CMYK
RGB Variations
Color information
#E109DF (or 0xE109DF) is known color: Deep Magenta. HEX triplet: E1, 09 and DF. RGB value is (225,9,223). Sum of RGB (Red+Green+Blue) = 225+9+223=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 9 (3.91% from 255 or 1.97% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E109DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E109DF is #1EF620. Grayscale: #616161. Windows color (decimal): -2029089 or 14617057. OLE color: 14617057.
HSL color Cylindrical-coordinate representation of color #E109DF: hue angle of 300.56º 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 #E109DF is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 9 | 223 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.12 |
| HSL | 300.56º | 0.92% | 0.46% | - |
| HSV(B) | 300.56º | 0.96% | 0.88% | - |
| XYZ | 44.47 | 21.53 | 71.62 | - |
| YUV | 97.98 | 198.56 | 218.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 223 | 0 | 0.96 | 0.01 | 0.12 | 300.56 | 0.92 | 0.46 |
| Hex | E1 | 9 | DF | 0 | 60 | 1 | C | 12D | 5C | 2E |
| Octal | 341 | 11 | 337 | 0 | 140 | 1 | 14 | 455 | 134 | 56 |
| Binary | 11100001 | 1001 | 11011111 | 0 | 1100000 | 1 | 1100 | 100101101 | 1011100 | 101110 |
Color Harmonies of #E109DF
Complementary color
Monochromatic Colors of #E109DF
Black with #E109DF
Text Example
Text Example
White with #E109DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E109DF; }
p { color: rgb(225,9,223); }
H1.HeaderClassName
{
color: #E109DF;
}
.AnyTagClassName
{
color: #E109DF;
}
</style>
background-color css
<style>
a { background-color: #E109DF; }
a { background-color: rgb(225,9,223); }
div.DivClassName
{
background-color: #E109DF;
}
.BgClassName
{
background-color: #E109DF;
}
</style>
border-color css
<style>
span { border-color: #E109DF; }
span { border-color: rgb(225,9,223); }
td.TdClassName
{
border-color: #E109DF;
}
.TagClassName
{
border-color: #E109DF;
}
</style>