Html Css Color HEX #EF47EC Free Speech Magenta
📋 copy color: '#EF47EC'red 239 ◦ green 71 ◦ blue 236
Shades of Free Speech Magenta #EF47EC
Tints of Free Speech Magenta #EF47EC
RGB
CMYK
RGB Variations
Color information
#EF47EC (or 0xEF47EC) is known color: Free Speech Magenta. HEX triplet: EF, 47 and EC. RGB value is (239,71,236). Sum of RGB (Red+Green+Blue) = 239+71+236=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 71 (28.12% from 255 or 13.00% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EF47EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF47EC is #10B813. Grayscale: #8B8B8B. Windows color (decimal): -1095700 or 15484911. OLE color: 15484911.
HSL color Cylindrical-coordinate representation of color #EF47EC: hue angle of 301.07º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF47EC is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 71 | 236 | - |
| CMYK | 0 | 0.70 | 0.01 | 0.06 |
| HSL | 301.07º | 0.84% | 0.61% | - |
| HSV(B) | 301.07º | 0.7% | 0.94% | - |
| XYZ | 52.99 | 28.91 | 82.14 | - |
| YUV | 140.04 | 182.16 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 71 | 236 | 0 | 0.70 | 0.01 | 0.06 | 301.07 | 0.84 | 0.61 |
| Hex | EF | 47 | EC | 0 | 46 | 1 | 6 | 12D | 54 | 3D |
| Octal | 357 | 107 | 354 | 0 | 106 | 1 | 6 | 455 | 124 | 75 |
| Binary | 11101111 | 1000111 | 11101100 | 0 | 1000110 | 1 | 110 | 100101101 | 1010100 | 111101 |
Color Harmonies of #EF47EC
Complementary color
Monochromatic Colors of #EF47EC
Black with #EF47EC
Text Example
Text Example
White with #EF47EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF47EC; }
p { color: rgb(239,71,236); }
H1.HeaderClassName
{
color: #EF47EC;
}
.AnyTagClassName
{
color: #EF47EC;
}
</style>
background-color css
<style>
a { background-color: #EF47EC; }
a { background-color: rgb(239,71,236); }
div.DivClassName
{
background-color: #EF47EC;
}
.BgClassName
{
background-color: #EF47EC;
}
</style>
border-color css
<style>
span { border-color: #EF47EC; }
span { border-color: rgb(239,71,236); }
td.TdClassName
{
border-color: #EF47EC;
}
.TagClassName
{
border-color: #EF47EC;
}
</style>