Shades of Deep Magenta #E612DF
Tints of Deep Magenta #E612DF
RGB
CMYK
RGB Variations
Color information
#E612DF (or 0xE612DF) is known color: Deep Magenta. HEX triplet: E6, 12 and DF. RGB value is (230,18,223). Sum of RGB (Red+Green+Blue) = 230+18+223=471 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.83% from 471); Green value is 18 (7.42% from 255 or 3.82% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 230 - color contains mainly: red. Hex color #E612DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E612DF is #19ED20. Grayscale: #686868. Windows color (decimal): -1699105 or 14619366. OLE color: 14619366.
HSL color Cylindrical-coordinate representation of color #E612DF: hue angle of 301.98º 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 #E612DF is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 18 | 223 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.10 |
| HSL | 301.98º | 0.85% | 0.49% | - |
| HSV(B) | 301.98º | 0.92% | 0.9% | - |
| XYZ | 46.17 | 22.58 | 71.74 | - |
| YUV | 104.76 | 194.74 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 18 | 223 | 0 | 0.92 | 0.03 | 0.10 | 301.98 | 0.85 | 0.49 |
| Hex | E6 | 12 | DF | 0 | 5C | 3 | A | 12E | 55 | 31 |
| Octal | 346 | 22 | 337 | 0 | 134 | 3 | 12 | 456 | 125 | 61 |
| Binary | 11100110 | 10010 | 11011111 | 0 | 1011100 | 11 | 1010 | 100101110 | 1010101 | 110001 |
Color Harmonies of #E612DF
Complementary color
Monochromatic Colors of #E612DF
Black with #E612DF
Text Example
Text Example
White with #E612DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E612DF; }
p { color: rgb(230,18,223); }
H1.HeaderClassName
{
color: #E612DF;
}
.AnyTagClassName
{
color: #E612DF;
}
</style>
background-color css
<style>
a { background-color: #E612DF; }
a { background-color: rgb(230,18,223); }
div.DivClassName
{
background-color: #E612DF;
}
.BgClassName
{
background-color: #E612DF;
}
</style>
border-color css
<style>
span { border-color: #E612DF; }
span { border-color: rgb(230,18,223); }
td.TdClassName
{
border-color: #E612DF;
}
.TagClassName
{
border-color: #E612DF;
}
</style>