Shades of Deep Magenta #E113D3
Tints of Deep Magenta #E113D3
RGB
CMYK
RGB Variations
Color information
#E113D3 (or 0xE113D3) is known color: Deep Magenta. HEX triplet: E1, 13 and D3. RGB value is (225,19,211). Sum of RGB (Red+Green+Blue) = 225+19+211=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 19 (7.81% from 255 or 4.18% from 455); Blue value is 211 (82.81% from 255 or 46.37% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E113D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E113D3 is #1EEC2C. Grayscale: #656565. Windows color (decimal): -2026541 or 13833185. OLE color: 13833185.
HSL color Cylindrical-coordinate representation of color #E113D3: hue angle of 304.08º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E113D3 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 19 | 211 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.12 |
| HSL | 304.08º | 0.84% | 0.48% | - |
| HSV(B) | 304.08º | 0.92% | 0.88% | - |
| XYZ | 43.04 | 21.18 | 63.45 | - |
| YUV | 102.48 | 189.25 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 19 | 211 | 0 | 0.92 | 0.06 | 0.12 | 304.08 | 0.84 | 0.48 |
| Hex | E1 | 13 | D3 | 0 | 5C | 6 | C | 130 | 54 | 30 |
| Octal | 341 | 23 | 323 | 0 | 134 | 6 | 14 | 460 | 124 | 60 |
| Binary | 11100001 | 10011 | 11010011 | 0 | 1011100 | 110 | 1100 | 100110000 | 1010100 | 110000 |
Color Harmonies of #E113D3
Complementary color
Monochromatic Colors of #E113D3
Black with #E113D3
Text Example
Text Example
White with #E113D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E113D3; }
p { color: rgb(225,19,211); }
H1.HeaderClassName
{
color: #E113D3;
}
.AnyTagClassName
{
color: #E113D3;
}
</style>
background-color css
<style>
a { background-color: #E113D3; }
a { background-color: rgb(225,19,211); }
div.DivClassName
{
background-color: #E113D3;
}
.BgClassName
{
background-color: #E113D3;
}
</style>
border-color css
<style>
span { border-color: #E113D3; }
span { border-color: rgb(225,19,211); }
td.TdClassName
{
border-color: #E113D3;
}
.TagClassName
{
border-color: #E113D3;
}
</style>