Html Css Color HEX #EC55C0 Free Speech Magenta
📋 copy color: '#EC55C0'red 236 ◦ green 85 ◦ blue 192
Shades of Free Speech Magenta #EC55C0
Tints of Free Speech Magenta #EC55C0
RGB
CMYK
RGB Variations
Color information
#EC55C0 (or 0xEC55C0) is known color: Free Speech Magenta. HEX triplet: EC, 55 and C0. RGB value is (236,85,192). Sum of RGB (Red+Green+Blue) = 236+85+192=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 85 (33.59% from 255 or 16.57% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC55C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC55C0 is #13AA3F. Grayscale: #8E8E8E. Windows color (decimal): -1288768 or 12604908. OLE color: 12604908.
HSL color Cylindrical-coordinate representation of color #EC55C0: hue angle of 317.48º 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 #EC55C0 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 192 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.07 |
| HSL | 317.48º | 0.8% | 0.63% | - |
| HSV(B) | 317.48º | 0.64% | 0.93% | - |
| XYZ | 47.36 | 28.14 | 52.8 | - |
| YUV | 142.35 | 156.03 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 192 | 0 | 0.64 | 0.19 | 0.07 | 317.48 | 0.8 | 0.63 |
| Hex | EC | 55 | C0 | 0 | 40 | 13 | 7 | 13D | 50 | 3F |
| Octal | 354 | 125 | 300 | 0 | 100 | 23 | 7 | 475 | 120 | 77 |
| Binary | 11101100 | 1010101 | 11000000 | 0 | 1000000 | 10011 | 111 | 100111101 | 1010000 | 111111 |
Color Harmonies of #EC55C0
Complementary color
Monochromatic Colors of #EC55C0
Black with #EC55C0
Text Example
Text Example
White with #EC55C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC55C0; }
p { color: rgb(236,85,192); }
H1.HeaderClassName
{
color: #EC55C0;
}
.AnyTagClassName
{
color: #EC55C0;
}
</style>
background-color css
<style>
a { background-color: #EC55C0; }
a { background-color: rgb(236,85,192); }
div.DivClassName
{
background-color: #EC55C0;
}
.BgClassName
{
background-color: #EC55C0;
}
</style>
border-color css
<style>
span { border-color: #EC55C0; }
span { border-color: rgb(236,85,192); }
td.TdClassName
{
border-color: #EC55C0;
}
.TagClassName
{
border-color: #EC55C0;
}
</style>