Shades of Deep Magenta #E01BDA
Tints of Deep Magenta #E01BDA
RGB
CMYK
RGB Variations
Color information
#E01BDA (or 0xE01BDA) is known color: Deep Magenta. HEX triplet: E0, 1B and DA. RGB value is (224,27,218). Sum of RGB (Red+Green+Blue) = 224+27+218=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 27 (10.94% from 255 or 5.76% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E01BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01BDA is #1FE425. Grayscale: #6B6B6B. Windows color (decimal): -2090022 or 14293984. OLE color: 14293984.
HSL color Cylindrical-coordinate representation of color #E01BDA: hue angle of 301.83º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01BDA is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 27 | 218 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.12 |
| HSL | 301.83º | 0.78% | 0.49% | - |
| HSV(B) | 301.83º | 0.88% | 0.88% | - |
| XYZ | 43.79 | 21.69 | 68.21 | - |
| YUV | 107.68 | 190.27 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 27 | 218 | 0 | 0.88 | 0.03 | 0.12 | 301.83 | 0.78 | 0.49 |
| Hex | E0 | 1B | DA | 0 | 58 | 3 | C | 12E | 4E | 31 |
| Octal | 340 | 33 | 332 | 0 | 130 | 3 | 14 | 456 | 116 | 61 |
| Binary | 11100000 | 11011 | 11011010 | 0 | 1011000 | 11 | 1100 | 100101110 | 1001110 | 110001 |
Color Harmonies of #E01BDA
Complementary color
Monochromatic Colors of #E01BDA
Black with #E01BDA
Text Example
Text Example
White with #E01BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01BDA; }
p { color: rgb(224,27,218); }
H1.HeaderClassName
{
color: #E01BDA;
}
.AnyTagClassName
{
color: #E01BDA;
}
</style>
background-color css
<style>
a { background-color: #E01BDA; }
a { background-color: rgb(224,27,218); }
div.DivClassName
{
background-color: #E01BDA;
}
.BgClassName
{
background-color: #E01BDA;
}
</style>
border-color css
<style>
span { border-color: #E01BDA; }
span { border-color: rgb(224,27,218); }
td.TdClassName
{
border-color: #E01BDA;
}
.TagClassName
{
border-color: #E01BDA;
}
</style>