Shades of Deep Magenta #E115DF
Tints of Deep Magenta #E115DF
RGB
CMYK
RGB Variations
Color information
#E115DF (or 0xE115DF) is known color: Deep Magenta. HEX triplet: E1, 15 and DF. RGB value is (225,21,223). Sum of RGB (Red+Green+Blue) = 225+21+223=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 21 (8.59% from 255 or 4.48% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E115DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E115DF is #1EEA20. Grayscale: #686868. Windows color (decimal): -2026017 or 14620129. OLE color: 14620129.
HSL color Cylindrical-coordinate representation of color #E115DF: hue angle of 300.59º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E115DF is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 223 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.12 |
| HSL | 300.59º | 0.83% | 0.48% | - |
| HSV(B) | 300.59º | 0.91% | 0.88% | - |
| XYZ | 44.64 | 21.87 | 71.68 | - |
| YUV | 105.02 | 194.59 | 213.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 223 | 0 | 0.91 | 0.01 | 0.12 | 300.59 | 0.83 | 0.48 |
| Hex | E1 | 15 | DF | 0 | 5B | 1 | C | 12D | 53 | 30 |
| Octal | 341 | 25 | 337 | 0 | 133 | 1 | 14 | 455 | 123 | 60 |
| Binary | 11100001 | 10101 | 11011111 | 0 | 1011011 | 1 | 1100 | 100101101 | 1010011 | 110000 |
Color Harmonies of #E115DF
Complementary color
Monochromatic Colors of #E115DF
Black with #E115DF
Text Example
Text Example
White with #E115DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E115DF; }
p { color: rgb(225,21,223); }
H1.HeaderClassName
{
color: #E115DF;
}
.AnyTagClassName
{
color: #E115DF;
}
</style>
background-color css
<style>
a { background-color: #E115DF; }
a { background-color: rgb(225,21,223); }
div.DivClassName
{
background-color: #E115DF;
}
.BgClassName
{
background-color: #E115DF;
}
</style>
border-color css
<style>
span { border-color: #E115DF; }
span { border-color: rgb(225,21,223); }
td.TdClassName
{
border-color: #E115DF;
}
.TagClassName
{
border-color: #E115DF;
}
</style>