Shades of Deep Magenta #E619DF
Tints of Deep Magenta #E619DF
RGB
CMYK
RGB Variations
Color information
#E619DF (or 0xE619DF) is known color: Deep Magenta. HEX triplet: E6, 19 and DF. RGB value is (230,25,223). Sum of RGB (Red+Green+Blue) = 230+25+223=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 25 (10.16% from 255 or 5.23% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 230 - color contains mainly: red. Hex color #E619DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E619DF is #19E620. Grayscale: #6C6C6C. Windows color (decimal): -1697313 or 14621158. OLE color: 14621158.
HSL color Cylindrical-coordinate representation of color #E619DF: hue angle of 302.05º 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 #E619DF is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 25 | 223 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.10 |
| HSL | 302.05º | 0.8% | 0.5% | - |
| HSV(B) | 302.05º | 0.89% | 0.9% | - |
| XYZ | 46.3 | 22.85 | 71.78 | - |
| YUV | 108.87 | 192.42 | 214.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 223 | 0 | 0.89 | 0.03 | 0.10 | 302.05 | 0.8 | 0.5 |
| Hex | E6 | 19 | DF | 0 | 59 | 3 | A | 12E | 50 | 32 |
| Octal | 346 | 31 | 337 | 0 | 131 | 3 | 12 | 456 | 120 | 62 |
| Binary | 11100110 | 11001 | 11011111 | 0 | 1011001 | 11 | 1010 | 100101110 | 1010000 | 110010 |
Color Harmonies of #E619DF
Complementary color
Monochromatic Colors of #E619DF
Black with #E619DF
Text Example
Text Example
White with #E619DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E619DF; }
p { color: rgb(230,25,223); }
H1.HeaderClassName
{
color: #E619DF;
}
.AnyTagClassName
{
color: #E619DF;
}
</style>
background-color css
<style>
a { background-color: #E619DF; }
a { background-color: rgb(230,25,223); }
div.DivClassName
{
background-color: #E619DF;
}
.BgClassName
{
background-color: #E619DF;
}
</style>
border-color css
<style>
span { border-color: #E619DF; }
span { border-color: rgb(230,25,223); }
td.TdClassName
{
border-color: #E619DF;
}
.TagClassName
{
border-color: #E619DF;
}
</style>