Shades of Deep Magenta #E70CDF
Tints of Deep Magenta #E70CDF
RGB
CMYK
RGB Variations
Color information
#E70CDF (or 0xE70CDF) is known color: Deep Magenta. HEX triplet: E7, 0C and DF. RGB value is (231,12,223). Sum of RGB (Red+Green+Blue) = 231+12+223=466 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.57% from 466); Green value is 12 (5.08% from 255 or 2.58% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 231 - color contains mainly: red. Hex color #E70CDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70CDF is #18F320. Grayscale: #646464. Windows color (decimal): -1635105 or 14617831. OLE color: 14617831.
HSL color Cylindrical-coordinate representation of color #E70CDF: hue angle of 302.19º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E70CDF is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 12 | 223 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.09 |
| HSL | 302.19º | 0.9% | 0.48% | - |
| HSV(B) | 302.19º | 0.95% | 0.91% | - |
| XYZ | 46.41 | 22.58 | 71.72 | - |
| YUV | 101.54 | 196.55 | 220.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 12 | 223 | 0 | 0.95 | 0.03 | 0.09 | 302.19 | 0.9 | 0.48 |
| Hex | E7 | C | DF | 0 | 5F | 3 | 9 | 12E | 5A | 30 |
| Octal | 347 | 14 | 337 | 0 | 137 | 3 | 11 | 456 | 132 | 60 |
| Binary | 11100111 | 1100 | 11011111 | 0 | 1011111 | 11 | 1001 | 100101110 | 1011010 | 110000 |
Color Harmonies of #E70CDF
Complementary color
Monochromatic Colors of #E70CDF
Black with #E70CDF
Text Example
Text Example
White with #E70CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70CDF; }
p { color: rgb(231,12,223); }
H1.HeaderClassName
{
color: #E70CDF;
}
.AnyTagClassName
{
color: #E70CDF;
}
</style>
background-color css
<style>
a { background-color: #E70CDF; }
a { background-color: rgb(231,12,223); }
div.DivClassName
{
background-color: #E70CDF;
}
.BgClassName
{
background-color: #E70CDF;
}
</style>
border-color css
<style>
span { border-color: #E70CDF; }
span { border-color: rgb(231,12,223); }
td.TdClassName
{
border-color: #E70CDF;
}
.TagClassName
{
border-color: #E70CDF;
}
</style>