Shades of Deep Magenta #E614DF
Tints of Deep Magenta #E614DF
RGB
CMYK
RGB Variations
Color information
#E614DF (or 0xE614DF) is known color: Deep Magenta. HEX triplet: E6, 14 and DF. RGB value is (230,20,223). Sum of RGB (Red+Green+Blue) = 230+20+223=473 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.63% from 473); Green value is 20 (8.20% from 255 or 4.23% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 230 - color contains mainly: red. Hex color #E614DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E614DF is #19EB20. Grayscale: #696969. Windows color (decimal): -1698593 or 14619878. OLE color: 14619878.
HSL color Cylindrical-coordinate representation of color #E614DF: hue angle of 302º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E614DF is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 20 | 223 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.10 |
| HSL | 302º | 0.84% | 0.49% | - |
| HSV(B) | 302º | 0.91% | 0.9% | - |
| XYZ | 46.2 | 22.65 | 71.75 | - |
| YUV | 105.93 | 194.07 | 216.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 20 | 223 | 0 | 0.91 | 0.03 | 0.10 | 302 | 0.84 | 0.49 |
| Hex | E6 | 14 | DF | 0 | 5B | 3 | A | 12E | 54 | 31 |
| Octal | 346 | 24 | 337 | 0 | 133 | 3 | 12 | 456 | 124 | 61 |
| Binary | 11100110 | 10100 | 11011111 | 0 | 1011011 | 11 | 1010 | 100101110 | 1010100 | 110001 |
Color Harmonies of #E614DF
Complementary color
Monochromatic Colors of #E614DF
Black with #E614DF
Text Example
Text Example
White with #E614DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E614DF; }
p { color: rgb(230,20,223); }
H1.HeaderClassName
{
color: #E614DF;
}
.AnyTagClassName
{
color: #E614DF;
}
</style>
background-color css
<style>
a { background-color: #E614DF; }
a { background-color: rgb(230,20,223); }
div.DivClassName
{
background-color: #E614DF;
}
.BgClassName
{
background-color: #E614DF;
}
</style>
border-color css
<style>
span { border-color: #E614DF; }
span { border-color: rgb(230,20,223); }
td.TdClassName
{
border-color: #E614DF;
}
.TagClassName
{
border-color: #E614DF;
}
</style>