Shades of Deep Magenta #E606DC
Tints of Deep Magenta #E606DC
RGB
CMYK
RGB Variations
Color information
#E606DC (or 0xE606DC) is known color: Deep Magenta. HEX triplet: E6, 06 and DC. RGB value is (230,6,220). Sum of RGB (Red+Green+Blue) = 230+6+220=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 6 (2.73% from 255 or 1.32% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E606DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E606DC is #19F923. Grayscale: #606060. Windows color (decimal): -1702180 or 14419686. OLE color: 14419686.
HSL color Cylindrical-coordinate representation of color #E606DC: hue angle of 302.68º 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 #E606DC is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 6 | 220 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.10 |
| HSL | 302.68º | 0.95% | 0.46% | - |
| HSV(B) | 302.68º | 0.97% | 0.9% | - |
| XYZ | 45.62 | 22.12 | 69.58 | - |
| YUV | 97.37 | 197.21 | 222.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 6 | 220 | 0 | 0.97 | 0.04 | 0.10 | 302.68 | 0.95 | 0.46 |
| Hex | E6 | 6 | DC | 0 | 61 | 4 | A | 12F | 5F | 2E |
| Octal | 346 | 6 | 334 | 0 | 141 | 4 | 12 | 457 | 137 | 56 |
| Binary | 11100110 | 110 | 11011100 | 0 | 1100001 | 100 | 1010 | 100101111 | 1011111 | 101110 |
Color Harmonies of #E606DC
Complementary color
Monochromatic Colors of #E606DC
Black with #E606DC
Text Example
Text Example
White with #E606DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E606DC; }
p { color: rgb(230,6,220); }
H1.HeaderClassName
{
color: #E606DC;
}
.AnyTagClassName
{
color: #E606DC;
}
</style>
background-color css
<style>
a { background-color: #E606DC; }
a { background-color: rgb(230,6,220); }
div.DivClassName
{
background-color: #E606DC;
}
.BgClassName
{
background-color: #E606DC;
}
</style>
border-color css
<style>
span { border-color: #E606DC; }
span { border-color: rgb(230,6,220); }
td.TdClassName
{
border-color: #E606DC;
}
.TagClassName
{
border-color: #E606DC;
}
</style>