Shades of Deep Magenta #E207DF
Tints of Deep Magenta #E207DF
RGB
CMYK
RGB Variations
Color information
#E207DF (or 0xE207DF) is known color: Deep Magenta. HEX triplet: E2, 07 and DF. RGB value is (226,7,223). Sum of RGB (Red+Green+Blue) = 226+7+223=456 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.56% from 456); Green value is 7 (3.12% from 255 or 1.54% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 226 - color contains mainly: red. Hex color #E207DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E207DF is #1DF820. Grayscale: #606060. Windows color (decimal): -1964065 or 14616546. OLE color: 14616546.
HSL color Cylindrical-coordinate representation of color #E207DF: hue angle of 300.82º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E207DF is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 7 | 223 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.11 |
| HSL | 300.82º | 0.94% | 0.46% | - |
| HSV(B) | 300.82º | 0.97% | 0.89% | - |
| XYZ | 44.76 | 21.65 | 71.63 | - |
| YUV | 97.11 | 199.05 | 219.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 7 | 223 | 0 | 0.97 | 0.01 | 0.11 | 300.82 | 0.94 | 0.46 |
| Hex | E2 | 7 | DF | 0 | 61 | 1 | B | 12D | 5E | 2E |
| Octal | 342 | 7 | 337 | 0 | 141 | 1 | 13 | 455 | 136 | 56 |
| Binary | 11100010 | 111 | 11011111 | 0 | 1100001 | 1 | 1011 | 100101101 | 1011110 | 101110 |
Color Harmonies of #E207DF
Complementary color
Monochromatic Colors of #E207DF
Black with #E207DF
Text Example
Text Example
White with #E207DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E207DF; }
p { color: rgb(226,7,223); }
H1.HeaderClassName
{
color: #E207DF;
}
.AnyTagClassName
{
color: #E207DF;
}
</style>
background-color css
<style>
a { background-color: #E207DF; }
a { background-color: rgb(226,7,223); }
div.DivClassName
{
background-color: #E207DF;
}
.BgClassName
{
background-color: #E207DF;
}
</style>
border-color css
<style>
span { border-color: #E207DF; }
span { border-color: rgb(226,7,223); }
td.TdClassName
{
border-color: #E207DF;
}
.TagClassName
{
border-color: #E207DF;
}
</style>