Shades of Deep Magenta #E107DA
Tints of Deep Magenta #E107DA
RGB
CMYK
RGB Variations
Color information
#E107DA (or 0xE107DA) is known color: Deep Magenta. HEX triplet: E1, 07 and DA. RGB value is (225,7,218). Sum of RGB (Red+Green+Blue) = 225+7+218=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 7 (3.12% from 255 or 1.56% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E107DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E107DA is #1EF825. Grayscale: #5F5F5F. Windows color (decimal): -2029606 or 14288865. OLE color: 14288865.
HSL color Cylindrical-coordinate representation of color #E107DA: hue angle of 301.93º 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 #E107DA is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 7 | 218 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.12 |
| HSL | 301.93º | 0.94% | 0.45% | - |
| HSV(B) | 301.93º | 0.97% | 0.88% | - |
| XYZ | 43.78 | 21.22 | 68.12 | - |
| YUV | 96.24 | 196.72 | 219.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 7 | 218 | 0 | 0.97 | 0.03 | 0.12 | 301.93 | 0.94 | 0.45 |
| Hex | E1 | 7 | DA | 0 | 61 | 3 | C | 12E | 5E | 2D |
| Octal | 341 | 7 | 332 | 0 | 141 | 3 | 14 | 456 | 136 | 55 |
| Binary | 11100001 | 111 | 11011010 | 0 | 1100001 | 11 | 1100 | 100101110 | 1011110 | 101101 |
Color Harmonies of #E107DA
Complementary color
Monochromatic Colors of #E107DA
Black with #E107DA
Text Example
Text Example
White with #E107DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E107DA; }
p { color: rgb(225,7,218); }
H1.HeaderClassName
{
color: #E107DA;
}
.AnyTagClassName
{
color: #E107DA;
}
</style>
background-color css
<style>
a { background-color: #E107DA; }
a { background-color: rgb(225,7,218); }
div.DivClassName
{
background-color: #E107DA;
}
.BgClassName
{
background-color: #E107DA;
}
</style>
border-color css
<style>
span { border-color: #E107DA; }
span { border-color: rgb(225,7,218); }
td.TdClassName
{
border-color: #E107DA;
}
.TagClassName
{
border-color: #E107DA;
}
</style>