Shades of Deep Magenta #E615D7
Tints of Deep Magenta #E615D7
RGB
CMYK
RGB Variations
Color information
#E615D7 (or 0xE615D7) is known color: Deep Magenta. HEX triplet: E6, 15 and D7. RGB value is (230,21,215). Sum of RGB (Red+Green+Blue) = 230+21+215=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 21 (8.59% from 255 or 4.51% from 466); Blue value is 215 (84.38% from 255 or 46.14% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E615D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E615D7 is #19EA28. Grayscale: #696969. Windows color (decimal): -1698345 or 14095846. OLE color: 14095846.
HSL color Cylindrical-coordinate representation of color #E615D7: hue angle of 304.31º 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 #E615D7 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 215 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.10 |
| HSL | 304.31º | 0.83% | 0.49% | - |
| HSV(B) | 304.31º | 0.91% | 0.9% | - |
| XYZ | 45.17 | 22.27 | 66.21 | - |
| YUV | 105.61 | 189.74 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 215 | 0 | 0.91 | 0.07 | 0.10 | 304.31 | 0.83 | 0.49 |
| Hex | E6 | 15 | D7 | 0 | 5B | 7 | A | 130 | 53 | 31 |
| Octal | 346 | 25 | 327 | 0 | 133 | 7 | 12 | 460 | 123 | 61 |
| Binary | 11100110 | 10101 | 11010111 | 0 | 1011011 | 111 | 1010 | 100110000 | 1010011 | 110001 |
Color Harmonies of #E615D7
Complementary color
Monochromatic Colors of #E615D7
Black with #E615D7
Text Example
Text Example
White with #E615D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E615D7; }
p { color: rgb(230,21,215); }
H1.HeaderClassName
{
color: #E615D7;
}
.AnyTagClassName
{
color: #E615D7;
}
</style>
background-color css
<style>
a { background-color: #E615D7; }
a { background-color: rgb(230,21,215); }
div.DivClassName
{
background-color: #E615D7;
}
.BgClassName
{
background-color: #E615D7;
}
</style>
border-color css
<style>
span { border-color: #E615D7; }
span { border-color: rgb(230,21,215); }
td.TdClassName
{
border-color: #E615D7;
}
.TagClassName
{
border-color: #E615D7;
}
</style>