Html Css Color HEX #EC54EC Free Speech Magenta
📋 copy color: '#EC54EC'red 236 ◦ green 84 ◦ blue 236
Shades of Free Speech Magenta #EC54EC
Tints of Free Speech Magenta #EC54EC
RGB
CMYK
RGB Variations
Color information
#EC54EC (or 0xEC54EC) is known color: Free Speech Magenta. HEX triplet: EC, 54 and EC. RGB value is (236,84,236). Sum of RGB (Red+Green+Blue) = 236+84+236=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 84 (33.20% from 255 or 15.11% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC54EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC54EC is #13AB13. Grayscale: #929292. Windows color (decimal): -1288980 or 15488236. OLE color: 15488236.
HSL color Cylindrical-coordinate representation of color #EC54EC: 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 #EC54EC is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 236 | - |
| CMYK | 0 | 0.64 | 0 | 0.07 |
| HSL | 300º | 0.8% | 0.63% | - |
| HSV(B) | 300º | 0.64% | 0.93% | - |
| XYZ | 52.9 | 30.23 | 82.4 | - |
| YUV | 146.78 | 178.36 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 236 | 0 | 0.64 | 0 | 0.07 | 300 | 0.8 | 0.63 |
| Hex | EC | 54 | EC | 0 | 40 | 0 | 7 | 12C | 50 | 3F |
| Octal | 354 | 124 | 354 | 0 | 100 | 0 | 7 | 454 | 120 | 77 |
| Binary | 11101100 | 1010100 | 11101100 | 0 | 1000000 | 0 | 111 | 100101100 | 1010000 | 111111 |
Color Harmonies of #EC54EC
Complementary color
Monochromatic Colors of #EC54EC
Black with #EC54EC
Text Example
Text Example
White with #EC54EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC54EC; }
p { color: rgb(236,84,236); }
H1.HeaderClassName
{
color: #EC54EC;
}
.AnyTagClassName
{
color: #EC54EC;
}
</style>
background-color css
<style>
a { background-color: #EC54EC; }
a { background-color: rgb(236,84,236); }
div.DivClassName
{
background-color: #EC54EC;
}
.BgClassName
{
background-color: #EC54EC;
}
</style>
border-color css
<style>
span { border-color: #EC54EC; }
span { border-color: rgb(236,84,236); }
td.TdClassName
{
border-color: #EC54EC;
}
.TagClassName
{
border-color: #EC54EC;
}
</style>