Shades of Deep Magenta #E70FDD
Tints of Deep Magenta #E70FDD
RGB
CMYK
RGB Variations
Color information
#E70FDD (or 0xE70FDD) is known color: Deep Magenta. HEX triplet: E7, 0F and DD. RGB value is (231,15,221). Sum of RGB (Red+Green+Blue) = 231+15+221=467 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.46% from 467); Green value is 15 (6.25% from 255 or 3.21% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 231 - color contains mainly: red. Hex color #E70FDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70FDD is #18F022. Grayscale: #666666. Windows color (decimal): -1634339 or 14487527. OLE color: 14487527.
HSL color Cylindrical-coordinate representation of color #E70FDD: hue angle of 302.78º degrees, saturation: 0.88, 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 #E70FDD is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 15 | 221 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.09 |
| HSL | 302.78º | 0.88% | 0.48% | - |
| HSV(B) | 302.78º | 0.94% | 0.91% | - |
| XYZ | 46.18 | 22.55 | 70.33 | - |
| YUV | 103.07 | 194.56 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 15 | 221 | 0 | 0.94 | 0.04 | 0.09 | 302.78 | 0.88 | 0.48 |
| Hex | E7 | F | DD | 0 | 5E | 4 | 9 | 12F | 58 | 30 |
| Octal | 347 | 17 | 335 | 0 | 136 | 4 | 11 | 457 | 130 | 60 |
| Binary | 11100111 | 1111 | 11011101 | 0 | 1011110 | 100 | 1001 | 100101111 | 1011000 | 110000 |
Color Harmonies of #E70FDD
Complementary color
Monochromatic Colors of #E70FDD
Black with #E70FDD
Text Example
Text Example
White with #E70FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70FDD; }
p { color: rgb(231,15,221); }
H1.HeaderClassName
{
color: #E70FDD;
}
.AnyTagClassName
{
color: #E70FDD;
}
</style>
background-color css
<style>
a { background-color: #E70FDD; }
a { background-color: rgb(231,15,221); }
div.DivClassName
{
background-color: #E70FDD;
}
.BgClassName
{
background-color: #E70FDD;
}
</style>
border-color css
<style>
span { border-color: #E70FDD; }
span { border-color: rgb(231,15,221); }
td.TdClassName
{
border-color: #E70FDD;
}
.TagClassName
{
border-color: #E70FDD;
}
</style>