Shades of Magenta #EC1BE6
Tints of Magenta #EC1BE6
RGB
CMYK
RGB Variations
Color information
#EC1BE6 (or 0xEC1BE6) is known color: Magenta. HEX triplet: EC, 1B and E6. RGB value is (236,27,230). Sum of RGB (Red+Green+Blue) = 236+27+230=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 27 (10.94% from 255 or 5.48% from 493); Blue value is 230 (90.23% from 255 or 46.65% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1BE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1BE6 is #13E419. Grayscale: #707070. Windows color (decimal): -1303578 or 15080428. OLE color: 15080428.
HSL color Cylindrical-coordinate representation of color #EC1BE6: hue angle of 301.72º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1BE6 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 27 | 230 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.07 |
| HSL | 301.72º | 0.85% | 0.52% | - |
| HSV(B) | 301.72º | 0.89% | 0.93% | - |
| XYZ | 49.27 | 24.33 | 76.96 | - |
| YUV | 112.63 | 194.24 | 215.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 27 | 230 | 0 | 0.89 | 0.03 | 0.07 | 301.72 | 0.85 | 0.52 |
| Hex | EC | 1B | E6 | 0 | 59 | 3 | 7 | 12E | 55 | 34 |
| Octal | 354 | 33 | 346 | 0 | 131 | 3 | 7 | 456 | 125 | 64 |
| Binary | 11101100 | 11011 | 11100110 | 0 | 1011001 | 11 | 111 | 100101110 | 1010101 | 110100 |
Color Harmonies of #EC1BE6
Complementary color
Monochromatic Colors of #EC1BE6
Black with #EC1BE6
Text Example
Text Example
White with #EC1BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1BE6; }
p { color: rgb(236,27,230); }
H1.HeaderClassName
{
color: #EC1BE6;
}
.AnyTagClassName
{
color: #EC1BE6;
}
</style>
background-color css
<style>
a { background-color: #EC1BE6; }
a { background-color: rgb(236,27,230); }
div.DivClassName
{
background-color: #EC1BE6;
}
.BgClassName
{
background-color: #EC1BE6;
}
</style>
border-color css
<style>
span { border-color: #EC1BE6; }
span { border-color: rgb(236,27,230); }
td.TdClassName
{
border-color: #EC1BE6;
}
.TagClassName
{
border-color: #EC1BE6;
}
</style>