Shades of Deep Magenta #E601DB
Tints of Deep Magenta #E601DB
RGB
CMYK
RGB Variations
Color information
#E601DB (or 0xE601DB) is known color: Deep Magenta. HEX triplet: E6, 01 and DB. RGB value is (230,1,219). Sum of RGB (Red+Green+Blue) = 230+1+219=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 1 (0.78% from 255 or 0.22% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E601DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E601DB is #19FE24. Grayscale: #5D5D5D. Windows color (decimal): -1703461 or 14352870. OLE color: 14352870.
HSL color Cylindrical-coordinate representation of color #E601DB: hue angle of 302.88º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E601DB is Cyan = 0, Magento = 1.00, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 219 | - |
| CMYK | 0 | 1.00 | 0.05 | 0.10 |
| HSL | 302.88º | 0.99% | 0.45% | - |
| HSV(B) | 302.88º | 1% | 0.9% | - |
| XYZ | 45.43 | 21.96 | 68.86 | - |
| YUV | 94.32 | 198.37 | 224.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 219 | 0 | 1.00 | 0.05 | 0.10 | 302.88 | 0.99 | 0.45 |
| Hex | E6 | 1 | DB | 0 | 64 | 5 | A | 12F | 63 | 2D |
| Octal | 346 | 1 | 333 | 0 | 144 | 5 | 12 | 457 | 143 | 55 |
| Binary | 11100110 | 1 | 11011011 | 0 | 1100100 | 101 | 1010 | 100101111 | 1100011 | 101101 |
Color Harmonies of #E601DB
Complementary color
Monochromatic Colors of #E601DB
Black with #E601DB
Text Example
Text Example
White with #E601DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E601DB; }
p { color: rgb(230,1,219); }
H1.HeaderClassName
{
color: #E601DB;
}
.AnyTagClassName
{
color: #E601DB;
}
</style>
background-color css
<style>
a { background-color: #E601DB; }
a { background-color: rgb(230,1,219); }
div.DivClassName
{
background-color: #E601DB;
}
.BgClassName
{
background-color: #E601DB;
}
</style>
border-color css
<style>
span { border-color: #E601DB; }
span { border-color: rgb(230,1,219); }
td.TdClassName
{
border-color: #E601DB;
}
.TagClassName
{
border-color: #E601DB;
}
</style>