Shades of Deep Magenta #E613DF
Tints of Deep Magenta #E613DF
RGB
CMYK
RGB Variations
Color information
#E613DF (or 0xE613DF) is known color: Deep Magenta. HEX triplet: E6, 13 and DF. RGB value is (230,19,223). Sum of RGB (Red+Green+Blue) = 230+19+223=472 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.73% from 472); Green value is 19 (7.81% from 255 or 4.03% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 230 - color contains mainly: red. Hex color #E613DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E613DF is #19EC20. Grayscale: #686868. Windows color (decimal): -1698849 or 14619622. OLE color: 14619622.
HSL color Cylindrical-coordinate representation of color #E613DF: hue angle of 301.99º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E613DF is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 19 | 223 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.10 |
| HSL | 301.99º | 0.85% | 0.49% | - |
| HSV(B) | 301.99º | 0.92% | 0.9% | - |
| XYZ | 46.19 | 22.62 | 71.74 | - |
| YUV | 105.35 | 194.4 | 216.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 19 | 223 | 0 | 0.92 | 0.03 | 0.10 | 301.99 | 0.85 | 0.49 |
| Hex | E6 | 13 | DF | 0 | 5C | 3 | A | 12E | 55 | 31 |
| Octal | 346 | 23 | 337 | 0 | 134 | 3 | 12 | 456 | 125 | 61 |
| Binary | 11100110 | 10011 | 11011111 | 0 | 1011100 | 11 | 1010 | 100101110 | 1010101 | 110001 |
Color Harmonies of #E613DF
Complementary color
Monochromatic Colors of #E613DF
Black with #E613DF
Text Example
Text Example
White with #E613DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E613DF; }
p { color: rgb(230,19,223); }
H1.HeaderClassName
{
color: #E613DF;
}
.AnyTagClassName
{
color: #E613DF;
}
</style>
background-color css
<style>
a { background-color: #E613DF; }
a { background-color: rgb(230,19,223); }
div.DivClassName
{
background-color: #E613DF;
}
.BgClassName
{
background-color: #E613DF;
}
</style>
border-color css
<style>
span { border-color: #E613DF; }
span { border-color: rgb(230,19,223); }
td.TdClassName
{
border-color: #E613DF;
}
.TagClassName
{
border-color: #E613DF;
}
</style>