Shades of Deep Magenta #E315D4
Tints of Deep Magenta #E315D4
RGB
CMYK
RGB Variations
Color information
#E315D4 (or 0xE315D4) is known color: Deep Magenta. HEX triplet: E3, 15 and D4. RGB value is (227,21,212). Sum of RGB (Red+Green+Blue) = 227+21+212=460 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.35% from 460); Green value is 21 (8.59% from 255 or 4.57% from 460); Blue value is 212 (83.20% from 255 or 46.09% from 460); Max value from RGB is 227 - color contains mainly: red. Hex color #E315D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E315D4 is #1CEA2B. Grayscale: #676767. Windows color (decimal): -1894956 or 13899235. OLE color: 13899235.
HSL color Cylindrical-coordinate representation of color #E315D4: hue angle of 304.37º 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 #E315D4 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 21 | 212 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.11 |
| HSL | 304.37º | 0.83% | 0.49% | - |
| HSV(B) | 304.37º | 0.91% | 0.89% | - |
| XYZ | 43.83 | 21.62 | 64.15 | - |
| YUV | 104.37 | 188.75 | 215.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 21 | 212 | 0 | 0.91 | 0.07 | 0.11 | 304.37 | 0.83 | 0.49 |
| Hex | E3 | 15 | D4 | 0 | 5B | 7 | B | 130 | 53 | 31 |
| Octal | 343 | 25 | 324 | 0 | 133 | 7 | 13 | 460 | 123 | 61 |
| Binary | 11100011 | 10101 | 11010100 | 0 | 1011011 | 111 | 1011 | 100110000 | 1010011 | 110001 |
Color Harmonies of #E315D4
Complementary color
Monochromatic Colors of #E315D4
Black with #E315D4
Text Example
Text Example
White with #E315D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E315D4; }
p { color: rgb(227,21,212); }
H1.HeaderClassName
{
color: #E315D4;
}
.AnyTagClassName
{
color: #E315D4;
}
</style>
background-color css
<style>
a { background-color: #E315D4; }
a { background-color: rgb(227,21,212); }
div.DivClassName
{
background-color: #E315D4;
}
.BgClassName
{
background-color: #E315D4;
}
</style>
border-color css
<style>
span { border-color: #E315D4; }
span { border-color: rgb(227,21,212); }
td.TdClassName
{
border-color: #E315D4;
}
.TagClassName
{
border-color: #E315D4;
}
</style>