Shades of Deep Magenta #E20FDB
Tints of Deep Magenta #E20FDB
RGB
CMYK
RGB Variations
Color information
#E20FDB (or 0xE20FDB) is known color: Deep Magenta. HEX triplet: E2, 0F and DB. RGB value is (226,15,219). Sum of RGB (Red+Green+Blue) = 226+15+219=460 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.13% from 460); Green value is 15 (6.25% from 255 or 3.26% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 226 - color contains mainly: red. Hex color #E20FDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20FDB is #1DF024. Grayscale: #646464. Windows color (decimal): -1962021 or 14356450. OLE color: 14356450.
HSL color Cylindrical-coordinate representation of color #E20FDB: hue angle of 301.99º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E20FDB is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 15 | 219 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.11 |
| HSL | 301.99º | 0.88% | 0.47% | - |
| HSV(B) | 301.99º | 0.93% | 0.89% | - |
| XYZ | 44.32 | 21.62 | 68.86 | - |
| YUV | 101.35 | 194.4 | 216.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 15 | 219 | 0 | 0.93 | 0.03 | 0.11 | 301.99 | 0.88 | 0.47 |
| Hex | E2 | F | DB | 0 | 5D | 3 | B | 12E | 58 | 2F |
| Octal | 342 | 17 | 333 | 0 | 135 | 3 | 13 | 456 | 130 | 57 |
| Binary | 11100010 | 1111 | 11011011 | 0 | 1011101 | 11 | 1011 | 100101110 | 1011000 | 101111 |
Color Harmonies of #E20FDB
Complementary color
Monochromatic Colors of #E20FDB
Black with #E20FDB
Text Example
Text Example
White with #E20FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20FDB; }
p { color: rgb(226,15,219); }
H1.HeaderClassName
{
color: #E20FDB;
}
.AnyTagClassName
{
color: #E20FDB;
}
</style>
background-color css
<style>
a { background-color: #E20FDB; }
a { background-color: rgb(226,15,219); }
div.DivClassName
{
background-color: #E20FDB;
}
.BgClassName
{
background-color: #E20FDB;
}
</style>
border-color css
<style>
span { border-color: #E20FDB; }
span { border-color: rgb(226,15,219); }
td.TdClassName
{
border-color: #E20FDB;
}
.TagClassName
{
border-color: #E20FDB;
}
</style>