Html Css Color HEX #EC57C2 Free Speech Magenta
📋 copy color: '#EC57C2'red 236 ◦ green 87 ◦ blue 194
Shades of Free Speech Magenta #EC57C2
Tints of Free Speech Magenta #EC57C2
RGB
CMYK
RGB Variations
Color information
#EC57C2 (or 0xEC57C2) is known color: Free Speech Magenta. HEX triplet: EC, 57 and C2. RGB value is (236,87,194). Sum of RGB (Red+Green+Blue) = 236+87+194=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 87 (34.38% from 255 or 16.83% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC57C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC57C2 is #13A83D. Grayscale: #8F8F8F. Windows color (decimal): -1288254 or 12736492. OLE color: 12736492.
HSL color Cylindrical-coordinate representation of color #EC57C2: hue angle of 316.91º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC57C2 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 87 | 194 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.07 |
| HSL | 316.91º | 0.8% | 0.63% | - |
| HSV(B) | 316.91º | 0.63% | 0.93% | - |
| XYZ | 47.74 | 28.54 | 54.03 | - |
| YUV | 143.75 | 156.36 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 87 | 194 | 0 | 0.63 | 0.18 | 0.07 | 316.91 | 0.8 | 0.63 |
| Hex | EC | 57 | C2 | 0 | 3F | 12 | 7 | 13D | 50 | 3F |
| Octal | 354 | 127 | 302 | 0 | 77 | 22 | 7 | 475 | 120 | 77 |
| Binary | 11101100 | 1010111 | 11000010 | 0 | 111111 | 10010 | 111 | 100111101 | 1010000 | 111111 |
Color Harmonies of #EC57C2
Complementary color
Monochromatic Colors of #EC57C2
Black with #EC57C2
Text Example
Text Example
White with #EC57C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC57C2; }
p { color: rgb(236,87,194); }
H1.HeaderClassName
{
color: #EC57C2;
}
.AnyTagClassName
{
color: #EC57C2;
}
</style>
background-color css
<style>
a { background-color: #EC57C2; }
a { background-color: rgb(236,87,194); }
div.DivClassName
{
background-color: #EC57C2;
}
.BgClassName
{
background-color: #EC57C2;
}
</style>
border-color css
<style>
span { border-color: #EC57C2; }
span { border-color: rgb(236,87,194); }
td.TdClassName
{
border-color: #EC57C2;
}
.TagClassName
{
border-color: #EC57C2;
}
</style>