Shades of Deep Magenta #E615D9
Tints of Deep Magenta #E615D9
RGB
CMYK
RGB Variations
Color information
#E615D9 (or 0xE615D9) is known color: Deep Magenta. HEX triplet: E6, 15 and D9. RGB value is (230,21,217). Sum of RGB (Red+Green+Blue) = 230+21+217=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 21 (8.59% from 255 or 4.49% from 468); Blue value is 217 (85.16% from 255 or 46.37% from 468); Max value from RGB is 230 - color contains mainly: red. Hex color #E615D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E615D9 is #19EA26. Grayscale: #696969. Windows color (decimal): -1698343 or 14226918. OLE color: 14226918.
HSL color Cylindrical-coordinate representation of color #E615D9: hue angle of 303.73º degrees, saturation: 0.83, 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 #E615D9 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 217 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.10 |
| HSL | 303.73º | 0.83% | 0.49% | - |
| HSV(B) | 303.73º | 0.91% | 0.9% | - |
| XYZ | 45.43 | 22.37 | 67.57 | - |
| YUV | 105.84 | 190.74 | 216.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 217 | 0 | 0.91 | 0.06 | 0.10 | 303.73 | 0.83 | 0.49 |
| Hex | E6 | 15 | D9 | 0 | 5B | 6 | A | 130 | 53 | 31 |
| Octal | 346 | 25 | 331 | 0 | 133 | 6 | 12 | 460 | 123 | 61 |
| Binary | 11100110 | 10101 | 11011001 | 0 | 1011011 | 110 | 1010 | 100110000 | 1010011 | 110001 |
Color Harmonies of #E615D9
Complementary color
Monochromatic Colors of #E615D9
Black with #E615D9
Text Example
Text Example
White with #E615D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E615D9; }
p { color: rgb(230,21,217); }
H1.HeaderClassName
{
color: #E615D9;
}
.AnyTagClassName
{
color: #E615D9;
}
</style>
background-color css
<style>
a { background-color: #E615D9; }
a { background-color: rgb(230,21,217); }
div.DivClassName
{
background-color: #E615D9;
}
.BgClassName
{
background-color: #E615D9;
}
</style>
border-color css
<style>
span { border-color: #E615D9; }
span { border-color: rgb(230,21,217); }
td.TdClassName
{
border-color: #E615D9;
}
.TagClassName
{
border-color: #E615D9;
}
</style>