Shades of Deep Magenta #E60DDF
Tints of Deep Magenta #E60DDF
RGB
CMYK
RGB Variations
Color information
#E60DDF (or 0xE60DDF) is known color: Deep Magenta. HEX triplet: E6, 0D and DF. RGB value is (230,13,223). Sum of RGB (Red+Green+Blue) = 230+13+223=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 13 (5.47% from 255 or 2.79% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E60DDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60DDF is #19F220. Grayscale: #656565. Windows color (decimal): -1700385 or 14618086. OLE color: 14618086.
HSL color Cylindrical-coordinate representation of color #E60DDF: hue angle of 301.94º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E60DDF is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 13 | 223 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.10 |
| HSL | 301.94º | 0.89% | 0.48% | - |
| HSV(B) | 301.94º | 0.94% | 0.9% | - |
| XYZ | 46.1 | 22.44 | 71.71 | - |
| YUV | 101.82 | 196.39 | 219.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 223 | 0 | 0.94 | 0.03 | 0.10 | 301.94 | 0.89 | 0.48 |
| Hex | E6 | D | DF | 0 | 5E | 3 | A | 12E | 59 | 30 |
| Octal | 346 | 15 | 337 | 0 | 136 | 3 | 12 | 456 | 131 | 60 |
| Binary | 11100110 | 1101 | 11011111 | 0 | 1011110 | 11 | 1010 | 100101110 | 1011001 | 110000 |
Color Harmonies of #E60DDF
Complementary color
Monochromatic Colors of #E60DDF
Black with #E60DDF
Text Example
Text Example
White with #E60DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60DDF; }
p { color: rgb(230,13,223); }
H1.HeaderClassName
{
color: #E60DDF;
}
.AnyTagClassName
{
color: #E60DDF;
}
</style>
background-color css
<style>
a { background-color: #E60DDF; }
a { background-color: rgb(230,13,223); }
div.DivClassName
{
background-color: #E60DDF;
}
.BgClassName
{
background-color: #E60DDF;
}
</style>
border-color css
<style>
span { border-color: #E60DDF; }
span { border-color: rgb(230,13,223); }
td.TdClassName
{
border-color: #E60DDF;
}
.TagClassName
{
border-color: #E60DDF;
}
</style>