Shades of Deep Magenta #E107DC
Tints of Deep Magenta #E107DC
RGB
CMYK
RGB Variations
Color information
#E107DC (or 0xE107DC) is known color: Deep Magenta. HEX triplet: E1, 07 and DC. RGB value is (225,7,220). Sum of RGB (Red+Green+Blue) = 225+7+220=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 7 (3.12% from 255 or 1.55% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E107DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E107DC is #1EF823. Grayscale: #5F5F5F. Windows color (decimal): -2029604 or 14419937. OLE color: 14419937.
HSL color Cylindrical-coordinate representation of color #E107DC: hue angle of 301.38º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E107DC is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 7 | 220 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.12 |
| HSL | 301.38º | 0.94% | 0.45% | - |
| HSV(B) | 301.38º | 0.97% | 0.88% | - |
| XYZ | 44.05 | 21.33 | 69.51 | - |
| YUV | 96.46 | 197.72 | 219.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 7 | 220 | 0 | 0.97 | 0.02 | 0.12 | 301.38 | 0.94 | 0.45 |
| Hex | E1 | 7 | DC | 0 | 61 | 2 | C | 12D | 5E | 2D |
| Octal | 341 | 7 | 334 | 0 | 141 | 2 | 14 | 455 | 136 | 55 |
| Binary | 11100001 | 111 | 11011100 | 0 | 1100001 | 10 | 1100 | 100101101 | 1011110 | 101101 |
Color Harmonies of #E107DC
Complementary color
Monochromatic Colors of #E107DC
Black with #E107DC
Text Example
Text Example
White with #E107DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E107DC; }
p { color: rgb(225,7,220); }
H1.HeaderClassName
{
color: #E107DC;
}
.AnyTagClassName
{
color: #E107DC;
}
</style>
background-color css
<style>
a { background-color: #E107DC; }
a { background-color: rgb(225,7,220); }
div.DivClassName
{
background-color: #E107DC;
}
.BgClassName
{
background-color: #E107DC;
}
</style>
border-color css
<style>
span { border-color: #E107DC; }
span { border-color: rgb(225,7,220); }
td.TdClassName
{
border-color: #E107DC;
}
.TagClassName
{
border-color: #E107DC;
}
</style>