Shades of Deep Magenta #E419DA
Tints of Deep Magenta #E419DA
RGB
CMYK
RGB Variations
Color information
#E419DA (or 0xE419DA) is known color: Deep Magenta. HEX triplet: E4, 19 and DA. RGB value is (228,25,218). Sum of RGB (Red+Green+Blue) = 228+25+218=471 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.41% from 471); Green value is 25 (10.16% from 255 or 5.31% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 228 - color contains mainly: red. Hex color #E419DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E419DA is #1BE625. Grayscale: #6B6B6B. Windows color (decimal): -1828390 or 14293476. OLE color: 14293476.
HSL color Cylindrical-coordinate representation of color #E419DA: hue angle of 302.96º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E419DA is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 25 | 218 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.11 |
| HSL | 302.96º | 0.8% | 0.5% | - |
| HSV(B) | 302.96º | 0.89% | 0.89% | - |
| XYZ | 45 | 22.25 | 68.25 | - |
| YUV | 107.7 | 190.25 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 25 | 218 | 0 | 0.89 | 0.04 | 0.11 | 302.96 | 0.8 | 0.5 |
| Hex | E4 | 19 | DA | 0 | 59 | 4 | B | 12F | 50 | 32 |
| Octal | 344 | 31 | 332 | 0 | 131 | 4 | 13 | 457 | 120 | 62 |
| Binary | 11100100 | 11001 | 11011010 | 0 | 1011001 | 100 | 1011 | 100101111 | 1010000 | 110010 |
Color Harmonies of #E419DA
Complementary color
Monochromatic Colors of #E419DA
Black with #E419DA
Text Example
Text Example
White with #E419DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E419DA; }
p { color: rgb(228,25,218); }
H1.HeaderClassName
{
color: #E419DA;
}
.AnyTagClassName
{
color: #E419DA;
}
</style>
background-color css
<style>
a { background-color: #E419DA; }
a { background-color: rgb(228,25,218); }
div.DivClassName
{
background-color: #E419DA;
}
.BgClassName
{
background-color: #E419DA;
}
</style>
border-color css
<style>
span { border-color: #E419DA; }
span { border-color: rgb(228,25,218); }
td.TdClassName
{
border-color: #E419DA;
}
.TagClassName
{
border-color: #E419DA;
}
</style>