Shades of Deep Magenta #E10FDA
Tints of Deep Magenta #E10FDA
RGB
CMYK
RGB Variations
Color information
#E10FDA (or 0xE10FDA) is known color: Deep Magenta. HEX triplet: E1, 0F and DA. RGB value is (225,15,218). Sum of RGB (Red+Green+Blue) = 225+15+218=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 15 (6.25% from 255 or 3.28% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E10FDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10FDA is #1EF025. Grayscale: #646464. Windows color (decimal): -2027558 or 14290913. OLE color: 14290913.
HSL color Cylindrical-coordinate representation of color #E10FDA: hue angle of 302º 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 #E10FDA is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 15 | 218 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.12 |
| HSL | 302º | 0.88% | 0.47% | - |
| HSV(B) | 302º | 0.93% | 0.88% | - |
| XYZ | 43.88 | 21.41 | 68.15 | - |
| YUV | 100.93 | 194.07 | 216.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 15 | 218 | 0 | 0.93 | 0.03 | 0.12 | 302 | 0.88 | 0.47 |
| Hex | E1 | F | DA | 0 | 5D | 3 | C | 12E | 58 | 2F |
| Octal | 341 | 17 | 332 | 0 | 135 | 3 | 14 | 456 | 130 | 57 |
| Binary | 11100001 | 1111 | 11011010 | 0 | 1011101 | 11 | 1100 | 100101110 | 1011000 | 101111 |
Color Harmonies of #E10FDA
Complementary color
Monochromatic Colors of #E10FDA
Black with #E10FDA
Text Example
Text Example
White with #E10FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10FDA; }
p { color: rgb(225,15,218); }
H1.HeaderClassName
{
color: #E10FDA;
}
.AnyTagClassName
{
color: #E10FDA;
}
</style>
background-color css
<style>
a { background-color: #E10FDA; }
a { background-color: rgb(225,15,218); }
div.DivClassName
{
background-color: #E10FDA;
}
.BgClassName
{
background-color: #E10FDA;
}
</style>
border-color css
<style>
span { border-color: #E10FDA; }
span { border-color: rgb(225,15,218); }
td.TdClassName
{
border-color: #E10FDA;
}
.TagClassName
{
border-color: #E10FDA;
}
</style>