Shades of Deep Magenta #E10FE2
Tints of Deep Magenta #E10FE2
RGB
CMYK
RGB Variations
Color information
#E10FE2 (or 0xE10FE2) is known color: Deep Magenta. HEX triplet: E1, 0F and E2. RGB value is (225,15,226). Sum of RGB (Red+Green+Blue) = 225+15+226=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 15 (6.25% from 255 or 3.22% from 466); Blue value is 226 (88.67% from 255 or 48.50% from 466); Max value from RGB is 226 - color contains mainly: blue. Hex color #E10FE2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10FE2 is #1EF01D. Grayscale: #656565. Windows color (decimal): -2027550 or 14815201. OLE color: 14815201.
HSL color Cylindrical-coordinate representation of color #E10FE2: hue angle of 299.72º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E10FE2 is Cyan = 0.00, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 15 | 226 | - |
| CMYK | 0.00 | 0.93 | 0 | 0.11 |
| HSL | 299.72º | 0.88% | 0.47% | - |
| HSV(B) | 299.72º | 0.93% | 0.89% | - |
| XYZ | 44.95 | 21.84 | 73.8 | - |
| YUV | 101.84 | 198.07 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 15 | 226 | 0.00 | 0.93 | 0 | 0.11 | 299.72 | 0.88 | 0.47 |
| Hex | E1 | F | E2 | 0 | 5D | 0 | B | 12C | 58 | 2F |
| Octal | 341 | 17 | 342 | 0 | 135 | 0 | 13 | 454 | 130 | 57 |
| Binary | 11100001 | 1111 | 11100010 | 0 | 1011101 | 0 | 1011 | 100101100 | 1011000 | 101111 |
Color Harmonies of #E10FE2
Complementary color
Monochromatic Colors of #E10FE2
Black with #E10FE2
Text Example
Text Example
White with #E10FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10FE2; }
p { color: rgb(225,15,226); }
H1.HeaderClassName
{
color: #E10FE2;
}
.AnyTagClassName
{
color: #E10FE2;
}
</style>
background-color css
<style>
a { background-color: #E10FE2; }
a { background-color: rgb(225,15,226); }
div.DivClassName
{
background-color: #E10FE2;
}
.BgClassName
{
background-color: #E10FE2;
}
</style>
border-color css
<style>
span { border-color: #E10FE2; }
span { border-color: rgb(225,15,226); }
td.TdClassName
{
border-color: #E10FE2;
}
.TagClassName
{
border-color: #E10FE2;
}
</style>