Shades of Deep Magenta #E20BDA
Tints of Deep Magenta #E20BDA
RGB
CMYK
RGB Variations
Color information
#E20BDA (or 0xE20BDA) is known color: Deep Magenta. HEX triplet: E2, 0B and DA. RGB value is (226,11,218). Sum of RGB (Red+Green+Blue) = 226+11+218=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 11 (4.69% from 255 or 2.42% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E20BDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20BDA is #1DF425. Grayscale: #626262. Windows color (decimal): -1963046 or 14289890. OLE color: 14289890.
HSL color Cylindrical-coordinate representation of color #E20BDA: hue angle of 302.23º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E20BDA is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 11 | 218 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.11 |
| HSL | 302.23º | 0.91% | 0.46% | - |
| HSV(B) | 302.23º | 0.95% | 0.89% | - |
| XYZ | 44.14 | 21.47 | 68.15 | - |
| YUV | 98.88 | 195.23 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 11 | 218 | 0 | 0.95 | 0.04 | 0.11 | 302.23 | 0.91 | 0.46 |
| Hex | E2 | B | DA | 0 | 5F | 4 | B | 12E | 5B | 2E |
| Octal | 342 | 13 | 332 | 0 | 137 | 4 | 13 | 456 | 133 | 56 |
| Binary | 11100010 | 1011 | 11011010 | 0 | 1011111 | 100 | 1011 | 100101110 | 1011011 | 101110 |
Color Harmonies of #E20BDA
Complementary color
Monochromatic Colors of #E20BDA
Black with #E20BDA
Text Example
Text Example
White with #E20BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20BDA; }
p { color: rgb(226,11,218); }
H1.HeaderClassName
{
color: #E20BDA;
}
.AnyTagClassName
{
color: #E20BDA;
}
</style>
background-color css
<style>
a { background-color: #E20BDA; }
a { background-color: rgb(226,11,218); }
div.DivClassName
{
background-color: #E20BDA;
}
.BgClassName
{
background-color: #E20BDA;
}
</style>
border-color css
<style>
span { border-color: #E20BDA; }
span { border-color: rgb(226,11,218); }
td.TdClassName
{
border-color: #E20BDA;
}
.TagClassName
{
border-color: #E20BDA;
}
</style>