Shades of Deep Magenta #E30DDF
Tints of Deep Magenta #E30DDF
RGB
CMYK
RGB Variations
Color information
#E30DDF (or 0xE30DDF) is known color: Deep Magenta. HEX triplet: E3, 0D and DF. RGB value is (227,13,223). Sum of RGB (Red+Green+Blue) = 227+13+223=463 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.03% from 463); Green value is 13 (5.47% from 255 or 2.81% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 227 - color contains mainly: red. Hex color #E30DDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30DDF is #1CF220. Grayscale: #646464. Windows color (decimal): -1896993 or 14618083. OLE color: 14618083.
HSL color Cylindrical-coordinate representation of color #E30DDF: hue angle of 301.12º 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 #E30DDF is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 13 | 223 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.11 |
| HSL | 301.12º | 0.89% | 0.47% | - |
| HSV(B) | 301.12º | 0.94% | 0.89% | - |
| XYZ | 45.14 | 21.95 | 71.67 | - |
| YUV | 100.93 | 196.9 | 217.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 13 | 223 | 0 | 0.94 | 0.02 | 0.11 | 301.12 | 0.89 | 0.47 |
| Hex | E3 | D | DF | 0 | 5E | 2 | B | 12D | 59 | 2F |
| Octal | 343 | 15 | 337 | 0 | 136 | 2 | 13 | 455 | 131 | 57 |
| Binary | 11100011 | 1101 | 11011111 | 0 | 1011110 | 10 | 1011 | 100101101 | 1011001 | 101111 |
Color Harmonies of #E30DDF
Complementary color
Monochromatic Colors of #E30DDF
Black with #E30DDF
Text Example
Text Example
White with #E30DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30DDF; }
p { color: rgb(227,13,223); }
H1.HeaderClassName
{
color: #E30DDF;
}
.AnyTagClassName
{
color: #E30DDF;
}
</style>
background-color css
<style>
a { background-color: #E30DDF; }
a { background-color: rgb(227,13,223); }
div.DivClassName
{
background-color: #E30DDF;
}
.BgClassName
{
background-color: #E30DDF;
}
</style>
border-color css
<style>
span { border-color: #E30DDF; }
span { border-color: rgb(227,13,223); }
td.TdClassName
{
border-color: #E30DDF;
}
.TagClassName
{
border-color: #E30DDF;
}
</style>