Shades of Deep Magenta #E60DDB
Tints of Deep Magenta #E60DDB
RGB
CMYK
RGB Variations
Color information
#E60DDB (or 0xE60DDB) is known color: Deep Magenta. HEX triplet: E6, 0D and DB. RGB value is (230,13,219). Sum of RGB (Red+Green+Blue) = 230+13+219=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 13 (5.47% from 255 or 2.81% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E60DDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60DDB is #19F224. Grayscale: #646464. Windows color (decimal): -1700389 or 14355942. OLE color: 14355942.
HSL color Cylindrical-coordinate representation of color #E60DDB: hue angle of 303.04º 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 #E60DDB is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 13 | 219 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.10 |
| HSL | 303.04º | 0.89% | 0.48% | - |
| HSV(B) | 303.04º | 0.94% | 0.9% | - |
| XYZ | 45.56 | 22.23 | 68.91 | - |
| YUV | 101.37 | 194.39 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 219 | 0 | 0.94 | 0.05 | 0.10 | 303.04 | 0.89 | 0.48 |
| Hex | E6 | D | DB | 0 | 5E | 5 | A | 12F | 59 | 30 |
| Octal | 346 | 15 | 333 | 0 | 136 | 5 | 12 | 457 | 131 | 60 |
| Binary | 11100110 | 1101 | 11011011 | 0 | 1011110 | 101 | 1010 | 100101111 | 1011001 | 110000 |
Color Harmonies of #E60DDB
Complementary color
Monochromatic Colors of #E60DDB
Black with #E60DDB
Text Example
Text Example
White with #E60DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60DDB; }
p { color: rgb(230,13,219); }
H1.HeaderClassName
{
color: #E60DDB;
}
.AnyTagClassName
{
color: #E60DDB;
}
</style>
background-color css
<style>
a { background-color: #E60DDB; }
a { background-color: rgb(230,13,219); }
div.DivClassName
{
background-color: #E60DDB;
}
.BgClassName
{
background-color: #E60DDB;
}
</style>
border-color css
<style>
span { border-color: #E60DDB; }
span { border-color: rgb(230,13,219); }
td.TdClassName
{
border-color: #E60DDB;
}
.TagClassName
{
border-color: #E60DDB;
}
</style>