Shades of Deep Magenta #E705DD
Tints of Deep Magenta #E705DD
RGB
CMYK
RGB Variations
Color information
#E705DD (or 0xE705DD) is known color: Deep Magenta. HEX triplet: E7, 05 and DD. RGB value is (231,5,221). Sum of RGB (Red+Green+Blue) = 231+5+221=457 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.55% from 457); Green value is 5 (2.34% from 255 or 1.09% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 231 - color contains mainly: red. Hex color #E705DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E705DD is #18FA22. Grayscale: #606060. Windows color (decimal): -1636899 or 14484967. OLE color: 14484967.
HSL color Cylindrical-coordinate representation of color #E705DD: hue angle of 302.65º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E705DD is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 5 | 221 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.09 |
| HSL | 302.65º | 0.96% | 0.46% | - |
| HSV(B) | 302.65º | 0.98% | 0.91% | - |
| XYZ | 46.06 | 22.32 | 70.29 | - |
| YUV | 97.2 | 197.87 | 223.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 5 | 221 | 0 | 0.98 | 0.04 | 0.09 | 302.65 | 0.96 | 0.46 |
| Hex | E7 | 5 | DD | 0 | 62 | 4 | 9 | 12F | 60 | 2E |
| Octal | 347 | 5 | 335 | 0 | 142 | 4 | 11 | 457 | 140 | 56 |
| Binary | 11100111 | 101 | 11011101 | 0 | 1100010 | 100 | 1001 | 100101111 | 1100000 | 101110 |
Color Harmonies of #E705DD
Complementary color
Monochromatic Colors of #E705DD
Black with #E705DD
Text Example
Text Example
White with #E705DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E705DD; }
p { color: rgb(231,5,221); }
H1.HeaderClassName
{
color: #E705DD;
}
.AnyTagClassName
{
color: #E705DD;
}
</style>
background-color css
<style>
a { background-color: #E705DD; }
a { background-color: rgb(231,5,221); }
div.DivClassName
{
background-color: #E705DD;
}
.BgClassName
{
background-color: #E705DD;
}
</style>
border-color css
<style>
span { border-color: #E705DD; }
span { border-color: rgb(231,5,221); }
td.TdClassName
{
border-color: #E705DD;
}
.TagClassName
{
border-color: #E705DD;
}
</style>