Shades of Deep Magenta #E70ADF
Tints of Deep Magenta #E70ADF
RGB
CMYK
RGB Variations
Color information
#E70ADF (or 0xE70ADF) is known color: Deep Magenta. HEX triplet: E7, 0A and DF. RGB value is (231,10,223). Sum of RGB (Red+Green+Blue) = 231+10+223=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 10 (4.30% from 255 or 2.16% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E70ADF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70ADF is #18F520. Grayscale: #636363. Windows color (decimal): -1635617 or 14617319. OLE color: 14617319.
HSL color Cylindrical-coordinate representation of color #E70ADF: hue angle of 302.17º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E70ADF is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 10 | 223 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.09 |
| HSL | 302.17º | 0.92% | 0.47% | - |
| HSV(B) | 302.17º | 0.96% | 0.91% | - |
| XYZ | 46.38 | 22.53 | 71.72 | - |
| YUV | 100.36 | 197.22 | 221.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 10 | 223 | 0 | 0.96 | 0.03 | 0.09 | 302.17 | 0.92 | 0.47 |
| Hex | E7 | A | DF | 0 | 60 | 3 | 9 | 12E | 5C | 2F |
| Octal | 347 | 12 | 337 | 0 | 140 | 3 | 11 | 456 | 134 | 57 |
| Binary | 11100111 | 1010 | 11011111 | 0 | 1100000 | 11 | 1001 | 100101110 | 1011100 | 101111 |
Color Harmonies of #E70ADF
Complementary color
Monochromatic Colors of #E70ADF
Black with #E70ADF
Text Example
Text Example
White with #E70ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70ADF; }
p { color: rgb(231,10,223); }
H1.HeaderClassName
{
color: #E70ADF;
}
.AnyTagClassName
{
color: #E70ADF;
}
</style>
background-color css
<style>
a { background-color: #E70ADF; }
a { background-color: rgb(231,10,223); }
div.DivClassName
{
background-color: #E70ADF;
}
.BgClassName
{
background-color: #E70ADF;
}
</style>
border-color css
<style>
span { border-color: #E70ADF; }
span { border-color: rgb(231,10,223); }
td.TdClassName
{
border-color: #E70ADF;
}
.TagClassName
{
border-color: #E70ADF;
}
</style>