Shades of Deep Magenta #E019DF
Tints of Deep Magenta #E019DF
RGB
CMYK
RGB Variations
Color information
#E019DF (or 0xE019DF) is known color: Deep Magenta. HEX triplet: E0, 19 and DF. RGB value is (224,25,223). Sum of RGB (Red+Green+Blue) = 224+25+223=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 25 (10.16% from 255 or 5.30% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E019DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E019DF is #1FE620. Grayscale: #6A6A6A. Windows color (decimal): -2090529 or 14621152. OLE color: 14621152.
HSL color Cylindrical-coordinate representation of color #E019DF: hue angle of 300.3º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E019DF is Cyan = 0, Magento = 0.89, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 25 | 223 | - |
| CMYK | 0 | 0.89 | 0.00 | 0.12 |
| HSL | 300.3º | 0.8% | 0.49% | - |
| HSV(B) | 300.3º | 0.89% | 0.88% | - |
| XYZ | 44.41 | 21.87 | 71.69 | - |
| YUV | 107.07 | 193.43 | 211.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 25 | 223 | 0 | 0.89 | 0.00 | 0.12 | 300.3 | 0.8 | 0.49 |
| Hex | E0 | 19 | DF | 0 | 59 | 0 | C | 12C | 50 | 31 |
| Octal | 340 | 31 | 337 | 0 | 131 | 0 | 14 | 454 | 120 | 61 |
| Binary | 11100000 | 11001 | 11011111 | 0 | 1011001 | 0 | 1100 | 100101100 | 1010000 | 110001 |
Color Harmonies of #E019DF
Complementary color
Monochromatic Colors of #E019DF
Black with #E019DF
Text Example
Text Example
White with #E019DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E019DF; }
p { color: rgb(224,25,223); }
H1.HeaderClassName
{
color: #E019DF;
}
.AnyTagClassName
{
color: #E019DF;
}
</style>
background-color css
<style>
a { background-color: #E019DF; }
a { background-color: rgb(224,25,223); }
div.DivClassName
{
background-color: #E019DF;
}
.BgClassName
{
background-color: #E019DF;
}
</style>
border-color css
<style>
span { border-color: #E019DF; }
span { border-color: rgb(224,25,223); }
td.TdClassName
{
border-color: #E019DF;
}
.TagClassName
{
border-color: #E019DF;
}
</style>