Shades of Deep Magenta #E10ED3
Tints of Deep Magenta #E10ED3
RGB
CMYK
RGB Variations
Color information
#E10ED3 (or 0xE10ED3) is known color: Deep Magenta. HEX triplet: E1, 0E and D3. RGB value is (225,14,211). Sum of RGB (Red+Green+Blue) = 225+14+211=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 14 (5.86% from 255 or 3.11% from 450); Blue value is 211 (82.81% from 255 or 46.89% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E10ED3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10ED3 is #1EF12C. Grayscale: #626262. Windows color (decimal): -2027821 or 13831905. OLE color: 13831905.
HSL color Cylindrical-coordinate representation of color #E10ED3: hue angle of 303.98º 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 #E10ED3 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 14 | 211 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.12 |
| HSL | 303.98º | 0.88% | 0.47% | - |
| HSV(B) | 303.98º | 0.94% | 0.88% | - |
| XYZ | 42.97 | 21.02 | 63.42 | - |
| YUV | 99.55 | 190.9 | 217.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 14 | 211 | 0 | 0.94 | 0.06 | 0.12 | 303.98 | 0.88 | 0.47 |
| Hex | E1 | E | D3 | 0 | 5E | 6 | C | 130 | 58 | 2F |
| Octal | 341 | 16 | 323 | 0 | 136 | 6 | 14 | 460 | 130 | 57 |
| Binary | 11100001 | 1110 | 11010011 | 0 | 1011110 | 110 | 1100 | 100110000 | 1011000 | 101111 |
Color Harmonies of #E10ED3
Complementary color
Monochromatic Colors of #E10ED3
Black with #E10ED3
Text Example
Text Example
White with #E10ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10ED3; }
p { color: rgb(225,14,211); }
H1.HeaderClassName
{
color: #E10ED3;
}
.AnyTagClassName
{
color: #E10ED3;
}
</style>
background-color css
<style>
a { background-color: #E10ED3; }
a { background-color: rgb(225,14,211); }
div.DivClassName
{
background-color: #E10ED3;
}
.BgClassName
{
background-color: #E10ED3;
}
</style>
border-color css
<style>
span { border-color: #E10ED3; }
span { border-color: rgb(225,14,211); }
td.TdClassName
{
border-color: #E10ED3;
}
.TagClassName
{
border-color: #E10ED3;
}
</style>