Shades of Deep Magenta #E207DB
Tints of Deep Magenta #E207DB
RGB
CMYK
RGB Variations
Color information
#E207DB (or 0xE207DB) is known color: Deep Magenta. HEX triplet: E2, 07 and DB. RGB value is (226,7,219). Sum of RGB (Red+Green+Blue) = 226+7+219=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 7 (3.12% from 255 or 1.55% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E207DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E207DB is #1DF824. Grayscale: #606060. Windows color (decimal): -1964069 or 14354402. OLE color: 14354402.
HSL color Cylindrical-coordinate representation of color #E207DB: hue angle of 301.92º 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 #E207DB is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 7 | 219 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.11 |
| HSL | 301.92º | 0.94% | 0.46% | - |
| HSV(B) | 301.92º | 0.97% | 0.89% | - |
| XYZ | 44.23 | 21.44 | 68.82 | - |
| YUV | 96.65 | 197.05 | 220.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 7 | 219 | 0 | 0.97 | 0.03 | 0.11 | 301.92 | 0.94 | 0.46 |
| Hex | E2 | 7 | DB | 0 | 61 | 3 | B | 12E | 5E | 2E |
| Octal | 342 | 7 | 333 | 0 | 141 | 3 | 13 | 456 | 136 | 56 |
| Binary | 11100010 | 111 | 11011011 | 0 | 1100001 | 11 | 1011 | 100101110 | 1011110 | 101110 |
Color Harmonies of #E207DB
Complementary color
Monochromatic Colors of #E207DB
Black with #E207DB
Text Example
Text Example
White with #E207DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E207DB; }
p { color: rgb(226,7,219); }
H1.HeaderClassName
{
color: #E207DB;
}
.AnyTagClassName
{
color: #E207DB;
}
</style>
background-color css
<style>
a { background-color: #E207DB; }
a { background-color: rgb(226,7,219); }
div.DivClassName
{
background-color: #E207DB;
}
.BgClassName
{
background-color: #E207DB;
}
</style>
border-color css
<style>
span { border-color: #E207DB; }
span { border-color: rgb(226,7,219); }
td.TdClassName
{
border-color: #E207DB;
}
.TagClassName
{
border-color: #E207DB;
}
</style>