Shades of Deep Magenta #E619DD
Tints of Deep Magenta #E619DD
RGB
CMYK
RGB Variations
Color information
#E619DD (or 0xE619DD) is known color: Deep Magenta. HEX triplet: E6, 19 and DD. RGB value is (230,25,221). Sum of RGB (Red+Green+Blue) = 230+25+221=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 25 (10.16% from 255 or 5.25% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 230 - color contains mainly: red. Hex color #E619DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E619DD is #19E622. Grayscale: #6C6C6C. Windows color (decimal): -1697315 or 14490086. OLE color: 14490086.
HSL color Cylindrical-coordinate representation of color #E619DD: hue angle of 302.63º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E619DD is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 25 | 221 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.10 |
| HSL | 302.63º | 0.8% | 0.5% | - |
| HSV(B) | 302.63º | 0.89% | 0.9% | - |
| XYZ | 46.03 | 22.74 | 70.37 | - |
| YUV | 108.64 | 191.42 | 214.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 221 | 0 | 0.89 | 0.04 | 0.10 | 302.63 | 0.8 | 0.5 |
| Hex | E6 | 19 | DD | 0 | 59 | 4 | A | 12F | 50 | 32 |
| Octal | 346 | 31 | 335 | 0 | 131 | 4 | 12 | 457 | 120 | 62 |
| Binary | 11100110 | 11001 | 11011101 | 0 | 1011001 | 100 | 1010 | 100101111 | 1010000 | 110010 |
Color Harmonies of #E619DD
Complementary color
Monochromatic Colors of #E619DD
Black with #E619DD
Text Example
Text Example
White with #E619DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E619DD; }
p { color: rgb(230,25,221); }
H1.HeaderClassName
{
color: #E619DD;
}
.AnyTagClassName
{
color: #E619DD;
}
</style>
background-color css
<style>
a { background-color: #E619DD; }
a { background-color: rgb(230,25,221); }
div.DivClassName
{
background-color: #E619DD;
}
.BgClassName
{
background-color: #E619DD;
}
</style>
border-color css
<style>
span { border-color: #E619DD; }
span { border-color: rgb(230,25,221); }
td.TdClassName
{
border-color: #E619DD;
}
.TagClassName
{
border-color: #E619DD;
}
</style>