Shades of Deep Magenta #E315D9
Tints of Deep Magenta #E315D9
RGB
CMYK
RGB Variations
Color information
#E315D9 (or 0xE315D9) is known color: Deep Magenta. HEX triplet: E3, 15 and D9. RGB value is (227,21,217). Sum of RGB (Red+Green+Blue) = 227+21+217=465 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.82% from 465); Green value is 21 (8.59% from 255 or 4.52% from 465); Blue value is 217 (85.16% from 255 or 46.67% from 465); Max value from RGB is 227 - color contains mainly: red. Hex color #E315D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E315D9 is #1CEA26. Grayscale: #686868. Windows color (decimal): -1894951 or 14226915. OLE color: 14226915.
HSL color Cylindrical-coordinate representation of color #E315D9: hue angle of 302.91º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E315D9 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 21 | 217 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.11 |
| HSL | 302.91º | 0.83% | 0.49% | - |
| HSV(B) | 302.91º | 0.91% | 0.89% | - |
| XYZ | 44.47 | 21.88 | 67.52 | - |
| YUV | 104.94 | 191.25 | 215.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 21 | 217 | 0 | 0.91 | 0.04 | 0.11 | 302.91 | 0.83 | 0.49 |
| Hex | E3 | 15 | D9 | 0 | 5B | 4 | B | 12F | 53 | 31 |
| Octal | 343 | 25 | 331 | 0 | 133 | 4 | 13 | 457 | 123 | 61 |
| Binary | 11100011 | 10101 | 11011001 | 0 | 1011011 | 100 | 1011 | 100101111 | 1010011 | 110001 |
Color Harmonies of #E315D9
Complementary color
Monochromatic Colors of #E315D9
Black with #E315D9
Text Example
Text Example
White with #E315D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E315D9; }
p { color: rgb(227,21,217); }
H1.HeaderClassName
{
color: #E315D9;
}
.AnyTagClassName
{
color: #E315D9;
}
</style>
background-color css
<style>
a { background-color: #E315D9; }
a { background-color: rgb(227,21,217); }
div.DivClassName
{
background-color: #E315D9;
}
.BgClassName
{
background-color: #E315D9;
}
</style>
border-color css
<style>
span { border-color: #E315D9; }
span { border-color: rgb(227,21,217); }
td.TdClassName
{
border-color: #E315D9;
}
.TagClassName
{
border-color: #E315D9;
}
</style>