Shades of Deep Magenta #E617DF
Tints of Deep Magenta #E617DF
RGB
CMYK
RGB Variations
Color information
#E617DF (or 0xE617DF) is known color: Deep Magenta. HEX triplet: E6, 17 and DF. RGB value is (230,23,223). Sum of RGB (Red+Green+Blue) = 230+23+223=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 23 (9.38% from 255 or 4.83% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 230 - color contains mainly: red. Hex color #E617DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E617DF is #19E820. Grayscale: #6B6B6B. Windows color (decimal): -1697825 or 14620646. OLE color: 14620646.
HSL color Cylindrical-coordinate representation of color #E617DF: hue angle of 302.03º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E617DF is Cyan = 0, Magento = 0.9, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 23 | 223 | - |
| CMYK | 0 | 0.9 | 0.03 | 0.10 |
| HSL | 302.03º | 0.82% | 0.5% | - |
| HSV(B) | 302.03º | 0.9% | 0.9% | - |
| XYZ | 46.26 | 22.76 | 71.77 | - |
| YUV | 107.69 | 193.08 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 23 | 223 | 0 | 0.9 | 0.03 | 0.10 | 302.03 | 0.82 | 0.5 |
| Hex | E6 | 17 | DF | 0 | 5A | 3 | A | 12E | 52 | 32 |
| Octal | 346 | 27 | 337 | 0 | 132 | 3 | 12 | 456 | 122 | 62 |
| Binary | 11100110 | 10111 | 11011111 | 0 | 1011010 | 11 | 1010 | 100101110 | 1010010 | 110010 |
Color Harmonies of #E617DF
Complementary color
Monochromatic Colors of #E617DF
Black with #E617DF
Text Example
Text Example
White with #E617DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E617DF; }
p { color: rgb(230,23,223); }
H1.HeaderClassName
{
color: #E617DF;
}
.AnyTagClassName
{
color: #E617DF;
}
</style>
background-color css
<style>
a { background-color: #E617DF; }
a { background-color: rgb(230,23,223); }
div.DivClassName
{
background-color: #E617DF;
}
.BgClassName
{
background-color: #E617DF;
}
</style>
border-color css
<style>
span { border-color: #E617DF; }
span { border-color: rgb(230,23,223); }
td.TdClassName
{
border-color: #E617DF;
}
.TagClassName
{
border-color: #E617DF;
}
</style>