Shades of Deep Magenta #E00FD1
Tints of Deep Magenta #E00FD1
RGB
CMYK
RGB Variations
Color information
#E00FD1 (or 0xE00FD1) is known color: Deep Magenta. HEX triplet: E0, 0F and D1. RGB value is (224,15,209). Sum of RGB (Red+Green+Blue) = 224+15+209=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 15 (6.25% from 255 or 3.35% from 448); Blue value is 209 (82.03% from 255 or 46.65% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E00FD1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00FD1 is #1FF02E. Grayscale: #636363. Windows color (decimal): -2093103 or 13701088. OLE color: 13701088.
HSL color Cylindrical-coordinate representation of color #E00FD1: hue angle of 304.31º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E00FD1 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 15 | 209 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.12 |
| HSL | 304.31º | 0.87% | 0.47% | - |
| HSV(B) | 304.31º | 0.93% | 0.88% | - |
| XYZ | 42.42 | 20.79 | 62.1 | - |
| YUV | 99.61 | 189.74 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 15 | 209 | 0 | 0.93 | 0.07 | 0.12 | 304.31 | 0.87 | 0.47 |
| Hex | E0 | F | D1 | 0 | 5D | 7 | C | 130 | 57 | 2F |
| Octal | 340 | 17 | 321 | 0 | 135 | 7 | 14 | 460 | 127 | 57 |
| Binary | 11100000 | 1111 | 11010001 | 0 | 1011101 | 111 | 1100 | 100110000 | 1010111 | 101111 |
Color Harmonies of #E00FD1
Complementary color
Monochromatic Colors of #E00FD1
Black with #E00FD1
Text Example
Text Example
White with #E00FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00FD1; }
p { color: rgb(224,15,209); }
H1.HeaderClassName
{
color: #E00FD1;
}
.AnyTagClassName
{
color: #E00FD1;
}
</style>
background-color css
<style>
a { background-color: #E00FD1; }
a { background-color: rgb(224,15,209); }
div.DivClassName
{
background-color: #E00FD1;
}
.BgClassName
{
background-color: #E00FD1;
}
</style>
border-color css
<style>
span { border-color: #E00FD1; }
span { border-color: rgb(224,15,209); }
td.TdClassName
{
border-color: #E00FD1;
}
.TagClassName
{
border-color: #E00FD1;
}
</style>