Html Css Color HEX #EF54EC Free Speech Magenta
📋 copy color: '#EF54EC'red 239 ◦ green 84 ◦ blue 236
Shades of Free Speech Magenta #EF54EC
Tints of Free Speech Magenta #EF54EC
RGB
CMYK
RGB Variations
Color information
#EF54EC (or 0xEF54EC) is known color: Free Speech Magenta. HEX triplet: EF, 54 and EC. RGB value is (239,84,236). Sum of RGB (Red+Green+Blue) = 239+84+236=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 84 (33.20% from 255 or 15.03% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EF54EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF54EC is #10AB13. Grayscale: #939393. Windows color (decimal): -1092372 or 15488239. OLE color: 15488239.
HSL color Cylindrical-coordinate representation of color #EF54EC: hue angle of 301.16º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EF54EC is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 84 | 236 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.06 |
| HSL | 301.16º | 0.83% | 0.63% | - |
| HSV(B) | 301.16º | 0.65% | 0.94% | - |
| XYZ | 53.91 | 30.75 | 82.45 | - |
| YUV | 147.67 | 177.85 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 84 | 236 | 0 | 0.65 | 0.01 | 0.06 | 301.16 | 0.83 | 0.63 |
| Hex | EF | 54 | EC | 0 | 41 | 1 | 6 | 12D | 53 | 3F |
| Octal | 357 | 124 | 354 | 0 | 101 | 1 | 6 | 455 | 123 | 77 |
| Binary | 11101111 | 1010100 | 11101100 | 0 | 1000001 | 1 | 110 | 100101101 | 1010011 | 111111 |
Color Harmonies of #EF54EC
Complementary color
Monochromatic Colors of #EF54EC
Black with #EF54EC
Text Example
Text Example
White with #EF54EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF54EC; }
p { color: rgb(239,84,236); }
H1.HeaderClassName
{
color: #EF54EC;
}
.AnyTagClassName
{
color: #EF54EC;
}
</style>
background-color css
<style>
a { background-color: #EF54EC; }
a { background-color: rgb(239,84,236); }
div.DivClassName
{
background-color: #EF54EC;
}
.BgClassName
{
background-color: #EF54EC;
}
</style>
border-color css
<style>
span { border-color: #EF54EC; }
span { border-color: rgb(239,84,236); }
td.TdClassName
{
border-color: #EF54EC;
}
.TagClassName
{
border-color: #EF54EC;
}
</style>