Shades of Deep Magenta #E21FDA
Tints of Deep Magenta #E21FDA
RGB
CMYK
RGB Variations
Color information
#E21FDA (or 0xE21FDA) is known color: Deep Magenta. HEX triplet: E2, 1F and DA. RGB value is (226,31,218). Sum of RGB (Red+Green+Blue) = 226+31+218=475 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.58% from 475); Green value is 31 (12.5% from 255 or 6.53% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 226 - color contains mainly: red. Hex color #E21FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21FDA is #1DE025. Grayscale: #6E6E6E. Windows color (decimal): -1957926 or 14295010. OLE color: 14295010.
HSL color Cylindrical-coordinate representation of color #E21FDA: hue angle of 302.46º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E21FDA is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 31 | 218 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.11 |
| HSL | 302.46º | 0.77% | 0.5% | - |
| HSV(B) | 302.46º | 0.86% | 0.89% | - |
| XYZ | 44.51 | 22.21 | 68.27 | - |
| YUV | 110.62 | 188.6 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 31 | 218 | 0 | 0.86 | 0.04 | 0.11 | 302.46 | 0.77 | 0.5 |
| Hex | E2 | 1F | DA | 0 | 56 | 4 | B | 12E | 4D | 32 |
| Octal | 342 | 37 | 332 | 0 | 126 | 4 | 13 | 456 | 115 | 62 |
| Binary | 11100010 | 11111 | 11011010 | 0 | 1010110 | 100 | 1011 | 100101110 | 1001101 | 110010 |
Color Harmonies of #E21FDA
Complementary color
Monochromatic Colors of #E21FDA
Black with #E21FDA
Text Example
Text Example
White with #E21FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21FDA; }
p { color: rgb(226,31,218); }
H1.HeaderClassName
{
color: #E21FDA;
}
.AnyTagClassName
{
color: #E21FDA;
}
</style>
background-color css
<style>
a { background-color: #E21FDA; }
a { background-color: rgb(226,31,218); }
div.DivClassName
{
background-color: #E21FDA;
}
.BgClassName
{
background-color: #E21FDA;
}
</style>
border-color css
<style>
span { border-color: #E21FDA; }
span { border-color: rgb(226,31,218); }
td.TdClassName
{
border-color: #E21FDA;
}
.TagClassName
{
border-color: #E21FDA;
}
</style>