Shades of Deep Magenta #E10ADD
Tints of Deep Magenta #E10ADD
RGB
CMYK
RGB Variations
Color information
#E10ADD (or 0xE10ADD) is known color: Deep Magenta. HEX triplet: E1, 0A and DD. RGB value is (225,10,221). Sum of RGB (Red+Green+Blue) = 225+10+221=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 10 (4.30% from 255 or 2.19% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E10ADD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10ADD is #1EF522. Grayscale: #616161. Windows color (decimal): -2028835 or 14486241. OLE color: 14486241.
HSL color Cylindrical-coordinate representation of color #E10ADD: hue angle of 301.12º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E10ADD is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 10 | 221 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.12 |
| HSL | 301.12º | 0.91% | 0.46% | - |
| HSV(B) | 301.12º | 0.96% | 0.88% | - |
| XYZ | 44.21 | 21.45 | 70.22 | - |
| YUV | 98.34 | 197.23 | 218.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 10 | 221 | 0 | 0.96 | 0.02 | 0.12 | 301.12 | 0.91 | 0.46 |
| Hex | E1 | A | DD | 0 | 60 | 2 | C | 12D | 5B | 2E |
| Octal | 341 | 12 | 335 | 0 | 140 | 2 | 14 | 455 | 133 | 56 |
| Binary | 11100001 | 1010 | 11011101 | 0 | 1100000 | 10 | 1100 | 100101101 | 1011011 | 101110 |
Color Harmonies of #E10ADD
Complementary color
Monochromatic Colors of #E10ADD
Black with #E10ADD
Text Example
Text Example
White with #E10ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10ADD; }
p { color: rgb(225,10,221); }
H1.HeaderClassName
{
color: #E10ADD;
}
.AnyTagClassName
{
color: #E10ADD;
}
</style>
background-color css
<style>
a { background-color: #E10ADD; }
a { background-color: rgb(225,10,221); }
div.DivClassName
{
background-color: #E10ADD;
}
.BgClassName
{
background-color: #E10ADD;
}
</style>
border-color css
<style>
span { border-color: #E10ADD; }
span { border-color: rgb(225,10,221); }
td.TdClassName
{
border-color: #E10ADD;
}
.TagClassName
{
border-color: #E10ADD;
}
</style>