Shades of Deep Magenta #E615DF
Tints of Deep Magenta #E615DF
RGB
CMYK
RGB Variations
Color information
#E615DF (or 0xE615DF) is known color: Deep Magenta. HEX triplet: E6, 15 and DF. RGB value is (230,21,223). Sum of RGB (Red+Green+Blue) = 230+21+223=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 21 (8.59% from 255 or 4.43% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 230 - color contains mainly: red. Hex color #E615DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E615DF is #19EA20. Grayscale: #696969. Windows color (decimal): -1698337 or 14620134. OLE color: 14620134.
HSL color Cylindrical-coordinate representation of color #E615DF: hue angle of 302.01º 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 #E615DF is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 223 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.10 |
| HSL | 302.01º | 0.83% | 0.49% | - |
| HSV(B) | 302.01º | 0.91% | 0.9% | - |
| XYZ | 46.22 | 22.69 | 71.75 | - |
| YUV | 106.52 | 193.74 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 223 | 0 | 0.91 | 0.03 | 0.10 | 302.01 | 0.83 | 0.49 |
| Hex | E6 | 15 | DF | 0 | 5B | 3 | A | 12E | 53 | 31 |
| Octal | 346 | 25 | 337 | 0 | 133 | 3 | 12 | 456 | 123 | 61 |
| Binary | 11100110 | 10101 | 11011111 | 0 | 1011011 | 11 | 1010 | 100101110 | 1010011 | 110001 |
Color Harmonies of #E615DF
Complementary color
Monochromatic Colors of #E615DF
Black with #E615DF
Text Example
Text Example
White with #E615DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E615DF; }
p { color: rgb(230,21,223); }
H1.HeaderClassName
{
color: #E615DF;
}
.AnyTagClassName
{
color: #E615DF;
}
</style>
background-color css
<style>
a { background-color: #E615DF; }
a { background-color: rgb(230,21,223); }
div.DivClassName
{
background-color: #E615DF;
}
.BgClassName
{
background-color: #E615DF;
}
</style>
border-color css
<style>
span { border-color: #E615DF; }
span { border-color: rgb(230,21,223); }
td.TdClassName
{
border-color: #E615DF;
}
.TagClassName
{
border-color: #E615DF;
}
</style>