Shades of Deep Magenta #E206DF
Tints of Deep Magenta #E206DF
RGB
CMYK
RGB Variations
Color information
#E206DF (or 0xE206DF) is known color: Deep Magenta. HEX triplet: E2, 06 and DF. RGB value is (226,6,223). Sum of RGB (Red+Green+Blue) = 226+6+223=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 6 (2.73% from 255 or 1.32% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E206DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E206DF is #1DF920. Grayscale: #5F5F5F. Windows color (decimal): -1964321 or 14616290. OLE color: 14616290.
HSL color Cylindrical-coordinate representation of color #E206DF: hue angle of 300.82º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E206DF is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 6 | 223 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.11 |
| HSL | 300.82º | 0.95% | 0.45% | - |
| HSV(B) | 300.82º | 0.97% | 0.89% | - |
| XYZ | 44.75 | 21.63 | 71.63 | - |
| YUV | 96.52 | 199.39 | 220.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 6 | 223 | 0 | 0.97 | 0.01 | 0.11 | 300.82 | 0.95 | 0.45 |
| Hex | E2 | 6 | DF | 0 | 61 | 1 | B | 12D | 5F | 2D |
| Octal | 342 | 6 | 337 | 0 | 141 | 1 | 13 | 455 | 137 | 55 |
| Binary | 11100010 | 110 | 11011111 | 0 | 1100001 | 1 | 1011 | 100101101 | 1011111 | 101101 |
Color Harmonies of #E206DF
Complementary color
Monochromatic Colors of #E206DF
Black with #E206DF
Text Example
Text Example
White with #E206DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E206DF; }
p { color: rgb(226,6,223); }
H1.HeaderClassName
{
color: #E206DF;
}
.AnyTagClassName
{
color: #E206DF;
}
</style>
background-color css
<style>
a { background-color: #E206DF; }
a { background-color: rgb(226,6,223); }
div.DivClassName
{
background-color: #E206DF;
}
.BgClassName
{
background-color: #E206DF;
}
</style>
border-color css
<style>
span { border-color: #E206DF; }
span { border-color: rgb(226,6,223); }
td.TdClassName
{
border-color: #E206DF;
}
.TagClassName
{
border-color: #E206DF;
}
</style>