Shades of Deep Magenta #E606DB
Tints of Deep Magenta #E606DB
RGB
CMYK
RGB Variations
Color information
#E606DB (or 0xE606DB) is known color: Deep Magenta. HEX triplet: E6, 06 and DB. RGB value is (230,6,219). Sum of RGB (Red+Green+Blue) = 230+6+219=455 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.55% from 455); Green value is 6 (2.73% from 255 or 1.32% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 230 - color contains mainly: red. Hex color #E606DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E606DB is #19F924. Grayscale: #606060. Windows color (decimal): -1702181 or 14354150. OLE color: 14354150.
HSL color Cylindrical-coordinate representation of color #E606DB: hue angle of 302.95º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E606DB is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 6 | 219 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.10 |
| HSL | 302.95º | 0.95% | 0.46% | - |
| HSV(B) | 302.95º | 0.97% | 0.9% | - |
| XYZ | 45.48 | 22.07 | 68.88 | - |
| YUV | 97.26 | 196.71 | 222.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 6 | 219 | 0 | 0.97 | 0.05 | 0.10 | 302.95 | 0.95 | 0.46 |
| Hex | E6 | 6 | DB | 0 | 61 | 5 | A | 12F | 5F | 2E |
| Octal | 346 | 6 | 333 | 0 | 141 | 5 | 12 | 457 | 137 | 56 |
| Binary | 11100110 | 110 | 11011011 | 0 | 1100001 | 101 | 1010 | 100101111 | 1011111 | 101110 |
Color Harmonies of #E606DB
Complementary color
Monochromatic Colors of #E606DB
Black with #E606DB
Text Example
Text Example
White with #E606DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E606DB; }
p { color: rgb(230,6,219); }
H1.HeaderClassName
{
color: #E606DB;
}
.AnyTagClassName
{
color: #E606DB;
}
</style>
background-color css
<style>
a { background-color: #E606DB; }
a { background-color: rgb(230,6,219); }
div.DivClassName
{
background-color: #E606DB;
}
.BgClassName
{
background-color: #E606DB;
}
</style>
border-color css
<style>
span { border-color: #E606DB; }
span { border-color: rgb(230,6,219); }
td.TdClassName
{
border-color: #E606DB;
}
.TagClassName
{
border-color: #E606DB;
}
</style>