Shades of Deep Magenta #E703DD
Tints of Deep Magenta #E703DD
RGB
CMYK
RGB Variations
Color information
#E703DD (or 0xE703DD) is known color: Deep Magenta. HEX triplet: E7, 03 and DD. RGB value is (231,3,221). Sum of RGB (Red+Green+Blue) = 231+3+221=455 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.77% from 455); Green value is 3 (1.56% from 255 or 0.66% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 231 - color contains mainly: red. Hex color #E703DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E703DD is #18FC22. Grayscale: #5F5F5F. Windows color (decimal): -1637411 or 14484455. OLE color: 14484455.
HSL color Cylindrical-coordinate representation of color #E703DD: hue angle of 302.63º 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 #E703DD is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 3 | 221 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.09 |
| HSL | 302.63º | 0.97% | 0.46% | - |
| HSV(B) | 302.63º | 0.99% | 0.91% | - |
| XYZ | 46.04 | 22.27 | 70.28 | - |
| YUV | 96.02 | 198.54 | 224.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 3 | 221 | 0 | 0.99 | 0.04 | 0.09 | 302.63 | 0.97 | 0.46 |
| Hex | E7 | 3 | DD | 0 | 63 | 4 | 9 | 12F | 61 | 2E |
| Octal | 347 | 3 | 335 | 0 | 143 | 4 | 11 | 457 | 141 | 56 |
| Binary | 11100111 | 11 | 11011101 | 0 | 1100011 | 100 | 1001 | 100101111 | 1100001 | 101110 |
Color Harmonies of #E703DD
Complementary color
Monochromatic Colors of #E703DD
Black with #E703DD
Text Example
Text Example
White with #E703DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E703DD; }
p { color: rgb(231,3,221); }
H1.HeaderClassName
{
color: #E703DD;
}
.AnyTagClassName
{
color: #E703DD;
}
</style>
background-color css
<style>
a { background-color: #E703DD; }
a { background-color: rgb(231,3,221); }
div.DivClassName
{
background-color: #E703DD;
}
.BgClassName
{
background-color: #E703DD;
}
</style>
border-color css
<style>
span { border-color: #E703DD; }
span { border-color: rgb(231,3,221); }
td.TdClassName
{
border-color: #E703DD;
}
.TagClassName
{
border-color: #E703DD;
}
</style>