Shades of Deep Magenta #E702DF
Tints of Deep Magenta #E702DF
RGB
CMYK
RGB Variations
Color information
#E702DF (or 0xE702DF) is known color: Deep Magenta. HEX triplet: E7, 02 and DF. RGB value is (231,2,223). Sum of RGB (Red+Green+Blue) = 231+2+223=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 2 (1.17% from 255 or 0.44% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E702DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E702DF is #18FD20. Grayscale: #5F5F5F. Windows color (decimal): -1637665 or 14615271. OLE color: 14615271.
HSL color Cylindrical-coordinate representation of color #E702DF: hue angle of 302.1º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E702DF is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 2 | 223 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.09 |
| HSL | 302.1º | 0.98% | 0.46% | - |
| HSV(B) | 302.1º | 0.99% | 0.91% | - |
| XYZ | 46.3 | 22.36 | 71.69 | - |
| YUV | 95.67 | 199.87 | 224.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 2 | 223 | 0 | 0.99 | 0.03 | 0.09 | 302.1 | 0.98 | 0.46 |
| Hex | E7 | 2 | DF | 0 | 63 | 3 | 9 | 12E | 62 | 2E |
| Octal | 347 | 2 | 337 | 0 | 143 | 3 | 11 | 456 | 142 | 56 |
| Binary | 11100111 | 10 | 11011111 | 0 | 1100011 | 11 | 1001 | 100101110 | 1100010 | 101110 |
Color Harmonies of #E702DF
Complementary color
Monochromatic Colors of #E702DF
Black with #E702DF
Text Example
Text Example
White with #E702DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E702DF; }
p { color: rgb(231,2,223); }
H1.HeaderClassName
{
color: #E702DF;
}
.AnyTagClassName
{
color: #E702DF;
}
</style>
background-color css
<style>
a { background-color: #E702DF; }
a { background-color: rgb(231,2,223); }
div.DivClassName
{
background-color: #E702DF;
}
.BgClassName
{
background-color: #E702DF;
}
</style>
border-color css
<style>
span { border-color: #E702DF; }
span { border-color: rgb(231,2,223); }
td.TdClassName
{
border-color: #E702DF;
}
.TagClassName
{
border-color: #E702DF;
}
</style>