Shades of Magenta #EC1DE8
Tints of Magenta #EC1DE8
RGB
CMYK
RGB Variations
Color information
#EC1DE8 (or 0xEC1DE8) is known color: Magenta. HEX triplet: EC, 1D and E8. RGB value is (236,29,232). Sum of RGB (Red+Green+Blue) = 236+29+232=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 29 (11.72% from 255 or 5.84% from 497); Blue value is 232 (91.02% from 255 or 46.68% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1DE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1DE8 is #13E217. Grayscale: #717171. Windows color (decimal): -1303064 or 15212012. OLE color: 15212012.
HSL color Cylindrical-coordinate representation of color #EC1DE8: hue angle of 301.16º 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 #EC1DE8 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 29 | 232 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.07 |
| HSL | 301.16º | 0.84% | 0.52% | - |
| HSV(B) | 301.16º | 0.88% | 0.93% | - |
| XYZ | 49.6 | 24.54 | 78.47 | - |
| YUV | 114.04 | 194.58 | 214.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 232 | 0 | 0.88 | 0.02 | 0.07 | 301.16 | 0.84 | 0.52 |
| Hex | EC | 1D | E8 | 0 | 58 | 2 | 7 | 12D | 54 | 34 |
| Octal | 354 | 35 | 350 | 0 | 130 | 2 | 7 | 455 | 124 | 64 |
| Binary | 11101100 | 11101 | 11101000 | 0 | 1011000 | 10 | 111 | 100101101 | 1010100 | 110100 |
Color Harmonies of #EC1DE8
Complementary color
Monochromatic Colors of #EC1DE8
Black with #EC1DE8
Text Example
Text Example
White with #EC1DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1DE8; }
p { color: rgb(236,29,232); }
H1.HeaderClassName
{
color: #EC1DE8;
}
.AnyTagClassName
{
color: #EC1DE8;
}
</style>
background-color css
<style>
a { background-color: #EC1DE8; }
a { background-color: rgb(236,29,232); }
div.DivClassName
{
background-color: #EC1DE8;
}
.BgClassName
{
background-color: #EC1DE8;
}
</style>
border-color css
<style>
span { border-color: #EC1DE8; }
span { border-color: rgb(236,29,232); }
td.TdClassName
{
border-color: #EC1DE8;
}
.TagClassName
{
border-color: #EC1DE8;
}
</style>