Shades of Deep Magenta #E10EDA
Tints of Deep Magenta #E10EDA
RGB
CMYK
RGB Variations
Color information
#E10EDA (or 0xE10EDA) is known color: Deep Magenta. HEX triplet: E1, 0E and DA. RGB value is (225,14,218). Sum of RGB (Red+Green+Blue) = 225+14+218=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 14 (5.86% from 255 or 3.06% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E10EDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10EDA is #1EF125. Grayscale: #636363. Windows color (decimal): -2027814 or 14290657. OLE color: 14290657.
HSL color Cylindrical-coordinate representation of color #E10EDA: hue angle of 301.99º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E10EDA is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 14 | 218 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.12 |
| HSL | 301.99º | 0.88% | 0.47% | - |
| HSV(B) | 301.99º | 0.94% | 0.88% | - |
| XYZ | 43.86 | 21.38 | 68.15 | - |
| YUV | 100.35 | 194.4 | 216.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 14 | 218 | 0 | 0.94 | 0.03 | 0.12 | 301.99 | 0.88 | 0.47 |
| Hex | E1 | E | DA | 0 | 5E | 3 | C | 12E | 58 | 2F |
| Octal | 341 | 16 | 332 | 0 | 136 | 3 | 14 | 456 | 130 | 57 |
| Binary | 11100001 | 1110 | 11011010 | 0 | 1011110 | 11 | 1100 | 100101110 | 1011000 | 101111 |
Color Harmonies of #E10EDA
Complementary color
Monochromatic Colors of #E10EDA
Black with #E10EDA
Text Example
Text Example
White with #E10EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10EDA; }
p { color: rgb(225,14,218); }
H1.HeaderClassName
{
color: #E10EDA;
}
.AnyTagClassName
{
color: #E10EDA;
}
</style>
background-color css
<style>
a { background-color: #E10EDA; }
a { background-color: rgb(225,14,218); }
div.DivClassName
{
background-color: #E10EDA;
}
.BgClassName
{
background-color: #E10EDA;
}
</style>
border-color css
<style>
span { border-color: #E10EDA; }
span { border-color: rgb(225,14,218); }
td.TdClassName
{
border-color: #E10EDA;
}
.TagClassName
{
border-color: #E10EDA;
}
</style>