Shades of Deep Magenta #E20FDD
Tints of Deep Magenta #E20FDD
RGB
CMYK
RGB Variations
Color information
#E20FDD (or 0xE20FDD) is known color: Deep Magenta. HEX triplet: E2, 0F and DD. RGB value is (226,15,221). Sum of RGB (Red+Green+Blue) = 226+15+221=462 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.92% from 462); Green value is 15 (6.25% from 255 or 3.25% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 226 - color contains mainly: red. Hex color #E20FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20FDD is #1DF022. Grayscale: #646464. Windows color (decimal): -1962019 or 14487522. OLE color: 14487522.
HSL color Cylindrical-coordinate representation of color #E20FDD: hue angle of 301.42º 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 #E20FDD is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 15 | 221 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.11 |
| HSL | 301.42º | 0.88% | 0.47% | - |
| HSV(B) | 301.42º | 0.93% | 0.89% | - |
| XYZ | 44.59 | 21.73 | 70.25 | - |
| YUV | 101.57 | 195.4 | 216.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 15 | 221 | 0 | 0.93 | 0.02 | 0.11 | 301.42 | 0.88 | 0.47 |
| Hex | E2 | F | DD | 0 | 5D | 2 | B | 12D | 58 | 2F |
| Octal | 342 | 17 | 335 | 0 | 135 | 2 | 13 | 455 | 130 | 57 |
| Binary | 11100010 | 1111 | 11011101 | 0 | 1011101 | 10 | 1011 | 100101101 | 1011000 | 101111 |
Color Harmonies of #E20FDD
Complementary color
Monochromatic Colors of #E20FDD
Black with #E20FDD
Text Example
Text Example
White with #E20FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20FDD; }
p { color: rgb(226,15,221); }
H1.HeaderClassName
{
color: #E20FDD;
}
.AnyTagClassName
{
color: #E20FDD;
}
</style>
background-color css
<style>
a { background-color: #E20FDD; }
a { background-color: rgb(226,15,221); }
div.DivClassName
{
background-color: #E20FDD;
}
.BgClassName
{
background-color: #E20FDD;
}
</style>
border-color css
<style>
span { border-color: #E20FDD; }
span { border-color: rgb(226,15,221); }
td.TdClassName
{
border-color: #E20FDD;
}
.TagClassName
{
border-color: #E20FDD;
}
</style>