Shades of Deep Magenta #E613DB
Tints of Deep Magenta #E613DB
RGB
CMYK
RGB Variations
Color information
#E613DB (or 0xE613DB) is known color: Deep Magenta. HEX triplet: E6, 13 and DB. RGB value is (230,19,219). Sum of RGB (Red+Green+Blue) = 230+19+219=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 19 (7.81% from 255 or 4.06% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 230 - color contains mainly: red. Hex color #E613DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E613DB is #19EC24. Grayscale: #686868. Windows color (decimal): -1698853 or 14357478. OLE color: 14357478.
HSL color Cylindrical-coordinate representation of color #E613DB: hue angle of 303.13º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E613DB is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 19 | 219 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.10 |
| HSL | 303.13º | 0.85% | 0.49% | - |
| HSV(B) | 303.13º | 0.92% | 0.9% | - |
| XYZ | 45.65 | 22.4 | 68.94 | - |
| YUV | 104.89 | 192.4 | 217.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 19 | 219 | 0 | 0.92 | 0.05 | 0.10 | 303.13 | 0.85 | 0.49 |
| Hex | E6 | 13 | DB | 0 | 5C | 5 | A | 12F | 55 | 31 |
| Octal | 346 | 23 | 333 | 0 | 134 | 5 | 12 | 457 | 125 | 61 |
| Binary | 11100110 | 10011 | 11011011 | 0 | 1011100 | 101 | 1010 | 100101111 | 1010101 | 110001 |
Color Harmonies of #E613DB
Complementary color
Monochromatic Colors of #E613DB
Black with #E613DB
Text Example
Text Example
White with #E613DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E613DB; }
p { color: rgb(230,19,219); }
H1.HeaderClassName
{
color: #E613DB;
}
.AnyTagClassName
{
color: #E613DB;
}
</style>
background-color css
<style>
a { background-color: #E613DB; }
a { background-color: rgb(230,19,219); }
div.DivClassName
{
background-color: #E613DB;
}
.BgClassName
{
background-color: #E613DB;
}
</style>
border-color css
<style>
span { border-color: #E613DB; }
span { border-color: rgb(230,19,219); }
td.TdClassName
{
border-color: #E613DB;
}
.TagClassName
{
border-color: #E613DB;
}
</style>