Shades of Deep Magenta #E613D9
Tints of Deep Magenta #E613D9
RGB
CMYK
RGB Variations
Color information
#E613D9 (or 0xE613D9) is known color: Deep Magenta. HEX triplet: E6, 13 and D9. RGB value is (230,19,217). Sum of RGB (Red+Green+Blue) = 230+19+217=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 19 (7.81% from 255 or 4.08% from 466); Blue value is 217 (85.16% from 255 or 46.57% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E613D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E613D9 is #19EC26. Grayscale: #686868. Windows color (decimal): -1698855 or 14226406. OLE color: 14226406.
HSL color Cylindrical-coordinate representation of color #E613D9: hue angle of 303.7º 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 #E613D9 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 19 | 217 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.10 |
| HSL | 303.7º | 0.85% | 0.49% | - |
| HSV(B) | 303.7º | 0.92% | 0.9% | - |
| XYZ | 45.39 | 22.3 | 67.56 | - |
| YUV | 104.66 | 191.4 | 217.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 19 | 217 | 0 | 0.92 | 0.06 | 0.10 | 303.7 | 0.85 | 0.49 |
| Hex | E6 | 13 | D9 | 0 | 5C | 6 | A | 130 | 55 | 31 |
| Octal | 346 | 23 | 331 | 0 | 134 | 6 | 12 | 460 | 125 | 61 |
| Binary | 11100110 | 10011 | 11011001 | 0 | 1011100 | 110 | 1010 | 100110000 | 1010101 | 110001 |
Color Harmonies of #E613D9
Complementary color
Monochromatic Colors of #E613D9
Black with #E613D9
Text Example
Text Example
White with #E613D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E613D9; }
p { color: rgb(230,19,217); }
H1.HeaderClassName
{
color: #E613D9;
}
.AnyTagClassName
{
color: #E613D9;
}
</style>
background-color css
<style>
a { background-color: #E613D9; }
a { background-color: rgb(230,19,217); }
div.DivClassName
{
background-color: #E613D9;
}
.BgClassName
{
background-color: #E613D9;
}
</style>
border-color css
<style>
span { border-color: #E613D9; }
span { border-color: rgb(230,19,217); }
td.TdClassName
{
border-color: #E613D9;
}
.TagClassName
{
border-color: #E613D9;
}
</style>