Shades of Deep Magenta #E605DB
Tints of Deep Magenta #E605DB
RGB
CMYK
RGB Variations
Color information
#E605DB (or 0xE605DB) is known color: Deep Magenta. HEX triplet: E6, 05 and DB. RGB value is (230,5,219). Sum of RGB (Red+Green+Blue) = 230+5+219=454 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.66% from 454); Green value is 5 (2.34% from 255 or 1.10% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 230 - color contains mainly: red. Hex color #E605DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E605DB is #19FA24. Grayscale: #606060. Windows color (decimal): -1702437 or 14353894. OLE color: 14353894.
HSL color Cylindrical-coordinate representation of color #E605DB: hue angle of 302.93º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E605DB is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 5 | 219 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.10 |
| HSL | 302.93º | 0.96% | 0.46% | - |
| HSV(B) | 302.93º | 0.98% | 0.9% | - |
| XYZ | 45.47 | 22.05 | 68.88 | - |
| YUV | 96.67 | 197.04 | 223.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 5 | 219 | 0 | 0.98 | 0.05 | 0.10 | 302.93 | 0.96 | 0.46 |
| Hex | E6 | 5 | DB | 0 | 62 | 5 | A | 12F | 60 | 2E |
| Octal | 346 | 5 | 333 | 0 | 142 | 5 | 12 | 457 | 140 | 56 |
| Binary | 11100110 | 101 | 11011011 | 0 | 1100010 | 101 | 1010 | 100101111 | 1100000 | 101110 |
Color Harmonies of #E605DB
Complementary color
Monochromatic Colors of #E605DB
Black with #E605DB
Text Example
Text Example
White with #E605DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E605DB; }
p { color: rgb(230,5,219); }
H1.HeaderClassName
{
color: #E605DB;
}
.AnyTagClassName
{
color: #E605DB;
}
</style>
background-color css
<style>
a { background-color: #E605DB; }
a { background-color: rgb(230,5,219); }
div.DivClassName
{
background-color: #E605DB;
}
.BgClassName
{
background-color: #E605DB;
}
</style>
border-color css
<style>
span { border-color: #E605DB; }
span { border-color: rgb(230,5,219); }
td.TdClassName
{
border-color: #E605DB;
}
.TagClassName
{
border-color: #E605DB;
}
</style>