Shades of Deep Magenta #E703DF
Tints of Deep Magenta #E703DF
RGB
CMYK
RGB Variations
Color information
#E703DF (or 0xE703DF) is known color: Deep Magenta. HEX triplet: E7, 03 and DF. RGB value is (231,3,223). Sum of RGB (Red+Green+Blue) = 231+3+223=457 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.55% from 457); Green value is 3 (1.56% from 255 or 0.66% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 231 - color contains mainly: red. Hex color #E703DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E703DF is #18FC20. Grayscale: #5F5F5F. Windows color (decimal): -1637409 or 14615527. OLE color: 14615527.
HSL color Cylindrical-coordinate representation of color #E703DF: hue angle of 302.11º degrees, saturation: 0.97, 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 #E703DF is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 3 | 223 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.09 |
| HSL | 302.11º | 0.97% | 0.46% | - |
| HSV(B) | 302.11º | 0.99% | 0.91% | - |
| XYZ | 46.31 | 22.38 | 71.69 | - |
| YUV | 96.25 | 199.54 | 224.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 3 | 223 | 0 | 0.99 | 0.03 | 0.09 | 302.11 | 0.97 | 0.46 |
| Hex | E7 | 3 | DF | 0 | 63 | 3 | 9 | 12E | 61 | 2E |
| Octal | 347 | 3 | 337 | 0 | 143 | 3 | 11 | 456 | 141 | 56 |
| Binary | 11100111 | 11 | 11011111 | 0 | 1100011 | 11 | 1001 | 100101110 | 1100001 | 101110 |
Color Harmonies of #E703DF
Complementary color
Monochromatic Colors of #E703DF
Black with #E703DF
Text Example
Text Example
White with #E703DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E703DF; }
p { color: rgb(231,3,223); }
H1.HeaderClassName
{
color: #E703DF;
}
.AnyTagClassName
{
color: #E703DF;
}
</style>
background-color css
<style>
a { background-color: #E703DF; }
a { background-color: rgb(231,3,223); }
div.DivClassName
{
background-color: #E703DF;
}
.BgClassName
{
background-color: #E703DF;
}
</style>
border-color css
<style>
span { border-color: #E703DF; }
span { border-color: rgb(231,3,223); }
td.TdClassName
{
border-color: #E703DF;
}
.TagClassName
{
border-color: #E703DF;
}
</style>