Shades of Deep Magenta #E11ADC
Tints of Deep Magenta #E11ADC
RGB
CMYK
RGB Variations
Color information
#E11ADC (or 0xE11ADC) is known color: Deep Magenta. HEX triplet: E1, 1A and DC. RGB value is (225,26,220). Sum of RGB (Red+Green+Blue) = 225+26+220=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 26 (10.55% from 255 or 5.52% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E11ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11ADC is #1EE523. Grayscale: #6B6B6B. Windows color (decimal): -2024740 or 14424801. OLE color: 14424801.
HSL color Cylindrical-coordinate representation of color #E11ADC: hue angle of 301.51º 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 #E11ADC is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 26 | 220 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.12 |
| HSL | 301.51º | 0.79% | 0.49% | - |
| HSV(B) | 301.51º | 0.88% | 0.88% | - |
| XYZ | 44.34 | 21.91 | 69.6 | - |
| YUV | 107.62 | 191.43 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 26 | 220 | 0 | 0.88 | 0.02 | 0.12 | 301.51 | 0.79 | 0.49 |
| Hex | E1 | 1A | DC | 0 | 58 | 2 | C | 12E | 4F | 31 |
| Octal | 341 | 32 | 334 | 0 | 130 | 2 | 14 | 456 | 117 | 61 |
| Binary | 11100001 | 11010 | 11011100 | 0 | 1011000 | 10 | 1100 | 100101110 | 1001111 | 110001 |
Color Harmonies of #E11ADC
Complementary color
Monochromatic Colors of #E11ADC
Black with #E11ADC
Text Example
Text Example
White with #E11ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11ADC; }
p { color: rgb(225,26,220); }
H1.HeaderClassName
{
color: #E11ADC;
}
.AnyTagClassName
{
color: #E11ADC;
}
</style>
background-color css
<style>
a { background-color: #E11ADC; }
a { background-color: rgb(225,26,220); }
div.DivClassName
{
background-color: #E11ADC;
}
.BgClassName
{
background-color: #E11ADC;
}
</style>
border-color css
<style>
span { border-color: #E11ADC; }
span { border-color: rgb(225,26,220); }
td.TdClassName
{
border-color: #E11ADC;
}
.TagClassName
{
border-color: #E11ADC;
}
</style>