Shades of Deep Magenta #E70FDF
Tints of Deep Magenta #E70FDF
RGB
CMYK
RGB Variations
Color information
#E70FDF (or 0xE70FDF) is known color: Deep Magenta. HEX triplet: E7, 0F and DF. RGB value is (231,15,223). Sum of RGB (Red+Green+Blue) = 231+15+223=469 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.25% from 469); Green value is 15 (6.25% from 255 or 3.20% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 231 - color contains mainly: red. Hex color #E70FDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70FDF is #18F020. Grayscale: #666666. Windows color (decimal): -1634337 or 14618599. OLE color: 14618599.
HSL color Cylindrical-coordinate representation of color #E70FDF: hue angle of 302.22º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E70FDF is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 15 | 223 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.09 |
| HSL | 302.22º | 0.88% | 0.48% | - |
| HSV(B) | 302.22º | 0.94% | 0.91% | - |
| XYZ | 46.45 | 22.66 | 71.74 | - |
| YUV | 103.3 | 195.56 | 219.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 15 | 223 | 0 | 0.94 | 0.03 | 0.09 | 302.22 | 0.88 | 0.48 |
| Hex | E7 | F | DF | 0 | 5E | 3 | 9 | 12E | 58 | 30 |
| Octal | 347 | 17 | 337 | 0 | 136 | 3 | 11 | 456 | 130 | 60 |
| Binary | 11100111 | 1111 | 11011111 | 0 | 1011110 | 11 | 1001 | 100101110 | 1011000 | 110000 |
Color Harmonies of #E70FDF
Complementary color
Monochromatic Colors of #E70FDF
Black with #E70FDF
Text Example
Text Example
White with #E70FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70FDF; }
p { color: rgb(231,15,223); }
H1.HeaderClassName
{
color: #E70FDF;
}
.AnyTagClassName
{
color: #E70FDF;
}
</style>
background-color css
<style>
a { background-color: #E70FDF; }
a { background-color: rgb(231,15,223); }
div.DivClassName
{
background-color: #E70FDF;
}
.BgClassName
{
background-color: #E70FDF;
}
</style>
border-color css
<style>
span { border-color: #E70FDF; }
span { border-color: rgb(231,15,223); }
td.TdClassName
{
border-color: #E70FDF;
}
.TagClassName
{
border-color: #E70FDF;
}
</style>