Shades of Deep Magenta #E612DD
Tints of Deep Magenta #E612DD
RGB
CMYK
RGB Variations
Color information
#E612DD (or 0xE612DD) is known color: Deep Magenta. HEX triplet: E6, 12 and DD. RGB value is (230,18,221). Sum of RGB (Red+Green+Blue) = 230+18+221=469 (62% of max value = 765). Red value is 230 (90.23% from 255 or 49.04% from 469); Green value is 18 (7.42% from 255 or 3.84% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 230 - color contains mainly: red. Hex color #E612DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E612DD is #19ED22. Grayscale: #676767. Windows color (decimal): -1699107 or 14488294. OLE color: 14488294.
HSL color Cylindrical-coordinate representation of color #E612DD: hue angle of 302.55º 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 #E612DD is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 18 | 221 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.10 |
| HSL | 302.55º | 0.85% | 0.49% | - |
| HSV(B) | 302.55º | 0.92% | 0.9% | - |
| XYZ | 45.9 | 22.48 | 70.33 | - |
| YUV | 104.53 | 193.74 | 217.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 18 | 221 | 0 | 0.92 | 0.04 | 0.10 | 302.55 | 0.85 | 0.49 |
| Hex | E6 | 12 | DD | 0 | 5C | 4 | A | 12F | 55 | 31 |
| Octal | 346 | 22 | 335 | 0 | 134 | 4 | 12 | 457 | 125 | 61 |
| Binary | 11100110 | 10010 | 11011101 | 0 | 1011100 | 100 | 1010 | 100101111 | 1010101 | 110001 |
Color Harmonies of #E612DD
Complementary color
Monochromatic Colors of #E612DD
Black with #E612DD
Text Example
Text Example
White with #E612DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E612DD; }
p { color: rgb(230,18,221); }
H1.HeaderClassName
{
color: #E612DD;
}
.AnyTagClassName
{
color: #E612DD;
}
</style>
background-color css
<style>
a { background-color: #E612DD; }
a { background-color: rgb(230,18,221); }
div.DivClassName
{
background-color: #E612DD;
}
.BgClassName
{
background-color: #E612DD;
}
</style>
border-color css
<style>
span { border-color: #E612DD; }
span { border-color: rgb(230,18,221); }
td.TdClassName
{
border-color: #E612DD;
}
.TagClassName
{
border-color: #E612DD;
}
</style>