Shades of Deep Magenta #E70DDD
Tints of Deep Magenta #E70DDD
RGB
CMYK
RGB Variations
Color information
#E70DDD (or 0xE70DDD) is known color: Deep Magenta. HEX triplet: E7, 0D and DD. RGB value is (231,13,221). Sum of RGB (Red+Green+Blue) = 231+13+221=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 13 (5.47% from 255 or 2.80% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 231 - color contains mainly: red. Hex color #E70DDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70DDD is #18F222. Grayscale: #656565. Windows color (decimal): -1634851 or 14487015. OLE color: 14487015.
HSL color Cylindrical-coordinate representation of color #E70DDD: hue angle of 302.75º degrees, saturation: 0.89, 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 #E70DDD is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 13 | 221 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.09 |
| HSL | 302.75º | 0.89% | 0.48% | - |
| HSV(B) | 302.75º | 0.94% | 0.91% | - |
| XYZ | 46.15 | 22.5 | 70.32 | - |
| YUV | 101.89 | 195.22 | 220.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 13 | 221 | 0 | 0.94 | 0.04 | 0.09 | 302.75 | 0.89 | 0.48 |
| Hex | E7 | D | DD | 0 | 5E | 4 | 9 | 12F | 59 | 30 |
| Octal | 347 | 15 | 335 | 0 | 136 | 4 | 11 | 457 | 131 | 60 |
| Binary | 11100111 | 1101 | 11011101 | 0 | 1011110 | 100 | 1001 | 100101111 | 1011001 | 110000 |
Color Harmonies of #E70DDD
Complementary color
Monochromatic Colors of #E70DDD
Black with #E70DDD
Text Example
Text Example
White with #E70DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70DDD; }
p { color: rgb(231,13,221); }
H1.HeaderClassName
{
color: #E70DDD;
}
.AnyTagClassName
{
color: #E70DDD;
}
</style>
background-color css
<style>
a { background-color: #E70DDD; }
a { background-color: rgb(231,13,221); }
div.DivClassName
{
background-color: #E70DDD;
}
.BgClassName
{
background-color: #E70DDD;
}
</style>
border-color css
<style>
span { border-color: #E70DDD; }
span { border-color: rgb(231,13,221); }
td.TdClassName
{
border-color: #E70DDD;
}
.TagClassName
{
border-color: #E70DDD;
}
</style>