Shades of Deep Magenta #E111D3
Tints of Deep Magenta #E111D3
RGB
CMYK
RGB Variations
Color information
#E111D3 (or 0xE111D3) is known color: Deep Magenta. HEX triplet: E1, 11 and D3. RGB value is (225,17,211). Sum of RGB (Red+Green+Blue) = 225+17+211=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 17 (7.03% from 255 or 3.75% from 453); Blue value is 211 (82.81% from 255 or 46.58% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E111D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E111D3 is #1EEE2C. Grayscale: #646464. Windows color (decimal): -2027053 or 13832673. OLE color: 13832673.
HSL color Cylindrical-coordinate representation of color #E111D3: hue angle of 304.04º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E111D3 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 17 | 211 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.12 |
| HSL | 304.04º | 0.86% | 0.47% | - |
| HSV(B) | 304.04º | 0.92% | 0.88% | - |
| XYZ | 43.01 | 21.11 | 63.44 | - |
| YUV | 101.31 | 189.91 | 216.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 17 | 211 | 0 | 0.92 | 0.06 | 0.12 | 304.04 | 0.86 | 0.47 |
| Hex | E1 | 11 | D3 | 0 | 5C | 6 | C | 130 | 56 | 2F |
| Octal | 341 | 21 | 323 | 0 | 134 | 6 | 14 | 460 | 126 | 57 |
| Binary | 11100001 | 10001 | 11010011 | 0 | 1011100 | 110 | 1100 | 100110000 | 1010110 | 101111 |
Color Harmonies of #E111D3
Complementary color
Monochromatic Colors of #E111D3
Black with #E111D3
Text Example
Text Example
White with #E111D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E111D3; }
p { color: rgb(225,17,211); }
H1.HeaderClassName
{
color: #E111D3;
}
.AnyTagClassName
{
color: #E111D3;
}
</style>
background-color css
<style>
a { background-color: #E111D3; }
a { background-color: rgb(225,17,211); }
div.DivClassName
{
background-color: #E111D3;
}
.BgClassName
{
background-color: #E111D3;
}
</style>
border-color css
<style>
span { border-color: #E111D3; }
span { border-color: rgb(225,17,211); }
td.TdClassName
{
border-color: #E111D3;
}
.TagClassName
{
border-color: #E111D3;
}
</style>