Html Css Color HEX #EC50F1 Free Speech Magenta
📋 copy color: '#EC50F1'red 236 ◦ green 80 ◦ blue 241
Shades of Free Speech Magenta #EC50F1
Tints of Free Speech Magenta #EC50F1
RGB
CMYK
RGB Variations
Color information
#EC50F1 (or 0xEC50F1) is known color: Free Speech Magenta. HEX triplet: EC, 50 and F1. RGB value is (236,80,241). Sum of RGB (Red+Green+Blue) = 236+80+241=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 80 (31.64% from 255 or 14.36% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC50F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC50F1 is #13AF0E. Grayscale: #909090. Windows color (decimal): -1289999 or 15814892. OLE color: 15814892.
HSL color Cylindrical-coordinate representation of color #EC50F1: hue angle of 298.14º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC50F1 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 80 | 241 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.05 |
| HSL | 298.14º | 0.85% | 0.63% | - |
| HSV(B) | 298.14º | 0.67% | 0.95% | - |
| XYZ | 53.34 | 29.92 | 86.18 | - |
| YUV | 145 | 182.18 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 241 | 0.02 | 0.67 | 0 | 0.05 | 298.14 | 0.85 | 0.63 |
| Hex | EC | 50 | F1 | 2 | 43 | 0 | 5 | 12A | 55 | 3F |
| Octal | 354 | 120 | 361 | 2 | 103 | 0 | 5 | 452 | 125 | 77 |
| Binary | 11101100 | 1010000 | 11110001 | 10 | 1000011 | 0 | 101 | 100101010 | 1010101 | 111111 |
Color Harmonies of #EC50F1
Complementary color
Monochromatic Colors of #EC50F1
Black with #EC50F1
Text Example
Text Example
White with #EC50F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC50F1; }
p { color: rgb(236,80,241); }
H1.HeaderClassName
{
color: #EC50F1;
}
.AnyTagClassName
{
color: #EC50F1;
}
</style>
background-color css
<style>
a { background-color: #EC50F1; }
a { background-color: rgb(236,80,241); }
div.DivClassName
{
background-color: #EC50F1;
}
.BgClassName
{
background-color: #EC50F1;
}
</style>
border-color css
<style>
span { border-color: #EC50F1; }
span { border-color: rgb(236,80,241); }
td.TdClassName
{
border-color: #EC50F1;
}
.TagClassName
{
border-color: #EC50F1;
}
</style>