Html Css Color HEX #EC54C0 Free Speech Magenta
📋 copy color: '#EC54C0'red 236 ◦ green 84 ◦ blue 192
Shades of Free Speech Magenta #EC54C0
Tints of Free Speech Magenta #EC54C0
RGB
CMYK
RGB Variations
Color information
#EC54C0 (or 0xEC54C0) is known color: Free Speech Magenta. HEX triplet: EC, 54 and C0. RGB value is (236,84,192). Sum of RGB (Red+Green+Blue) = 236+84+192=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 84 (33.20% from 255 or 16.41% from 512); Blue value is 192 (75.39% from 255 or 37.5% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC54C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC54C0 is #13AB3F. Grayscale: #8D8D8D. Windows color (decimal): -1289024 or 12604652. OLE color: 12604652.
HSL color Cylindrical-coordinate representation of color #EC54C0: hue angle of 317.37º 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 #EC54C0 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 192 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.07 |
| HSL | 317.37º | 0.8% | 0.63% | - |
| HSV(B) | 317.37º | 0.64% | 0.93% | - |
| XYZ | 47.28 | 27.98 | 52.78 | - |
| YUV | 141.76 | 156.36 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 192 | 0 | 0.64 | 0.19 | 0.07 | 317.37 | 0.8 | 0.63 |
| Hex | EC | 54 | C0 | 0 | 40 | 13 | 7 | 13D | 50 | 3F |
| Octal | 354 | 124 | 300 | 0 | 100 | 23 | 7 | 475 | 120 | 77 |
| Binary | 11101100 | 1010100 | 11000000 | 0 | 1000000 | 10011 | 111 | 100111101 | 1010000 | 111111 |
Color Harmonies of #EC54C0
Complementary color
Monochromatic Colors of #EC54C0
Black with #EC54C0
Text Example
Text Example
White with #EC54C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC54C0; }
p { color: rgb(236,84,192); }
H1.HeaderClassName
{
color: #EC54C0;
}
.AnyTagClassName
{
color: #EC54C0;
}
</style>
background-color css
<style>
a { background-color: #EC54C0; }
a { background-color: rgb(236,84,192); }
div.DivClassName
{
background-color: #EC54C0;
}
.BgClassName
{
background-color: #EC54C0;
}
</style>
border-color css
<style>
span { border-color: #EC54C0; }
span { border-color: rgb(236,84,192); }
td.TdClassName
{
border-color: #EC54C0;
}
.TagClassName
{
border-color: #EC54C0;
}
</style>