Shades of Magenta #EC1DE9
Tints of Magenta #EC1DE9
RGB
CMYK
RGB Variations
Color information
#EC1DE9 (or 0xEC1DE9) is known color: Magenta. HEX triplet: EC, 1D and E9. RGB value is (236,29,233). Sum of RGB (Red+Green+Blue) = 236+29+233=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 29 (11.72% from 255 or 5.82% from 498); Blue value is 233 (91.41% from 255 or 46.79% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1DE9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1DE9 is #13E216. Grayscale: #717171. Windows color (decimal): -1303063 or 15277548. OLE color: 15277548.
HSL color Cylindrical-coordinate representation of color #EC1DE9: hue angle of 300.87º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1DE9 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 29 | 233 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.07 |
| HSL | 300.87º | 0.84% | 0.52% | - |
| HSV(B) | 300.87º | 0.88% | 0.93% | - |
| XYZ | 49.74 | 24.59 | 79.22 | - |
| YUV | 114.15 | 195.08 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 233 | 0 | 0.88 | 0.01 | 0.07 | 300.87 | 0.84 | 0.52 |
| Hex | EC | 1D | E9 | 0 | 58 | 1 | 7 | 12D | 54 | 34 |
| Octal | 354 | 35 | 351 | 0 | 130 | 1 | 7 | 455 | 124 | 64 |
| Binary | 11101100 | 11101 | 11101001 | 0 | 1011000 | 1 | 111 | 100101101 | 1010100 | 110100 |
Color Harmonies of #EC1DE9
Complementary color
Monochromatic Colors of #EC1DE9
Black with #EC1DE9
Text Example
Text Example
White with #EC1DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1DE9; }
p { color: rgb(236,29,233); }
H1.HeaderClassName
{
color: #EC1DE9;
}
.AnyTagClassName
{
color: #EC1DE9;
}
</style>
background-color css
<style>
a { background-color: #EC1DE9; }
a { background-color: rgb(236,29,233); }
div.DivClassName
{
background-color: #EC1DE9;
}
.BgClassName
{
background-color: #EC1DE9;
}
</style>
border-color css
<style>
span { border-color: #EC1DE9; }
span { border-color: rgb(236,29,233); }
td.TdClassName
{
border-color: #EC1DE9;
}
.TagClassName
{
border-color: #EC1DE9;
}
</style>