Shades of Deep Magenta #E021DF
Tints of Deep Magenta #E021DF
RGB
CMYK
RGB Variations
Color information
#E021DF (or 0xE021DF) is known color: Deep Magenta. HEX triplet: E0, 21 and DF. RGB value is (224,33,223). Sum of RGB (Red+Green+Blue) = 224+33+223=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 33 (13.28% from 255 or 6.88% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 224 - color contains mainly: red. Hex color #E021DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E021DF is #1FDE20. Grayscale: #6F6F6F. Windows color (decimal): -2088481 or 14623200. OLE color: 14623200.
HSL color Cylindrical-coordinate representation of color #E021DF: hue angle of 300.31º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E021DF is Cyan = 0, Magento = 0.85, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 33 | 223 | - |
| CMYK | 0 | 0.85 | 0.00 | 0.12 |
| HSL | 300.31º | 0.75% | 0.5% | - |
| HSV(B) | 300.31º | 0.85% | 0.88% | - |
| XYZ | 44.6 | 22.26 | 71.76 | - |
| YUV | 111.77 | 190.78 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 33 | 223 | 0 | 0.85 | 0.00 | 0.12 | 300.31 | 0.75 | 0.5 |
| Hex | E0 | 21 | DF | 0 | 55 | 0 | C | 12C | 4B | 32 |
| Octal | 340 | 41 | 337 | 0 | 125 | 0 | 14 | 454 | 113 | 62 |
| Binary | 11100000 | 100001 | 11011111 | 0 | 1010101 | 0 | 1100 | 100101100 | 1001011 | 110010 |
Color Harmonies of #E021DF
Complementary color
Monochromatic Colors of #E021DF
Black with #E021DF
Text Example
Text Example
White with #E021DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E021DF; }
p { color: rgb(224,33,223); }
H1.HeaderClassName
{
color: #E021DF;
}
.AnyTagClassName
{
color: #E021DF;
}
</style>
background-color css
<style>
a { background-color: #E021DF; }
a { background-color: rgb(224,33,223); }
div.DivClassName
{
background-color: #E021DF;
}
.BgClassName
{
background-color: #E021DF;
}
</style>
border-color css
<style>
span { border-color: #E021DF; }
span { border-color: rgb(224,33,223); }
td.TdClassName
{
border-color: #E021DF;
}
.TagClassName
{
border-color: #E021DF;
}
</style>