Shades of Deep Magenta #E614DD
Tints of Deep Magenta #E614DD
RGB
CMYK
RGB Variations
Color information
#E614DD (or 0xE614DD) is known color: Deep Magenta. HEX triplet: E6, 14 and DD. RGB value is (230,20,221). Sum of RGB (Red+Green+Blue) = 230+20+221=471 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.83% from 471); Green value is 20 (8.20% from 255 or 4.25% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 230 - color contains mainly: red. Hex color #E614DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E614DD is #19EB22. Grayscale: #696969. Windows color (decimal): -1698595 or 14488806. OLE color: 14488806.
HSL color Cylindrical-coordinate representation of color #E614DD: hue angle of 302.57º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E614DD is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 20 | 221 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.10 |
| HSL | 302.57º | 0.84% | 0.49% | - |
| HSV(B) | 302.57º | 0.91% | 0.9% | - |
| XYZ | 45.93 | 22.54 | 70.34 | - |
| YUV | 105.7 | 193.07 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 20 | 221 | 0 | 0.91 | 0.04 | 0.10 | 302.57 | 0.84 | 0.49 |
| Hex | E6 | 14 | DD | 0 | 5B | 4 | A | 12F | 54 | 31 |
| Octal | 346 | 24 | 335 | 0 | 133 | 4 | 12 | 457 | 124 | 61 |
| Binary | 11100110 | 10100 | 11011101 | 0 | 1011011 | 100 | 1010 | 100101111 | 1010100 | 110001 |
Color Harmonies of #E614DD
Complementary color
Monochromatic Colors of #E614DD
Black with #E614DD
Text Example
Text Example
White with #E614DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E614DD; }
p { color: rgb(230,20,221); }
H1.HeaderClassName
{
color: #E614DD;
}
.AnyTagClassName
{
color: #E614DD;
}
</style>
background-color css
<style>
a { background-color: #E614DD; }
a { background-color: rgb(230,20,221); }
div.DivClassName
{
background-color: #E614DD;
}
.BgClassName
{
background-color: #E614DD;
}
</style>
border-color css
<style>
span { border-color: #E614DD; }
span { border-color: rgb(230,20,221); }
td.TdClassName
{
border-color: #E614DD;
}
.TagClassName
{
border-color: #E614DD;
}
</style>