Shades of Deep Magenta #E612DA
Tints of Deep Magenta #E612DA
RGB
CMYK
RGB Variations
Color information
#E612DA (or 0xE612DA) is known color: Deep Magenta. HEX triplet: E6, 12 and DA. RGB value is (230,18,218). Sum of RGB (Red+Green+Blue) = 230+18+218=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 18 (7.42% from 255 or 3.86% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E612DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E612DA is #19ED25. Grayscale: #676767. Windows color (decimal): -1699110 or 14291686. OLE color: 14291686.
HSL color Cylindrical-coordinate representation of color #E612DA: hue angle of 303.4º 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 #E612DA is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 18 | 218 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.10 |
| HSL | 303.4º | 0.85% | 0.49% | - |
| HSV(B) | 303.4º | 0.92% | 0.9% | - |
| XYZ | 45.5 | 22.32 | 68.24 | - |
| YUV | 104.19 | 192.24 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 18 | 218 | 0 | 0.92 | 0.05 | 0.10 | 303.4 | 0.85 | 0.49 |
| Hex | E6 | 12 | DA | 0 | 5C | 5 | A | 12F | 55 | 31 |
| Octal | 346 | 22 | 332 | 0 | 134 | 5 | 12 | 457 | 125 | 61 |
| Binary | 11100110 | 10010 | 11011010 | 0 | 1011100 | 101 | 1010 | 100101111 | 1010101 | 110001 |
Color Harmonies of #E612DA
Complementary color
Monochromatic Colors of #E612DA
Black with #E612DA
Text Example
Text Example
White with #E612DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E612DA; }
p { color: rgb(230,18,218); }
H1.HeaderClassName
{
color: #E612DA;
}
.AnyTagClassName
{
color: #E612DA;
}
</style>
background-color css
<style>
a { background-color: #E612DA; }
a { background-color: rgb(230,18,218); }
div.DivClassName
{
background-color: #E612DA;
}
.BgClassName
{
background-color: #E612DA;
}
</style>
border-color css
<style>
span { border-color: #E612DA; }
span { border-color: rgb(230,18,218); }
td.TdClassName
{
border-color: #E612DA;
}
.TagClassName
{
border-color: #E612DA;
}
</style>