Shades of Deep Magenta #E109D4
Tints of Deep Magenta #E109D4
RGB
CMYK
RGB Variations
Color information
#E109D4 (or 0xE109D4) is known color: Deep Magenta. HEX triplet: E1, 09 and D4. RGB value is (225,9,212). Sum of RGB (Red+Green+Blue) = 225+9+212=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 9 (3.91% from 255 or 2.02% from 446); Blue value is 212 (83.20% from 255 or 47.53% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E109D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E109D4 is #1EF62B. Grayscale: #606060. Windows color (decimal): -2029100 or 13896161. OLE color: 13896161.
HSL color Cylindrical-coordinate representation of color #E109D4: hue angle of 303.61º 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 #E109D4 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 9 | 212 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.12 |
| HSL | 303.61º | 0.92% | 0.46% | - |
| HSV(B) | 303.61º | 0.96% | 0.88% | - |
| XYZ | 43.03 | 20.96 | 64.06 | - |
| YUV | 96.73 | 193.06 | 219.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 212 | 0 | 0.96 | 0.06 | 0.12 | 303.61 | 0.92 | 0.46 |
| Hex | E1 | 9 | D4 | 0 | 60 | 6 | C | 130 | 5C | 2E |
| Octal | 341 | 11 | 324 | 0 | 140 | 6 | 14 | 460 | 134 | 56 |
| Binary | 11100001 | 1001 | 11010100 | 0 | 1100000 | 110 | 1100 | 100110000 | 1011100 | 101110 |
Color Harmonies of #E109D4
Complementary color
Monochromatic Colors of #E109D4
Black with #E109D4
Text Example
Text Example
White with #E109D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E109D4; }
p { color: rgb(225,9,212); }
H1.HeaderClassName
{
color: #E109D4;
}
.AnyTagClassName
{
color: #E109D4;
}
</style>
background-color css
<style>
a { background-color: #E109D4; }
a { background-color: rgb(225,9,212); }
div.DivClassName
{
background-color: #E109D4;
}
.BgClassName
{
background-color: #E109D4;
}
</style>
border-color css
<style>
span { border-color: #E109D4; }
span { border-color: rgb(225,9,212); }
td.TdClassName
{
border-color: #E109D4;
}
.TagClassName
{
border-color: #E109D4;
}
</style>