Shades of Deep Magenta #E10AD3
Tints of Deep Magenta #E10AD3
RGB
CMYK
RGB Variations
Color information
#E10AD3 (or 0xE10AD3) is known color: Deep Magenta. HEX triplet: E1, 0A and D3. RGB value is (225,10,211). Sum of RGB (Red+Green+Blue) = 225+10+211=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 10 (4.30% from 255 or 2.24% from 446); Blue value is 211 (82.81% from 255 or 47.31% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E10AD3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10AD3 is #1EF52C. Grayscale: #606060. Windows color (decimal): -2028845 or 13830881. OLE color: 13830881.
HSL color Cylindrical-coordinate representation of color #E10AD3: hue angle of 303.91º 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 #E10AD3 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 10 | 211 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.12 |
| HSL | 303.91º | 0.91% | 0.46% | - |
| HSV(B) | 303.91º | 0.96% | 0.88% | - |
| XYZ | 42.92 | 20.93 | 63.41 | - |
| YUV | 97.2 | 192.23 | 219.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 10 | 211 | 0 | 0.96 | 0.06 | 0.12 | 303.91 | 0.91 | 0.46 |
| Hex | E1 | A | D3 | 0 | 60 | 6 | C | 130 | 5B | 2E |
| Octal | 341 | 12 | 323 | 0 | 140 | 6 | 14 | 460 | 133 | 56 |
| Binary | 11100001 | 1010 | 11010011 | 0 | 1100000 | 110 | 1100 | 100110000 | 1011011 | 101110 |
Color Harmonies of #E10AD3
Complementary color
Monochromatic Colors of #E10AD3
Black with #E10AD3
Text Example
Text Example
White with #E10AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10AD3; }
p { color: rgb(225,10,211); }
H1.HeaderClassName
{
color: #E10AD3;
}
.AnyTagClassName
{
color: #E10AD3;
}
</style>
background-color css
<style>
a { background-color: #E10AD3; }
a { background-color: rgb(225,10,211); }
div.DivClassName
{
background-color: #E10AD3;
}
.BgClassName
{
background-color: #E10AD3;
}
</style>
border-color css
<style>
span { border-color: #E10AD3; }
span { border-color: rgb(225,10,211); }
td.TdClassName
{
border-color: #E10AD3;
}
.TagClassName
{
border-color: #E10AD3;
}
</style>