Shades of Deep Magenta #E214D5
Tints of Deep Magenta #E214D5
RGB
CMYK
RGB Variations
Color information
#E214D5 (or 0xE214D5) is known color: Deep Magenta. HEX triplet: E2, 14 and D5. RGB value is (226,20,213). Sum of RGB (Red+Green+Blue) = 226+20+213=459 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.24% from 459); Green value is 20 (8.20% from 255 or 4.36% from 459); Blue value is 213 (83.59% from 255 or 46.41% from 459); Max value from RGB is 226 - color contains mainly: red. Hex color #E214D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E214D5 is #1DEB2A. Grayscale: #676767. Windows color (decimal): -1960747 or 13964514. OLE color: 13964514.
HSL color Cylindrical-coordinate representation of color #E214D5: hue angle of 303.79º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E214D5 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 20 | 213 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.11 |
| HSL | 303.79º | 0.84% | 0.48% | - |
| HSV(B) | 303.79º | 0.91% | 0.89% | - |
| XYZ | 43.62 | 21.47 | 64.8 | - |
| YUV | 103.6 | 189.75 | 215.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 20 | 213 | 0 | 0.91 | 0.06 | 0.11 | 303.79 | 0.84 | 0.48 |
| Hex | E2 | 14 | D5 | 0 | 5B | 6 | B | 130 | 54 | 30 |
| Octal | 342 | 24 | 325 | 0 | 133 | 6 | 13 | 460 | 124 | 60 |
| Binary | 11100010 | 10100 | 11010101 | 0 | 1011011 | 110 | 1011 | 100110000 | 1010100 | 110000 |
Color Harmonies of #E214D5
Complementary color
Monochromatic Colors of #E214D5
Black with #E214D5
Text Example
Text Example
White with #E214D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E214D5; }
p { color: rgb(226,20,213); }
H1.HeaderClassName
{
color: #E214D5;
}
.AnyTagClassName
{
color: #E214D5;
}
</style>
background-color css
<style>
a { background-color: #E214D5; }
a { background-color: rgb(226,20,213); }
div.DivClassName
{
background-color: #E214D5;
}
.BgClassName
{
background-color: #E214D5;
}
</style>
border-color css
<style>
span { border-color: #E214D5; }
span { border-color: rgb(226,20,213); }
td.TdClassName
{
border-color: #E214D5;
}
.TagClassName
{
border-color: #E214D5;
}
</style>