Shades of Deep Magenta #E103DA
Tints of Deep Magenta #E103DA
RGB
CMYK
RGB Variations
Color information
#E103DA (or 0xE103DA) is known color: Deep Magenta. HEX triplet: E1, 03 and DA. RGB value is (225,3,218). Sum of RGB (Red+Green+Blue) = 225+3+218=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 3 (1.56% from 255 or 0.67% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E103DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E103DA is #1EFC25. Grayscale: #5D5D5D. Windows color (decimal): -2030630 or 14287841. OLE color: 14287841.
HSL color Cylindrical-coordinate representation of color #E103DA: hue angle of 301.89º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E103DA is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 3 | 218 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.12 |
| HSL | 301.89º | 0.97% | 0.45% | - |
| HSV(B) | 301.89º | 0.99% | 0.88% | - |
| XYZ | 43.74 | 21.13 | 68.1 | - |
| YUV | 93.89 | 198.05 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 3 | 218 | 0 | 0.99 | 0.03 | 0.12 | 301.89 | 0.97 | 0.45 |
| Hex | E1 | 3 | DA | 0 | 63 | 3 | C | 12E | 61 | 2D |
| Octal | 341 | 3 | 332 | 0 | 143 | 3 | 14 | 456 | 141 | 55 |
| Binary | 11100001 | 11 | 11011010 | 0 | 1100011 | 11 | 1100 | 100101110 | 1100001 | 101101 |
Color Harmonies of #E103DA
Complementary color
Monochromatic Colors of #E103DA
Black with #E103DA
Text Example
Text Example
White with #E103DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E103DA; }
p { color: rgb(225,3,218); }
H1.HeaderClassName
{
color: #E103DA;
}
.AnyTagClassName
{
color: #E103DA;
}
</style>
background-color css
<style>
a { background-color: #E103DA; }
a { background-color: rgb(225,3,218); }
div.DivClassName
{
background-color: #E103DA;
}
.BgClassName
{
background-color: #E103DA;
}
</style>
border-color css
<style>
span { border-color: #E103DA; }
span { border-color: rgb(225,3,218); }
td.TdClassName
{
border-color: #E103DA;
}
.TagClassName
{
border-color: #E103DA;
}
</style>