Shades of Deep Magenta #E10ECA
Tints of Deep Magenta #E10ECA
RGB
CMYK
RGB Variations
Color information
#E10ECA (or 0xE10ECA) is known color: Deep Magenta. HEX triplet: E1, 0E and CA. RGB value is (225,14,202). Sum of RGB (Red+Green+Blue) = 225+14+202=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 14 (5.86% from 255 or 3.17% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E10ECA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10ECA is #1EF135. Grayscale: #616161. Windows color (decimal): -2027830 or 13242081. OLE color: 13242081.
HSL color Cylindrical-coordinate representation of color #E10ECA: hue angle of 306.54º 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 #E10ECA is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 14 | 202 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.12 |
| HSL | 306.54º | 0.88% | 0.47% | - |
| HSV(B) | 306.54º | 0.94% | 0.88% | - |
| XYZ | 41.87 | 20.59 | 57.64 | - |
| YUV | 98.52 | 186.4 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 14 | 202 | 0 | 0.94 | 0.10 | 0.12 | 306.54 | 0.88 | 0.47 |
| Hex | E1 | E | CA | 0 | 5E | A | C | 133 | 58 | 2F |
| Octal | 341 | 16 | 312 | 0 | 136 | 12 | 14 | 463 | 130 | 57 |
| Binary | 11100001 | 1110 | 11001010 | 0 | 1011110 | 1010 | 1100 | 100110011 | 1011000 | 101111 |
Color Harmonies of #E10ECA
Complementary color
Monochromatic Colors of #E10ECA
Black with #E10ECA
Text Example
Text Example
White with #E10ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10ECA; }
p { color: rgb(225,14,202); }
H1.HeaderClassName
{
color: #E10ECA;
}
.AnyTagClassName
{
color: #E10ECA;
}
</style>
background-color css
<style>
a { background-color: #E10ECA; }
a { background-color: rgb(225,14,202); }
div.DivClassName
{
background-color: #E10ECA;
}
.BgClassName
{
background-color: #E10ECA;
}
</style>
border-color css
<style>
span { border-color: #E10ECA; }
span { border-color: rgb(225,14,202); }
td.TdClassName
{
border-color: #E10ECA;
}
.TagClassName
{
border-color: #E10ECA;
}
</style>