Shades of Deep Magenta #E611DF
Tints of Deep Magenta #E611DF
RGB
CMYK
RGB Variations
Color information
#E611DF (or 0xE611DF) is known color: Deep Magenta. HEX triplet: E6, 11 and DF. RGB value is (230,17,223). Sum of RGB (Red+Green+Blue) = 230+17+223=470 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.94% from 470); Green value is 17 (7.03% from 255 or 3.62% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 230 - color contains mainly: red. Hex color #E611DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E611DF is #19EE20. Grayscale: #676767. Windows color (decimal): -1699361 or 14619110. OLE color: 14619110.
HSL color Cylindrical-coordinate representation of color #E611DF: hue angle of 301.97º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E611DF is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 17 | 223 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.10 |
| HSL | 301.97º | 0.86% | 0.48% | - |
| HSV(B) | 301.97º | 0.93% | 0.9% | - |
| XYZ | 46.15 | 22.55 | 71.73 | - |
| YUV | 104.17 | 195.07 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 17 | 223 | 0 | 0.93 | 0.03 | 0.10 | 301.97 | 0.86 | 0.48 |
| Hex | E6 | 11 | DF | 0 | 5D | 3 | A | 12E | 56 | 30 |
| Octal | 346 | 21 | 337 | 0 | 135 | 3 | 12 | 456 | 126 | 60 |
| Binary | 11100110 | 10001 | 11011111 | 0 | 1011101 | 11 | 1010 | 100101110 | 1010110 | 110000 |
Color Harmonies of #E611DF
Complementary color
Monochromatic Colors of #E611DF
Black with #E611DF
Text Example
Text Example
White with #E611DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E611DF; }
p { color: rgb(230,17,223); }
H1.HeaderClassName
{
color: #E611DF;
}
.AnyTagClassName
{
color: #E611DF;
}
</style>
background-color css
<style>
a { background-color: #E611DF; }
a { background-color: rgb(230,17,223); }
div.DivClassName
{
background-color: #E611DF;
}
.BgClassName
{
background-color: #E611DF;
}
</style>
border-color css
<style>
span { border-color: #E611DF; }
span { border-color: rgb(230,17,223); }
td.TdClassName
{
border-color: #E611DF;
}
.TagClassName
{
border-color: #E611DF;
}
</style>