Html Css Color HEX #EC51EC Free Speech Magenta
📋 copy color: '#EC51EC'red 236 ◦ green 81 ◦ blue 236
Shades of Free Speech Magenta #EC51EC
Tints of Free Speech Magenta #EC51EC
RGB
CMYK
RGB Variations
Color information
#EC51EC (or 0xEC51EC) is known color: Free Speech Magenta. HEX triplet: EC, 51 and EC. RGB value is (236,81,236). Sum of RGB (Red+Green+Blue) = 236+81+236=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 81 (32.03% from 255 or 14.65% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC51EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC51EC is #13AE13. Grayscale: #909090. Windows color (decimal): -1289748 or 15487468. OLE color: 15487468.
HSL color Cylindrical-coordinate representation of color #EC51EC: hue angle of 300º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC51EC is Cyan = 0, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 236 | - |
| CMYK | 0 | 0.66 | 0 | 0.07 |
| HSL | 300º | 0.8% | 0.62% | - |
| HSV(B) | 300º | 0.66% | 0.93% | - |
| XYZ | 52.67 | 29.77 | 82.33 | - |
| YUV | 145.02 | 179.35 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 236 | 0 | 0.66 | 0 | 0.07 | 300 | 0.8 | 0.62 |
| Hex | EC | 51 | EC | 0 | 42 | 0 | 7 | 12C | 50 | 3E |
| Octal | 354 | 121 | 354 | 0 | 102 | 0 | 7 | 454 | 120 | 76 |
| Binary | 11101100 | 1010001 | 11101100 | 0 | 1000010 | 0 | 111 | 100101100 | 1010000 | 111110 |
Color Harmonies of #EC51EC
Complementary color
Monochromatic Colors of #EC51EC
Black with #EC51EC
Text Example
Text Example
White with #EC51EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC51EC; }
p { color: rgb(236,81,236); }
H1.HeaderClassName
{
color: #EC51EC;
}
.AnyTagClassName
{
color: #EC51EC;
}
</style>
background-color css
<style>
a { background-color: #EC51EC; }
a { background-color: rgb(236,81,236); }
div.DivClassName
{
background-color: #EC51EC;
}
.BgClassName
{
background-color: #EC51EC;
}
</style>
border-color css
<style>
span { border-color: #EC51EC; }
span { border-color: rgb(236,81,236); }
td.TdClassName
{
border-color: #EC51EC;
}
.TagClassName
{
border-color: #EC51EC;
}
</style>