Shades of Deep Magenta #E618E1
Tints of Deep Magenta #E618E1
RGB
CMYK
RGB Variations
Color information
#E618E1 (or 0xE618E1) is known color: Deep Magenta. HEX triplet: E6, 18 and E1. RGB value is (230,24,225). Sum of RGB (Red+Green+Blue) = 230+24+225=479 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.02% from 479); Green value is 24 (9.77% from 255 or 5.01% from 479); Blue value is 225 (88.28% from 255 or 46.97% from 479); Max value from RGB is 230 - color contains mainly: red. Hex color #E618E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E618E1 is #19E71E. Grayscale: #6B6B6B. Windows color (decimal): -1697567 or 14751974. OLE color: 14751974.
HSL color Cylindrical-coordinate representation of color #E618E1: hue angle of 301.46º 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 #E618E1 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 225 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.10 |
| HSL | 301.46º | 0.81% | 0.5% | - |
| HSV(B) | 301.46º | 0.9% | 0.9% | - |
| XYZ | 46.55 | 22.91 | 73.2 | - |
| YUV | 108.51 | 193.75 | 214.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 225 | 0 | 0.90 | 0.02 | 0.10 | 301.46 | 0.81 | 0.5 |
| Hex | E6 | 18 | E1 | 0 | 5A | 2 | A | 12D | 51 | 32 |
| Octal | 346 | 30 | 341 | 0 | 132 | 2 | 12 | 455 | 121 | 62 |
| Binary | 11100110 | 11000 | 11100001 | 0 | 1011010 | 10 | 1010 | 100101101 | 1010001 | 110010 |
Color Harmonies of #E618E1
Complementary color
Monochromatic Colors of #E618E1
Black with #E618E1
Text Example
Text Example
White with #E618E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E618E1; }
p { color: rgb(230,24,225); }
H1.HeaderClassName
{
color: #E618E1;
}
.AnyTagClassName
{
color: #E618E1;
}
</style>
background-color css
<style>
a { background-color: #E618E1; }
a { background-color: rgb(230,24,225); }
div.DivClassName
{
background-color: #E618E1;
}
.BgClassName
{
background-color: #E618E1;
}
</style>
border-color css
<style>
span { border-color: #E618E1; }
span { border-color: rgb(230,24,225); }
td.TdClassName
{
border-color: #E618E1;
}
.TagClassName
{
border-color: #E618E1;
}
</style>