Html Css Color HEX #EC57CF Free Speech Magenta
📋 copy color: '#EC57CF'red 236 ◦ green 87 ◦ blue 207
Shades of Free Speech Magenta #EC57CF
Tints of Free Speech Magenta #EC57CF
RGB
CMYK
RGB Variations
Color information
#EC57CF (or 0xEC57CF) is known color: Free Speech Magenta. HEX triplet: EC, 57 and CF. RGB value is (236,87,207). Sum of RGB (Red+Green+Blue) = 236+87+207=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 87 (34.38% from 255 or 16.42% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #EC57CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC57CF is #13A830. Grayscale: #909090. Windows color (decimal): -1288241 or 13588460. OLE color: 13588460.
HSL color Cylindrical-coordinate representation of color #EC57CF: hue angle of 311.68º 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 #EC57CF is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 87 | 207 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.07 |
| HSL | 311.68º | 0.8% | 0.63% | - |
| HSV(B) | 311.68º | 0.63% | 0.93% | - |
| XYZ | 49.26 | 29.15 | 62.06 | - |
| YUV | 145.23 | 162.86 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 87 | 207 | 0 | 0.63 | 0.12 | 0.07 | 311.68 | 0.8 | 0.63 |
| Hex | EC | 57 | CF | 0 | 3F | C | 7 | 138 | 50 | 3F |
| Octal | 354 | 127 | 317 | 0 | 77 | 14 | 7 | 470 | 120 | 77 |
| Binary | 11101100 | 1010111 | 11001111 | 0 | 111111 | 1100 | 111 | 100111000 | 1010000 | 111111 |
Color Harmonies of #EC57CF
Complementary color
Monochromatic Colors of #EC57CF
Black with #EC57CF
Text Example
Text Example
White with #EC57CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC57CF; }
p { color: rgb(236,87,207); }
H1.HeaderClassName
{
color: #EC57CF;
}
.AnyTagClassName
{
color: #EC57CF;
}
</style>
background-color css
<style>
a { background-color: #EC57CF; }
a { background-color: rgb(236,87,207); }
div.DivClassName
{
background-color: #EC57CF;
}
.BgClassName
{
background-color: #EC57CF;
}
</style>
border-color css
<style>
span { border-color: #EC57CF; }
span { border-color: rgb(236,87,207); }
td.TdClassName
{
border-color: #EC57CF;
}
.TagClassName
{
border-color: #EC57CF;
}
</style>