Html Css Color HEX #EC57D6 Free Speech Magenta
📋 copy color: '#EC57D6'red 236 ◦ green 87 ◦ blue 214
Shades of Free Speech Magenta #EC57D6
Tints of Free Speech Magenta #EC57D6
RGB
CMYK
RGB Variations
Color information
#EC57D6 (or 0xEC57D6) is known color: Free Speech Magenta. HEX triplet: EC, 57 and D6. RGB value is (236,87,214). Sum of RGB (Red+Green+Blue) = 236+87+214=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 87 (34.38% from 255 or 16.20% from 537); Blue value is 214 (83.98% from 255 or 39.85% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #EC57D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC57D6 is #13A829. Grayscale: #919191. Windows color (decimal): -1288234 or 14047212. OLE color: 14047212.
HSL color Cylindrical-coordinate representation of color #EC57D6: hue angle of 308.86º 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 #EC57D6 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 87 | 214 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.07 |
| HSL | 308.86º | 0.8% | 0.63% | - |
| HSV(B) | 308.86º | 0.63% | 0.93% | - |
| XYZ | 50.14 | 29.5 | 66.67 | - |
| YUV | 146.03 | 166.36 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 87 | 214 | 0 | 0.63 | 0.09 | 0.07 | 308.86 | 0.8 | 0.63 |
| Hex | EC | 57 | D6 | 0 | 3F | 9 | 7 | 135 | 50 | 3F |
| Octal | 354 | 127 | 326 | 0 | 77 | 11 | 7 | 465 | 120 | 77 |
| Binary | 11101100 | 1010111 | 11010110 | 0 | 111111 | 1001 | 111 | 100110101 | 1010000 | 111111 |
Color Harmonies of #EC57D6
Complementary color
Monochromatic Colors of #EC57D6
Black with #EC57D6
Text Example
Text Example
White with #EC57D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC57D6; }
p { color: rgb(236,87,214); }
H1.HeaderClassName
{
color: #EC57D6;
}
.AnyTagClassName
{
color: #EC57D6;
}
</style>
background-color css
<style>
a { background-color: #EC57D6; }
a { background-color: rgb(236,87,214); }
div.DivClassName
{
background-color: #EC57D6;
}
.BgClassName
{
background-color: #EC57D6;
}
</style>
border-color css
<style>
span { border-color: #EC57D6; }
span { border-color: rgb(236,87,214); }
td.TdClassName
{
border-color: #EC57D6;
}
.TagClassName
{
border-color: #EC57D6;
}
</style>