Html Css Color HEX #EC56EC Free Speech Magenta
📋 copy color: '#EC56EC'red 236 ◦ green 86 ◦ blue 236
Shades of Free Speech Magenta #EC56EC
Tints of Free Speech Magenta #EC56EC
RGB
CMYK
RGB Variations
Color information
#EC56EC (or 0xEC56EC) is known color: Free Speech Magenta. HEX triplet: EC, 56 and EC. RGB value is (236,86,236). Sum of RGB (Red+Green+Blue) = 236+86+236=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 86 (33.98% from 255 or 15.41% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC56EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC56EC is #13A913. Grayscale: #939393. Windows color (decimal): -1288468 or 15488748. OLE color: 15488748.
HSL color Cylindrical-coordinate representation of color #EC56EC: hue angle of 300º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC56EC is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 236 | - |
| CMYK | 0 | 0.64 | 0 | 0.07 |
| HSL | 300º | 0.8% | 0.63% | - |
| HSV(B) | 300º | 0.64% | 0.93% | - |
| XYZ | 53.06 | 30.54 | 82.46 | - |
| YUV | 147.95 | 177.7 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 236 | 0 | 0.64 | 0 | 0.07 | 300 | 0.8 | 0.63 |
| Hex | EC | 56 | EC | 0 | 40 | 0 | 7 | 12C | 50 | 3F |
| Octal | 354 | 126 | 354 | 0 | 100 | 0 | 7 | 454 | 120 | 77 |
| Binary | 11101100 | 1010110 | 11101100 | 0 | 1000000 | 0 | 111 | 100101100 | 1010000 | 111111 |
Color Harmonies of #EC56EC
Complementary color
Monochromatic Colors of #EC56EC
Black with #EC56EC
Text Example
Text Example
White with #EC56EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC56EC; }
p { color: rgb(236,86,236); }
H1.HeaderClassName
{
color: #EC56EC;
}
.AnyTagClassName
{
color: #EC56EC;
}
</style>
background-color css
<style>
a { background-color: #EC56EC; }
a { background-color: rgb(236,86,236); }
div.DivClassName
{
background-color: #EC56EC;
}
.BgClassName
{
background-color: #EC56EC;
}
</style>
border-color css
<style>
span { border-color: #EC56EC; }
span { border-color: rgb(236,86,236); }
td.TdClassName
{
border-color: #EC56EC;
}
.TagClassName
{
border-color: #EC56EC;
}
</style>