Shades of Deep Magenta #E11BDC
Tints of Deep Magenta #E11BDC
RGB
CMYK
RGB Variations
Color information
#E11BDC (or 0xE11BDC) is known color: Deep Magenta. HEX triplet: E1, 1B and DC. RGB value is (225,27,220). Sum of RGB (Red+Green+Blue) = 225+27+220=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 27 (10.94% from 255 or 5.72% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E11BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11BDC is #1EE423. Grayscale: #6B6B6B. Windows color (decimal): -2024484 or 14425057. OLE color: 14425057.
HSL color Cylindrical-coordinate representation of color #E11BDC: hue angle of 301.52º 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 #E11BDC is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 27 | 220 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.12 |
| HSL | 301.52º | 0.79% | 0.49% | - |
| HSV(B) | 301.52º | 0.88% | 0.88% | - |
| XYZ | 44.36 | 21.96 | 69.61 | - |
| YUV | 108.2 | 191.1 | 211.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 27 | 220 | 0 | 0.88 | 0.02 | 0.12 | 301.52 | 0.79 | 0.49 |
| Hex | E1 | 1B | DC | 0 | 58 | 2 | C | 12E | 4F | 31 |
| Octal | 341 | 33 | 334 | 0 | 130 | 2 | 14 | 456 | 117 | 61 |
| Binary | 11100001 | 11011 | 11011100 | 0 | 1011000 | 10 | 1100 | 100101110 | 1001111 | 110001 |
Color Harmonies of #E11BDC
Complementary color
Monochromatic Colors of #E11BDC
Black with #E11BDC
Text Example
Text Example
White with #E11BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11BDC; }
p { color: rgb(225,27,220); }
H1.HeaderClassName
{
color: #E11BDC;
}
.AnyTagClassName
{
color: #E11BDC;
}
</style>
background-color css
<style>
a { background-color: #E11BDC; }
a { background-color: rgb(225,27,220); }
div.DivClassName
{
background-color: #E11BDC;
}
.BgClassName
{
background-color: #E11BDC;
}
</style>
border-color css
<style>
span { border-color: #E11BDC; }
span { border-color: rgb(225,27,220); }
td.TdClassName
{
border-color: #E11BDC;
}
.TagClassName
{
border-color: #E11BDC;
}
</style>