Shades of Deep Magenta #E612DC
Tints of Deep Magenta #E612DC
RGB
CMYK
RGB Variations
Color information
#E612DC (or 0xE612DC) is known color: Deep Magenta. HEX triplet: E6, 12 and DC. RGB value is (230,18,220). Sum of RGB (Red+Green+Blue) = 230+18+220=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 18 (7.42% from 255 or 3.85% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 230 - color contains mainly: red. Hex color #E612DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E612DC is #19ED23. Grayscale: #676767. Windows color (decimal): -1699108 or 14422758. OLE color: 14422758.
HSL color Cylindrical-coordinate representation of color #E612DC: hue angle of 302.83º 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 #E612DC is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 18 | 220 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.10 |
| HSL | 302.83º | 0.85% | 0.49% | - |
| HSV(B) | 302.83º | 0.92% | 0.9% | - |
| XYZ | 45.77 | 22.42 | 69.63 | - |
| YUV | 104.42 | 193.24 | 217.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 18 | 220 | 0 | 0.92 | 0.04 | 0.10 | 302.83 | 0.85 | 0.49 |
| Hex | E6 | 12 | DC | 0 | 5C | 4 | A | 12F | 55 | 31 |
| Octal | 346 | 22 | 334 | 0 | 134 | 4 | 12 | 457 | 125 | 61 |
| Binary | 11100110 | 10010 | 11011100 | 0 | 1011100 | 100 | 1010 | 100101111 | 1010101 | 110001 |
Color Harmonies of #E612DC
Complementary color
Monochromatic Colors of #E612DC
Black with #E612DC
Text Example
Text Example
White with #E612DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E612DC; }
p { color: rgb(230,18,220); }
H1.HeaderClassName
{
color: #E612DC;
}
.AnyTagClassName
{
color: #E612DC;
}
</style>
background-color css
<style>
a { background-color: #E612DC; }
a { background-color: rgb(230,18,220); }
div.DivClassName
{
background-color: #E612DC;
}
.BgClassName
{
background-color: #E612DC;
}
</style>
border-color css
<style>
span { border-color: #E612DC; }
span { border-color: rgb(230,18,220); }
td.TdClassName
{
border-color: #E612DC;
}
.TagClassName
{
border-color: #E612DC;
}
</style>