Shades of Deep Magenta #E10FDE
Tints of Deep Magenta #E10FDE
RGB
CMYK
RGB Variations
Color information
#E10FDE (or 0xE10FDE) is known color: Deep Magenta. HEX triplet: E1, 0F and DE. RGB value is (225,15,222). Sum of RGB (Red+Green+Blue) = 225+15+222=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 15 (6.25% from 255 or 3.25% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E10FDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10FDE is #1EF021. Grayscale: #646464. Windows color (decimal): -2027554 or 14553057. OLE color: 14553057.
HSL color Cylindrical-coordinate representation of color #E10FDE: hue angle of 300.86º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E10FDE is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 15 | 222 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.12 |
| HSL | 300.86º | 0.88% | 0.47% | - |
| HSV(B) | 300.86º | 0.93% | 0.88% | - |
| XYZ | 44.41 | 21.62 | 70.94 | - |
| YUV | 101.39 | 196.07 | 216.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 15 | 222 | 0 | 0.93 | 0.01 | 0.12 | 300.86 | 0.88 | 0.47 |
| Hex | E1 | F | DE | 0 | 5D | 1 | C | 12D | 58 | 2F |
| Octal | 341 | 17 | 336 | 0 | 135 | 1 | 14 | 455 | 130 | 57 |
| Binary | 11100001 | 1111 | 11011110 | 0 | 1011101 | 1 | 1100 | 100101101 | 1011000 | 101111 |
Color Harmonies of #E10FDE
Complementary color
Monochromatic Colors of #E10FDE
Black with #E10FDE
Text Example
Text Example
White with #E10FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10FDE; }
p { color: rgb(225,15,222); }
H1.HeaderClassName
{
color: #E10FDE;
}
.AnyTagClassName
{
color: #E10FDE;
}
</style>
background-color css
<style>
a { background-color: #E10FDE; }
a { background-color: rgb(225,15,222); }
div.DivClassName
{
background-color: #E10FDE;
}
.BgClassName
{
background-color: #E10FDE;
}
</style>
border-color css
<style>
span { border-color: #E10FDE; }
span { border-color: rgb(225,15,222); }
td.TdClassName
{
border-color: #E10FDE;
}
.TagClassName
{
border-color: #E10FDE;
}
</style>