Shades of Deep Magenta #E104DA
Tints of Deep Magenta #E104DA
RGB
CMYK
RGB Variations
Color information
#E104DA (or 0xE104DA) is known color: Deep Magenta. HEX triplet: E1, 04 and DA. RGB value is (225,4,218). Sum of RGB (Red+Green+Blue) = 225+4+218=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 4 (1.95% from 255 or 0.89% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E104DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E104DA is #1EFB25. Grayscale: #5D5D5D. Windows color (decimal): -2030374 or 14288097. OLE color: 14288097.
HSL color Cylindrical-coordinate representation of color #E104DA: hue angle of 301.9º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E104DA is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 218 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.12 |
| HSL | 301.9º | 0.97% | 0.45% | - |
| HSV(B) | 301.9º | 0.98% | 0.88% | - |
| XYZ | 43.75 | 21.16 | 68.11 | - |
| YUV | 94.48 | 197.72 | 221.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 218 | 0 | 0.98 | 0.03 | 0.12 | 301.9 | 0.97 | 0.45 |
| Hex | E1 | 4 | DA | 0 | 62 | 3 | C | 12E | 61 | 2D |
| Octal | 341 | 4 | 332 | 0 | 142 | 3 | 14 | 456 | 141 | 55 |
| Binary | 11100001 | 100 | 11011010 | 0 | 1100010 | 11 | 1100 | 100101110 | 1100001 | 101101 |
Color Harmonies of #E104DA
Complementary color
Monochromatic Colors of #E104DA
Black with #E104DA
Text Example
Text Example
White with #E104DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E104DA; }
p { color: rgb(225,4,218); }
H1.HeaderClassName
{
color: #E104DA;
}
.AnyTagClassName
{
color: #E104DA;
}
</style>
background-color css
<style>
a { background-color: #E104DA; }
a { background-color: rgb(225,4,218); }
div.DivClassName
{
background-color: #E104DA;
}
.BgClassName
{
background-color: #E104DA;
}
</style>
border-color css
<style>
span { border-color: #E104DA; }
span { border-color: rgb(225,4,218); }
td.TdClassName
{
border-color: #E104DA;
}
.TagClassName
{
border-color: #E104DA;
}
</style>