Shades of Deep Magenta #E61ADB
Tints of Deep Magenta #E61ADB
RGB
CMYK
RGB Variations
Color information
#E61ADB (or 0xE61ADB) is known color: Deep Magenta. HEX triplet: E6, 1A and DB. RGB value is (230,26,219). Sum of RGB (Red+Green+Blue) = 230+26+219=475 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.42% from 475); Green value is 26 (10.55% from 255 or 5.47% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 230 - color contains mainly: red. Hex color #E61ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61ADB is #19E524. Grayscale: #6C6C6C. Windows color (decimal): -1697061 or 14359270. OLE color: 14359270.
HSL color Cylindrical-coordinate representation of color #E61ADB: hue angle of 303.24º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E61ADB is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 26 | 219 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.10 |
| HSL | 303.24º | 0.8% | 0.5% | - |
| HSV(B) | 303.24º | 0.89% | 0.9% | - |
| XYZ | 45.79 | 22.68 | 68.98 | - |
| YUV | 109 | 190.09 | 214.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 26 | 219 | 0 | 0.89 | 0.05 | 0.10 | 303.24 | 0.8 | 0.5 |
| Hex | E6 | 1A | DB | 0 | 59 | 5 | A | 12F | 50 | 32 |
| Octal | 346 | 32 | 333 | 0 | 131 | 5 | 12 | 457 | 120 | 62 |
| Binary | 11100110 | 11010 | 11011011 | 0 | 1011001 | 101 | 1010 | 100101111 | 1010000 | 110010 |
Color Harmonies of #E61ADB
Complementary color
Monochromatic Colors of #E61ADB
Black with #E61ADB
Text Example
Text Example
White with #E61ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61ADB; }
p { color: rgb(230,26,219); }
H1.HeaderClassName
{
color: #E61ADB;
}
.AnyTagClassName
{
color: #E61ADB;
}
</style>
background-color css
<style>
a { background-color: #E61ADB; }
a { background-color: rgb(230,26,219); }
div.DivClassName
{
background-color: #E61ADB;
}
.BgClassName
{
background-color: #E61ADB;
}
</style>
border-color css
<style>
span { border-color: #E61ADB; }
span { border-color: rgb(230,26,219); }
td.TdClassName
{
border-color: #E61ADB;
}
.TagClassName
{
border-color: #E61ADB;
}
</style>