Shades of Deep Magenta #E619DA
Tints of Deep Magenta #E619DA
RGB
CMYK
RGB Variations
Color information
#E619DA (or 0xE619DA) is known color: Deep Magenta. HEX triplet: E6, 19 and DA. RGB value is (230,25,218). Sum of RGB (Red+Green+Blue) = 230+25+218=473 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.63% from 473); Green value is 25 (10.16% from 255 or 5.29% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 230 - color contains mainly: red. Hex color #E619DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E619DA is #19E625. Grayscale: #6B6B6B. Windows color (decimal): -1697318 or 14293478. OLE color: 14293478.
HSL color Cylindrical-coordinate representation of color #E619DA: hue angle of 303.51º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E619DA is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 25 | 218 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.10 |
| HSL | 303.51º | 0.8% | 0.5% | - |
| HSV(B) | 303.51º | 0.89% | 0.9% | - |
| XYZ | 45.64 | 22.58 | 68.28 | - |
| YUV | 108.3 | 189.92 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 218 | 0 | 0.89 | 0.05 | 0.10 | 303.51 | 0.8 | 0.5 |
| Hex | E6 | 19 | DA | 0 | 59 | 5 | A | 130 | 50 | 32 |
| Octal | 346 | 31 | 332 | 0 | 131 | 5 | 12 | 460 | 120 | 62 |
| Binary | 11100110 | 11001 | 11011010 | 0 | 1011001 | 101 | 1010 | 100110000 | 1010000 | 110010 |
Color Harmonies of #E619DA
Complementary color
Monochromatic Colors of #E619DA
Black with #E619DA
Text Example
Text Example
White with #E619DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E619DA; }
p { color: rgb(230,25,218); }
H1.HeaderClassName
{
color: #E619DA;
}
.AnyTagClassName
{
color: #E619DA;
}
</style>
background-color css
<style>
a { background-color: #E619DA; }
a { background-color: rgb(230,25,218); }
div.DivClassName
{
background-color: #E619DA;
}
.BgClassName
{
background-color: #E619DA;
}
</style>
border-color css
<style>
span { border-color: #E619DA; }
span { border-color: rgb(230,25,218); }
td.TdClassName
{
border-color: #E619DA;
}
.TagClassName
{
border-color: #E619DA;
}
</style>