Shades of Deep Magenta #E11BDA
Tints of Deep Magenta #E11BDA
RGB
CMYK
RGB Variations
Color information
#E11BDA (or 0xE11BDA) is known color: Deep Magenta. HEX triplet: E1, 1B and DA. RGB value is (225,27,218). Sum of RGB (Red+Green+Blue) = 225+27+218=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 27 (10.94% from 255 or 5.74% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E11BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11BDA is #1EE425. Grayscale: #6B6B6B. Windows color (decimal): -2024486 or 14293985. OLE color: 14293985.
HSL color Cylindrical-coordinate representation of color #E11BDA: hue angle of 302.12º degrees, saturation: 0.79, 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 #E11BDA is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 27 | 218 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.12 |
| HSL | 302.12º | 0.79% | 0.49% | - |
| HSV(B) | 302.12º | 0.88% | 0.88% | - |
| XYZ | 44.1 | 21.85 | 68.22 | - |
| YUV | 107.98 | 190.1 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 27 | 218 | 0 | 0.88 | 0.03 | 0.12 | 302.12 | 0.79 | 0.49 |
| Hex | E1 | 1B | DA | 0 | 58 | 3 | C | 12E | 4F | 31 |
| Octal | 341 | 33 | 332 | 0 | 130 | 3 | 14 | 456 | 117 | 61 |
| Binary | 11100001 | 11011 | 11011010 | 0 | 1011000 | 11 | 1100 | 100101110 | 1001111 | 110001 |
Color Harmonies of #E11BDA
Complementary color
Monochromatic Colors of #E11BDA
Black with #E11BDA
Text Example
Text Example
White with #E11BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11BDA; }
p { color: rgb(225,27,218); }
H1.HeaderClassName
{
color: #E11BDA;
}
.AnyTagClassName
{
color: #E11BDA;
}
</style>
background-color css
<style>
a { background-color: #E11BDA; }
a { background-color: rgb(225,27,218); }
div.DivClassName
{
background-color: #E11BDA;
}
.BgClassName
{
background-color: #E11BDA;
}
</style>
border-color css
<style>
span { border-color: #E11BDA; }
span { border-color: rgb(225,27,218); }
td.TdClassName
{
border-color: #E11BDA;
}
.TagClassName
{
border-color: #E11BDA;
}
</style>