Html Css Color HEX #EC56C3 Free Speech Magenta
📋 copy color: '#EC56C3'red 236 ◦ green 86 ◦ blue 195
Shades of Free Speech Magenta #EC56C3
Tints of Free Speech Magenta #EC56C3
RGB
CMYK
RGB Variations
Color information
#EC56C3 (or 0xEC56C3) is known color: Free Speech Magenta. HEX triplet: EC, 56 and C3. RGB value is (236,86,195). Sum of RGB (Red+Green+Blue) = 236+86+195=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 86 (33.98% from 255 or 16.63% from 517); Blue value is 195 (76.56% from 255 or 37.72% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC56C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC56C3 is #13A93C. Grayscale: #8E8E8E. Windows color (decimal): -1288509 or 12801772. OLE color: 12801772.
HSL color Cylindrical-coordinate representation of color #EC56C3: hue angle of 316.4º 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 #EC56C3 is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 195 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.07 |
| HSL | 316.4º | 0.8% | 0.63% | - |
| HSV(B) | 316.4º | 0.64% | 0.93% | - |
| XYZ | 47.77 | 28.43 | 54.6 | - |
| YUV | 143.28 | 157.2 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 195 | 0 | 0.64 | 0.17 | 0.07 | 316.4 | 0.8 | 0.63 |
| Hex | EC | 56 | C3 | 0 | 40 | 11 | 7 | 13C | 50 | 3F |
| Octal | 354 | 126 | 303 | 0 | 100 | 21 | 7 | 474 | 120 | 77 |
| Binary | 11101100 | 1010110 | 11000011 | 0 | 1000000 | 10001 | 111 | 100111100 | 1010000 | 111111 |
Color Harmonies of #EC56C3
Complementary color
Monochromatic Colors of #EC56C3
Black with #EC56C3
Text Example
Text Example
White with #EC56C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC56C3; }
p { color: rgb(236,86,195); }
H1.HeaderClassName
{
color: #EC56C3;
}
.AnyTagClassName
{
color: #EC56C3;
}
</style>
background-color css
<style>
a { background-color: #EC56C3; }
a { background-color: rgb(236,86,195); }
div.DivClassName
{
background-color: #EC56C3;
}
.BgClassName
{
background-color: #EC56C3;
}
</style>
border-color css
<style>
span { border-color: #EC56C3; }
span { border-color: rgb(236,86,195); }
td.TdClassName
{
border-color: #EC56C3;
}
.TagClassName
{
border-color: #EC56C3;
}
</style>