Shades of Deep Magenta #E00ED5
Tints of Deep Magenta #E00ED5
RGB
CMYK
RGB Variations
Color information
#E00ED5 (or 0xE00ED5) is known color: Deep Magenta. HEX triplet: E0, 0E and D5. RGB value is (224,14,213). Sum of RGB (Red+Green+Blue) = 224+14+213=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 14 (5.86% from 255 or 3.10% from 451); Blue value is 213 (83.59% from 255 or 47.23% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E00ED5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00ED5 is #1FF12A. Grayscale: #626262. Windows color (decimal): -2093355 or 13962976. OLE color: 13962976.
HSL color Cylindrical-coordinate representation of color #E00ED5: hue angle of 303.14º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00ED5 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 14 | 213 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.12 |
| HSL | 303.14º | 0.88% | 0.47% | - |
| HSV(B) | 303.14º | 0.94% | 0.88% | - |
| XYZ | 42.91 | 20.97 | 64.74 | - |
| YUV | 99.48 | 192.07 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 14 | 213 | 0 | 0.94 | 0.05 | 0.12 | 303.14 | 0.88 | 0.47 |
| Hex | E0 | E | D5 | 0 | 5E | 5 | C | 12F | 58 | 2F |
| Octal | 340 | 16 | 325 | 0 | 136 | 5 | 14 | 457 | 130 | 57 |
| Binary | 11100000 | 1110 | 11010101 | 0 | 1011110 | 101 | 1100 | 100101111 | 1011000 | 101111 |
Color Harmonies of #E00ED5
Complementary color
Monochromatic Colors of #E00ED5
Black with #E00ED5
Text Example
Text Example
White with #E00ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00ED5; }
p { color: rgb(224,14,213); }
H1.HeaderClassName
{
color: #E00ED5;
}
.AnyTagClassName
{
color: #E00ED5;
}
</style>
background-color css
<style>
a { background-color: #E00ED5; }
a { background-color: rgb(224,14,213); }
div.DivClassName
{
background-color: #E00ED5;
}
.BgClassName
{
background-color: #E00ED5;
}
</style>
border-color css
<style>
span { border-color: #E00ED5; }
span { border-color: rgb(224,14,213); }
td.TdClassName
{
border-color: #E00ED5;
}
.TagClassName
{
border-color: #E00ED5;
}
</style>