Shades of Deep Magenta #E60FE1
Tints of Deep Magenta #E60FE1
RGB
CMYK
RGB Variations
Color information
#E60FE1 (or 0xE60FE1) is known color: Deep Magenta. HEX triplet: E6, 0F and E1. RGB value is (230,15,225). Sum of RGB (Red+Green+Blue) = 230+15+225=470 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.94% from 470); Green value is 15 (6.25% from 255 or 3.19% from 470); Blue value is 225 (88.28% from 255 or 47.87% from 470); Max value from RGB is 230 - color contains mainly: red. Hex color #E60FE1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60FE1 is #19F01E. Grayscale: #666666. Windows color (decimal): -1699871 or 14749670. OLE color: 14749670.
HSL color Cylindrical-coordinate representation of color #E60FE1: hue angle of 301.4º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E60FE1 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 15 | 225 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.10 |
| HSL | 301.4º | 0.88% | 0.48% | - |
| HSV(B) | 301.4º | 0.93% | 0.9% | - |
| XYZ | 46.39 | 22.6 | 73.15 | - |
| YUV | 103.23 | 196.73 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 15 | 225 | 0 | 0.93 | 0.02 | 0.10 | 301.4 | 0.88 | 0.48 |
| Hex | E6 | F | E1 | 0 | 5D | 2 | A | 12D | 58 | 30 |
| Octal | 346 | 17 | 341 | 0 | 135 | 2 | 12 | 455 | 130 | 60 |
| Binary | 11100110 | 1111 | 11100001 | 0 | 1011101 | 10 | 1010 | 100101101 | 1011000 | 110000 |
Color Harmonies of #E60FE1
Complementary color
Monochromatic Colors of #E60FE1
Black with #E60FE1
Text Example
Text Example
White with #E60FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60FE1; }
p { color: rgb(230,15,225); }
H1.HeaderClassName
{
color: #E60FE1;
}
.AnyTagClassName
{
color: #E60FE1;
}
</style>
background-color css
<style>
a { background-color: #E60FE1; }
a { background-color: rgb(230,15,225); }
div.DivClassName
{
background-color: #E60FE1;
}
.BgClassName
{
background-color: #E60FE1;
}
</style>
border-color css
<style>
span { border-color: #E60FE1; }
span { border-color: rgb(230,15,225); }
td.TdClassName
{
border-color: #E60FE1;
}
.TagClassName
{
border-color: #E60FE1;
}
</style>