Shades of Deep Magenta #E617DB
Tints of Deep Magenta #E617DB
RGB
CMYK
RGB Variations
Color information
#E617DB (or 0xE617DB) is known color: Deep Magenta. HEX triplet: E6, 17 and DB. RGB value is (230,23,219). Sum of RGB (Red+Green+Blue) = 230+23+219=472 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.73% from 472); Green value is 23 (9.38% from 255 or 4.87% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 230 - color contains mainly: red. Hex color #E617DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E617DB is #19E824. Grayscale: #6A6A6A. Windows color (decimal): -1697829 or 14358502. OLE color: 14358502.
HSL color Cylindrical-coordinate representation of color #E617DB: hue angle of 303.19º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E617DB is Cyan = 0, Magento = 0.9, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 23 | 219 | - |
| CMYK | 0 | 0.9 | 0.05 | 0.10 |
| HSL | 303.19º | 0.82% | 0.5% | - |
| HSV(B) | 303.19º | 0.9% | 0.9% | - |
| XYZ | 45.73 | 22.55 | 68.96 | - |
| YUV | 107.24 | 191.08 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 23 | 219 | 0 | 0.9 | 0.05 | 0.10 | 303.19 | 0.82 | 0.5 |
| Hex | E6 | 17 | DB | 0 | 5A | 5 | A | 12F | 52 | 32 |
| Octal | 346 | 27 | 333 | 0 | 132 | 5 | 12 | 457 | 122 | 62 |
| Binary | 11100110 | 10111 | 11011011 | 0 | 1011010 | 101 | 1010 | 100101111 | 1010010 | 110010 |
Color Harmonies of #E617DB
Complementary color
Monochromatic Colors of #E617DB
Black with #E617DB
Text Example
Text Example
White with #E617DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E617DB; }
p { color: rgb(230,23,219); }
H1.HeaderClassName
{
color: #E617DB;
}
.AnyTagClassName
{
color: #E617DB;
}
</style>
background-color css
<style>
a { background-color: #E617DB; }
a { background-color: rgb(230,23,219); }
div.DivClassName
{
background-color: #E617DB;
}
.BgClassName
{
background-color: #E617DB;
}
</style>
border-color css
<style>
span { border-color: #E617DB; }
span { border-color: rgb(230,23,219); }
td.TdClassName
{
border-color: #E617DB;
}
.TagClassName
{
border-color: #E617DB;
}
</style>