Shades of Deep Magenta #E61AE1
Tints of Deep Magenta #E61AE1
RGB
CMYK
RGB Variations
Color information
#E61AE1 (or 0xE61AE1) is known color: Deep Magenta. HEX triplet: E6, 1A and E1. RGB value is (230,26,225). Sum of RGB (Red+Green+Blue) = 230+26+225=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 26 (10.55% from 255 or 5.41% from 481); Blue value is 225 (88.28% from 255 or 46.78% from 481); Max value from RGB is 230 - color contains mainly: red. Hex color #E61AE1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61AE1 is #19E51E. Grayscale: #6D6D6D. Windows color (decimal): -1697055 or 14752486. OLE color: 14752486.
HSL color Cylindrical-coordinate representation of color #E61AE1: hue angle of 301.47º 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 #E61AE1 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 26 | 225 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.10 |
| HSL | 301.47º | 0.8% | 0.5% | - |
| HSV(B) | 301.47º | 0.89% | 0.9% | - |
| XYZ | 46.59 | 23 | 73.22 | - |
| YUV | 109.68 | 193.09 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 26 | 225 | 0 | 0.89 | 0.02 | 0.10 | 301.47 | 0.8 | 0.5 |
| Hex | E6 | 1A | E1 | 0 | 59 | 2 | A | 12D | 50 | 32 |
| Octal | 346 | 32 | 341 | 0 | 131 | 2 | 12 | 455 | 120 | 62 |
| Binary | 11100110 | 11010 | 11100001 | 0 | 1011001 | 10 | 1010 | 100101101 | 1010000 | 110010 |
Color Harmonies of #E61AE1
Complementary color
Monochromatic Colors of #E61AE1
Black with #E61AE1
Text Example
Text Example
White with #E61AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61AE1; }
p { color: rgb(230,26,225); }
H1.HeaderClassName
{
color: #E61AE1;
}
.AnyTagClassName
{
color: #E61AE1;
}
</style>
background-color css
<style>
a { background-color: #E61AE1; }
a { background-color: rgb(230,26,225); }
div.DivClassName
{
background-color: #E61AE1;
}
.BgClassName
{
background-color: #E61AE1;
}
</style>
border-color css
<style>
span { border-color: #E61AE1; }
span { border-color: rgb(230,26,225); }
td.TdClassName
{
border-color: #E61AE1;
}
.TagClassName
{
border-color: #E61AE1;
}
</style>