Shades of Deep Magenta #E618DD
Tints of Deep Magenta #E618DD
RGB
CMYK
RGB Variations
Color information
#E618DD (or 0xE618DD) is known color: Deep Magenta. HEX triplet: E6, 18 and DD. RGB value is (230,24,221). Sum of RGB (Red+Green+Blue) = 230+24+221=475 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.42% from 475); Green value is 24 (9.77% from 255 or 5.05% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 230 - color contains mainly: red. Hex color #E618DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E618DD is #19E722. Grayscale: #6B6B6B. Windows color (decimal): -1697571 or 14489830. OLE color: 14489830.
HSL color Cylindrical-coordinate representation of color #E618DD: hue angle of 302.62º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E618DD is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 221 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.10 |
| HSL | 302.62º | 0.81% | 0.5% | - |
| HSV(B) | 302.62º | 0.9% | 0.9% | - |
| XYZ | 46.01 | 22.7 | 70.36 | - |
| YUV | 108.05 | 191.75 | 214.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 221 | 0 | 0.90 | 0.04 | 0.10 | 302.62 | 0.81 | 0.5 |
| Hex | E6 | 18 | DD | 0 | 5A | 4 | A | 12F | 51 | 32 |
| Octal | 346 | 30 | 335 | 0 | 132 | 4 | 12 | 457 | 121 | 62 |
| Binary | 11100110 | 11000 | 11011101 | 0 | 1011010 | 100 | 1010 | 100101111 | 1010001 | 110010 |
Color Harmonies of #E618DD
Complementary color
Monochromatic Colors of #E618DD
Black with #E618DD
Text Example
Text Example
White with #E618DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E618DD; }
p { color: rgb(230,24,221); }
H1.HeaderClassName
{
color: #E618DD;
}
.AnyTagClassName
{
color: #E618DD;
}
</style>
background-color css
<style>
a { background-color: #E618DD; }
a { background-color: rgb(230,24,221); }
div.DivClassName
{
background-color: #E618DD;
}
.BgClassName
{
background-color: #E618DD;
}
</style>
border-color css
<style>
span { border-color: #E618DD; }
span { border-color: rgb(230,24,221); }
td.TdClassName
{
border-color: #E618DD;
}
.TagClassName
{
border-color: #E618DD;
}
</style>