Shades of Deep Magenta #E618DB
Tints of Deep Magenta #E618DB
RGB
CMYK
RGB Variations
Color information
#E618DB (or 0xE618DB) is known color: Deep Magenta. HEX triplet: E6, 18 and DB. RGB value is (230,24,219). Sum of RGB (Red+Green+Blue) = 230+24+219=473 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.63% from 473); Green value is 24 (9.77% from 255 or 5.07% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 230 - color contains mainly: red. Hex color #E618DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E618DB is #19E724. Grayscale: #6B6B6B. Windows color (decimal): -1697573 or 14358758. OLE color: 14358758.
HSL color Cylindrical-coordinate representation of color #E618DB: hue angle of 303.2º degrees, saturation: 0.81, 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 #E618DB is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 219 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.10 |
| HSL | 303.2º | 0.81% | 0.5% | - |
| HSV(B) | 303.2º | 0.9% | 0.9% | - |
| XYZ | 45.75 | 22.59 | 68.97 | - |
| YUV | 107.82 | 190.75 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 219 | 0 | 0.90 | 0.05 | 0.10 | 303.2 | 0.81 | 0.5 |
| Hex | E6 | 18 | DB | 0 | 5A | 5 | A | 12F | 51 | 32 |
| Octal | 346 | 30 | 333 | 0 | 132 | 5 | 12 | 457 | 121 | 62 |
| Binary | 11100110 | 11000 | 11011011 | 0 | 1011010 | 101 | 1010 | 100101111 | 1010001 | 110010 |
Color Harmonies of #E618DB
Complementary color
Monochromatic Colors of #E618DB
Black with #E618DB
Text Example
Text Example
White with #E618DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E618DB; }
p { color: rgb(230,24,219); }
H1.HeaderClassName
{
color: #E618DB;
}
.AnyTagClassName
{
color: #E618DB;
}
</style>
background-color css
<style>
a { background-color: #E618DB; }
a { background-color: rgb(230,24,219); }
div.DivClassName
{
background-color: #E618DB;
}
.BgClassName
{
background-color: #E618DB;
}
</style>
border-color css
<style>
span { border-color: #E618DB; }
span { border-color: rgb(230,24,219); }
td.TdClassName
{
border-color: #E618DB;
}
.TagClassName
{
border-color: #E618DB;
}
</style>