Shades of Deep Magenta #E510DF
Tints of Deep Magenta #E510DF
RGB
CMYK
RGB Variations
Color information
#E510DF (or 0xE510DF) is known color: Deep Magenta. HEX triplet: E5, 10 and DF. RGB value is (229,16,223). Sum of RGB (Red+Green+Blue) = 229+16+223=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 16 (6.64% from 255 or 3.42% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 229 - color contains mainly: red. Hex color #E510DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E510DF is #1AEF20. Grayscale: #666666. Windows color (decimal): -1765153 or 14618853. OLE color: 14618853.
HSL color Cylindrical-coordinate representation of color #E510DF: hue angle of 301.69º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E510DF is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 16 | 223 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.10 |
| HSL | 301.69º | 0.87% | 0.48% | - |
| HSV(B) | 301.69º | 0.93% | 0.9% | - |
| XYZ | 45.82 | 22.36 | 71.71 | - |
| YUV | 103.29 | 195.57 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 16 | 223 | 0 | 0.93 | 0.03 | 0.10 | 301.69 | 0.87 | 0.48 |
| Hex | E5 | 10 | DF | 0 | 5D | 3 | A | 12E | 57 | 30 |
| Octal | 345 | 20 | 337 | 0 | 135 | 3 | 12 | 456 | 127 | 60 |
| Binary | 11100101 | 10000 | 11011111 | 0 | 1011101 | 11 | 1010 | 100101110 | 1010111 | 110000 |
Color Harmonies of #E510DF
Complementary color
Monochromatic Colors of #E510DF
Black with #E510DF
Text Example
Text Example
White with #E510DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E510DF; }
p { color: rgb(229,16,223); }
H1.HeaderClassName
{
color: #E510DF;
}
.AnyTagClassName
{
color: #E510DF;
}
</style>
background-color css
<style>
a { background-color: #E510DF; }
a { background-color: rgb(229,16,223); }
div.DivClassName
{
background-color: #E510DF;
}
.BgClassName
{
background-color: #E510DF;
}
</style>
border-color css
<style>
span { border-color: #E510DF; }
span { border-color: rgb(229,16,223); }
td.TdClassName
{
border-color: #E510DF;
}
.TagClassName
{
border-color: #E510DF;
}
</style>