Shades of Deep Magenta #E611DE
Tints of Deep Magenta #E611DE
RGB
CMYK
RGB Variations
Color information
#E611DE (or 0xE611DE) is known color: Deep Magenta. HEX triplet: E6, 11 and DE. RGB value is (230,17,222). Sum of RGB (Red+Green+Blue) = 230+17+222=469 (62% of max value = 765). Red value is 230 (90.23% from 255 or 49.04% from 469); Green value is 17 (7.03% from 255 or 3.62% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 230 - color contains mainly: red. Hex color #E611DE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E611DE is #19EE21. Grayscale: #676767. Windows color (decimal): -1699362 or 14553574. OLE color: 14553574.
HSL color Cylindrical-coordinate representation of color #E611DE: hue angle of 302.25º 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 #E611DE is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 17 | 222 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.10 |
| HSL | 302.25º | 0.86% | 0.48% | - |
| HSV(B) | 302.25º | 0.93% | 0.9% | - |
| XYZ | 46.02 | 22.5 | 71.02 | - |
| YUV | 104.06 | 194.57 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 17 | 222 | 0 | 0.93 | 0.03 | 0.10 | 302.25 | 0.86 | 0.48 |
| Hex | E6 | 11 | DE | 0 | 5D | 3 | A | 12E | 56 | 30 |
| Octal | 346 | 21 | 336 | 0 | 135 | 3 | 12 | 456 | 126 | 60 |
| Binary | 11100110 | 10001 | 11011110 | 0 | 1011101 | 11 | 1010 | 100101110 | 1010110 | 110000 |
Color Harmonies of #E611DE
Complementary color
Monochromatic Colors of #E611DE
Black with #E611DE
Text Example
Text Example
White with #E611DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E611DE; }
p { color: rgb(230,17,222); }
H1.HeaderClassName
{
color: #E611DE;
}
.AnyTagClassName
{
color: #E611DE;
}
</style>
background-color css
<style>
a { background-color: #E611DE; }
a { background-color: rgb(230,17,222); }
div.DivClassName
{
background-color: #E611DE;
}
.BgClassName
{
background-color: #E611DE;
}
</style>
border-color css
<style>
span { border-color: #E611DE; }
span { border-color: rgb(230,17,222); }
td.TdClassName
{
border-color: #E611DE;
}
.TagClassName
{
border-color: #E611DE;
}
</style>