Html Css Color HEX #EC50EF Free Speech Magenta
📋 copy color: '#EC50EF'red 236 ◦ green 80 ◦ blue 239
Shades of Free Speech Magenta #EC50EF
Tints of Free Speech Magenta #EC50EF
RGB
CMYK
RGB Variations
Color information
#EC50EF (or 0xEC50EF) is known color: Free Speech Magenta. HEX triplet: EC, 50 and EF. RGB value is (236,80,239). Sum of RGB (Red+Green+Blue) = 236+80+239=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 80 (31.64% from 255 or 14.41% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC50EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC50EF is #13AF10. Grayscale: #909090. Windows color (decimal): -1290001 or 15683820. OLE color: 15683820.
HSL color Cylindrical-coordinate representation of color #EC50EF: hue angle of 298.87º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC50EF is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 80 | 239 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.06 |
| HSL | 298.87º | 0.83% | 0.63% | - |
| HSV(B) | 298.87º | 0.67% | 0.94% | - |
| XYZ | 53.04 | 29.8 | 84.62 | - |
| YUV | 144.77 | 181.18 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 239 | 0.01 | 0.67 | 0 | 0.06 | 298.87 | 0.83 | 0.63 |
| Hex | EC | 50 | EF | 1 | 43 | 0 | 6 | 12B | 53 | 3F |
| Octal | 354 | 120 | 357 | 1 | 103 | 0 | 6 | 453 | 123 | 77 |
| Binary | 11101100 | 1010000 | 11101111 | 1 | 1000011 | 0 | 110 | 100101011 | 1010011 | 111111 |
Color Harmonies of #EC50EF
Complementary color
Monochromatic Colors of #EC50EF
Black with #EC50EF
Text Example
Text Example
White with #EC50EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC50EF; }
p { color: rgb(236,80,239); }
H1.HeaderClassName
{
color: #EC50EF;
}
.AnyTagClassName
{
color: #EC50EF;
}
</style>
background-color css
<style>
a { background-color: #EC50EF; }
a { background-color: rgb(236,80,239); }
div.DivClassName
{
background-color: #EC50EF;
}
.BgClassName
{
background-color: #EC50EF;
}
</style>
border-color css
<style>
span { border-color: #EC50EF; }
span { border-color: rgb(236,80,239); }
td.TdClassName
{
border-color: #EC50EF;
}
.TagClassName
{
border-color: #EC50EF;
}
</style>