Shades of Deep Magenta #E21BDA
Tints of Deep Magenta #E21BDA
RGB
CMYK
RGB Variations
Color information
#E21BDA (or 0xE21BDA) is known color: Deep Magenta. HEX triplet: E2, 1B and DA. RGB value is (226,27,218). Sum of RGB (Red+Green+Blue) = 226+27+218=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 27 (10.94% from 255 or 5.73% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 226 - color contains mainly: red. Hex color #E21BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21BDA is #1DE425. Grayscale: #6B6B6B. Windows color (decimal): -1958950 or 14293986. OLE color: 14293986.
HSL color Cylindrical-coordinate representation of color #E21BDA: hue angle of 302.41º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21BDA is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 27 | 218 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.11 |
| HSL | 302.41º | 0.79% | 0.5% | - |
| HSV(B) | 302.41º | 0.88% | 0.89% | - |
| XYZ | 44.41 | 22.01 | 68.24 | - |
| YUV | 108.28 | 189.93 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 27 | 218 | 0 | 0.88 | 0.04 | 0.11 | 302.41 | 0.79 | 0.5 |
| Hex | E2 | 1B | DA | 0 | 58 | 4 | B | 12E | 4F | 32 |
| Octal | 342 | 33 | 332 | 0 | 130 | 4 | 13 | 456 | 117 | 62 |
| Binary | 11100010 | 11011 | 11011010 | 0 | 1011000 | 100 | 1011 | 100101110 | 1001111 | 110010 |
Color Harmonies of #E21BDA
Complementary color
Monochromatic Colors of #E21BDA
Black with #E21BDA
Text Example
Text Example
White with #E21BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21BDA; }
p { color: rgb(226,27,218); }
H1.HeaderClassName
{
color: #E21BDA;
}
.AnyTagClassName
{
color: #E21BDA;
}
</style>
background-color css
<style>
a { background-color: #E21BDA; }
a { background-color: rgb(226,27,218); }
div.DivClassName
{
background-color: #E21BDA;
}
.BgClassName
{
background-color: #E21BDA;
}
</style>
border-color css
<style>
span { border-color: #E21BDA; }
span { border-color: rgb(226,27,218); }
td.TdClassName
{
border-color: #E21BDA;
}
.TagClassName
{
border-color: #E21BDA;
}
</style>