Shades of Magenta #EC1DE6
Tints of Magenta #EC1DE6
RGB
CMYK
RGB Variations
Color information
#EC1DE6 (or 0xEC1DE6) is known color: Magenta. HEX triplet: EC, 1D and E6. RGB value is (236,29,230). Sum of RGB (Red+Green+Blue) = 236+29+230=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 29 (11.72% from 255 or 5.86% from 495); Blue value is 230 (90.23% from 255 or 46.46% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1DE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1DE6 is #13E219. Grayscale: #717171. Windows color (decimal): -1303066 or 15080940. OLE color: 15080940.
HSL color Cylindrical-coordinate representation of color #EC1DE6: hue angle of 301.74º 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 #EC1DE6 is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 29 | 230 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.07 |
| HSL | 301.74º | 0.84% | 0.52% | - |
| HSV(B) | 301.74º | 0.88% | 0.93% | - |
| XYZ | 49.31 | 24.42 | 76.98 | - |
| YUV | 113.81 | 193.58 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 230 | 0 | 0.88 | 0.03 | 0.07 | 301.74 | 0.84 | 0.52 |
| Hex | EC | 1D | E6 | 0 | 58 | 3 | 7 | 12E | 54 | 34 |
| Octal | 354 | 35 | 346 | 0 | 130 | 3 | 7 | 456 | 124 | 64 |
| Binary | 11101100 | 11101 | 11100110 | 0 | 1011000 | 11 | 111 | 100101110 | 1010100 | 110100 |
Color Harmonies of #EC1DE6
Complementary color
Monochromatic Colors of #EC1DE6
Black with #EC1DE6
Text Example
Text Example
White with #EC1DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1DE6; }
p { color: rgb(236,29,230); }
H1.HeaderClassName
{
color: #EC1DE6;
}
.AnyTagClassName
{
color: #EC1DE6;
}
</style>
background-color css
<style>
a { background-color: #EC1DE6; }
a { background-color: rgb(236,29,230); }
div.DivClassName
{
background-color: #EC1DE6;
}
.BgClassName
{
background-color: #EC1DE6;
}
</style>
border-color css
<style>
span { border-color: #EC1DE6; }
span { border-color: rgb(236,29,230); }
td.TdClassName
{
border-color: #EC1DE6;
}
.TagClassName
{
border-color: #EC1DE6;
}
</style>