Shades of Deep Magenta #E30DCD
Tints of Deep Magenta #E30DCD
RGB
CMYK
RGB Variations
Color information
#E30DCD (or 0xE30DCD) is known color: Deep Magenta. HEX triplet: E3, 0D and CD. RGB value is (227,13,205). Sum of RGB (Red+Green+Blue) = 227+13+205=445 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.01% from 445); Green value is 13 (5.47% from 255 or 2.92% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 227 - color contains mainly: red. Hex color #E30DCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30DCD is #1CF232. Grayscale: #626262. Windows color (decimal): -1897011 or 13438435. OLE color: 13438435.
HSL color Cylindrical-coordinate representation of color #E30DCD: hue angle of 306.17º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30DCD is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 13 | 205 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.11 |
| HSL | 306.17º | 0.89% | 0.47% | - |
| HSV(B) | 306.17º | 0.94% | 0.89% | - |
| XYZ | 42.84 | 21.03 | 59.56 | - |
| YUV | 98.87 | 187.9 | 219.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 13 | 205 | 0 | 0.94 | 0.10 | 0.11 | 306.17 | 0.89 | 0.47 |
| Hex | E3 | D | CD | 0 | 5E | A | B | 132 | 59 | 2F |
| Octal | 343 | 15 | 315 | 0 | 136 | 12 | 13 | 462 | 131 | 57 |
| Binary | 11100011 | 1101 | 11001101 | 0 | 1011110 | 1010 | 1011 | 100110010 | 1011001 | 101111 |
Color Harmonies of #E30DCD
Complementary color
Monochromatic Colors of #E30DCD
Black with #E30DCD
Text Example
Text Example
White with #E30DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30DCD; }
p { color: rgb(227,13,205); }
H1.HeaderClassName
{
color: #E30DCD;
}
.AnyTagClassName
{
color: #E30DCD;
}
</style>
background-color css
<style>
a { background-color: #E30DCD; }
a { background-color: rgb(227,13,205); }
div.DivClassName
{
background-color: #E30DCD;
}
.BgClassName
{
background-color: #E30DCD;
}
</style>
border-color css
<style>
span { border-color: #E30DCD; }
span { border-color: rgb(227,13,205); }
td.TdClassName
{
border-color: #E30DCD;
}
.TagClassName
{
border-color: #E30DCD;
}
</style>