Shades of Deep Magenta #E107DF
Tints of Deep Magenta #E107DF
RGB
CMYK
RGB Variations
Color information
#E107DF (or 0xE107DF) is known color: Deep Magenta. HEX triplet: E1, 07 and DF. RGB value is (225,7,223). Sum of RGB (Red+Green+Blue) = 225+7+223=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 7 (3.12% from 255 or 1.54% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E107DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E107DF is #1EF820. Grayscale: #606060. Windows color (decimal): -2029601 or 14616545. OLE color: 14616545.
HSL color Cylindrical-coordinate representation of color #E107DF: hue angle of 300.55º 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 #E107DF is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 7 | 223 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.12 |
| HSL | 300.55º | 0.94% | 0.45% | - |
| HSV(B) | 300.55º | 0.97% | 0.88% | - |
| XYZ | 44.45 | 21.49 | 71.62 | - |
| YUV | 96.81 | 199.22 | 219.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 7 | 223 | 0 | 0.97 | 0.01 | 0.12 | 300.55 | 0.94 | 0.45 |
| Hex | E1 | 7 | DF | 0 | 61 | 1 | C | 12D | 5E | 2D |
| Octal | 341 | 7 | 337 | 0 | 141 | 1 | 14 | 455 | 136 | 55 |
| Binary | 11100001 | 111 | 11011111 | 0 | 1100001 | 1 | 1100 | 100101101 | 1011110 | 101101 |
Color Harmonies of #E107DF
Complementary color
Monochromatic Colors of #E107DF
Black with #E107DF
Text Example
Text Example
White with #E107DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E107DF; }
p { color: rgb(225,7,223); }
H1.HeaderClassName
{
color: #E107DF;
}
.AnyTagClassName
{
color: #E107DF;
}
</style>
background-color css
<style>
a { background-color: #E107DF; }
a { background-color: rgb(225,7,223); }
div.DivClassName
{
background-color: #E107DF;
}
.BgClassName
{
background-color: #E107DF;
}
</style>
border-color css
<style>
span { border-color: #E107DF; }
span { border-color: rgb(225,7,223); }
td.TdClassName
{
border-color: #E107DF;
}
.TagClassName
{
border-color: #E107DF;
}
</style>