Shades of Deep Magenta #E614D8
Tints of Deep Magenta #E614D8
RGB
CMYK
RGB Variations
Color information
#E614D8 (or 0xE614D8) is known color: Deep Magenta. HEX triplet: E6, 14 and D8. RGB value is (230,20,216). Sum of RGB (Red+Green+Blue) = 230+20+216=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 20 (8.20% from 255 or 4.29% from 466); Blue value is 216 (84.77% from 255 or 46.35% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E614D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E614D8 is #19EB27. Grayscale: #686868. Windows color (decimal): -1698600 or 14161126. OLE color: 14161126.
HSL color Cylindrical-coordinate representation of color #E614D8: hue angle of 304º 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 #E614D8 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 20 | 216 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.10 |
| HSL | 304º | 0.84% | 0.49% | - |
| HSV(B) | 304º | 0.91% | 0.9% | - |
| XYZ | 45.28 | 22.28 | 66.88 | - |
| YUV | 105.13 | 190.57 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 20 | 216 | 0 | 0.91 | 0.06 | 0.10 | 304 | 0.84 | 0.49 |
| Hex | E6 | 14 | D8 | 0 | 5B | 6 | A | 130 | 54 | 31 |
| Octal | 346 | 24 | 330 | 0 | 133 | 6 | 12 | 460 | 124 | 61 |
| Binary | 11100110 | 10100 | 11011000 | 0 | 1011011 | 110 | 1010 | 100110000 | 1010100 | 110001 |
Color Harmonies of #E614D8
Complementary color
Monochromatic Colors of #E614D8
Black with #E614D8
Text Example
Text Example
White with #E614D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E614D8; }
p { color: rgb(230,20,216); }
H1.HeaderClassName
{
color: #E614D8;
}
.AnyTagClassName
{
color: #E614D8;
}
</style>
background-color css
<style>
a { background-color: #E614D8; }
a { background-color: rgb(230,20,216); }
div.DivClassName
{
background-color: #E614D8;
}
.BgClassName
{
background-color: #E614D8;
}
</style>
border-color css
<style>
span { border-color: #E614D8; }
span { border-color: rgb(230,20,216); }
td.TdClassName
{
border-color: #E614D8;
}
.TagClassName
{
border-color: #E614D8;
}
</style>