Html Css Color HEX #EF50EC Free Speech Magenta
📋 copy color: '#EF50EC'red 239 ◦ green 80 ◦ blue 236
Shades of Free Speech Magenta #EF50EC
Tints of Free Speech Magenta #EF50EC
RGB
CMYK
RGB Variations
Color information
#EF50EC (or 0xEF50EC) is known color: Free Speech Magenta. HEX triplet: EF, 50 and EC. RGB value is (239,80,236). Sum of RGB (Red+Green+Blue) = 239+80+236=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 80 (31.64% from 255 or 14.41% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EF50EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF50EC is #10AF13. Grayscale: #909090. Windows color (decimal): -1093396 or 15487215. OLE color: 15487215.
HSL color Cylindrical-coordinate representation of color #EF50EC: hue angle of 301.13º 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 #EF50EC is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 80 | 236 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.06 |
| HSL | 301.13º | 0.83% | 0.63% | - |
| HSV(B) | 301.13º | 0.67% | 0.94% | - |
| XYZ | 53.61 | 30.14 | 82.35 | - |
| YUV | 145.33 | 179.18 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 236 | 0 | 0.67 | 0.01 | 0.06 | 301.13 | 0.83 | 0.63 |
| Hex | EF | 50 | EC | 0 | 43 | 1 | 6 | 12D | 53 | 3F |
| Octal | 357 | 120 | 354 | 0 | 103 | 1 | 6 | 455 | 123 | 77 |
| Binary | 11101111 | 1010000 | 11101100 | 0 | 1000011 | 1 | 110 | 100101101 | 1010011 | 111111 |
Color Harmonies of #EF50EC
Complementary color
Monochromatic Colors of #EF50EC
Black with #EF50EC
Text Example
Text Example
White with #EF50EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF50EC; }
p { color: rgb(239,80,236); }
H1.HeaderClassName
{
color: #EF50EC;
}
.AnyTagClassName
{
color: #EF50EC;
}
</style>
background-color css
<style>
a { background-color: #EF50EC; }
a { background-color: rgb(239,80,236); }
div.DivClassName
{
background-color: #EF50EC;
}
.BgClassName
{
background-color: #EF50EC;
}
</style>
border-color css
<style>
span { border-color: #EF50EC; }
span { border-color: rgb(239,80,236); }
td.TdClassName
{
border-color: #EF50EC;
}
.TagClassName
{
border-color: #EF50EC;
}
</style>