Shades of Deep Magenta #E60FE0
Tints of Deep Magenta #E60FE0
RGB
CMYK
RGB Variations
Color information
#E60FE0 (or 0xE60FE0) is known color: Deep Magenta. HEX triplet: E6, 0F and E0. RGB value is (230,15,224). Sum of RGB (Red+Green+Blue) = 230+15+224=469 (62% of max value = 765). Red value is 230 (90.23% from 255 or 49.04% from 469); Green value is 15 (6.25% from 255 or 3.20% from 469); Blue value is 224 (87.89% from 255 or 47.76% from 469); Max value from RGB is 230 - color contains mainly: red. Hex color #E60FE0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60FE0 is #19F01F. Grayscale: #666666. Windows color (decimal): -1699872 or 14684134. OLE color: 14684134.
HSL color Cylindrical-coordinate representation of color #E60FE0: hue angle of 301.67º 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 #E60FE0 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 15 | 224 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.10 |
| HSL | 301.67º | 0.88% | 0.48% | - |
| HSV(B) | 301.67º | 0.93% | 0.9% | - |
| XYZ | 46.26 | 22.55 | 72.43 | - |
| YUV | 103.11 | 196.23 | 218.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 15 | 224 | 0 | 0.93 | 0.03 | 0.10 | 301.67 | 0.88 | 0.48 |
| Hex | E6 | F | E0 | 0 | 5D | 3 | A | 12E | 58 | 30 |
| Octal | 346 | 17 | 340 | 0 | 135 | 3 | 12 | 456 | 130 | 60 |
| Binary | 11100110 | 1111 | 11100000 | 0 | 1011101 | 11 | 1010 | 100101110 | 1011000 | 110000 |
Color Harmonies of #E60FE0
Complementary color
Monochromatic Colors of #E60FE0
Black with #E60FE0
Text Example
Text Example
White with #E60FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60FE0; }
p { color: rgb(230,15,224); }
H1.HeaderClassName
{
color: #E60FE0;
}
.AnyTagClassName
{
color: #E60FE0;
}
</style>
background-color css
<style>
a { background-color: #E60FE0; }
a { background-color: rgb(230,15,224); }
div.DivClassName
{
background-color: #E60FE0;
}
.BgClassName
{
background-color: #E60FE0;
}
</style>
border-color css
<style>
span { border-color: #E60FE0; }
span { border-color: rgb(230,15,224); }
td.TdClassName
{
border-color: #E60FE0;
}
.TagClassName
{
border-color: #E60FE0;
}
</style>