Html Css Color HEX #EF3FEC Free Speech Magenta
📋 copy color: '#EF3FEC'red 239 ◦ green 63 ◦ blue 236
Shades of Free Speech Magenta #EF3FEC
Tints of Free Speech Magenta #EF3FEC
RGB
CMYK
RGB Variations
Color information
#EF3FEC (or 0xEF3FEC) is known color: Free Speech Magenta. HEX triplet: EF, 3F and EC. RGB value is (239,63,236). Sum of RGB (Red+Green+Blue) = 239+63+236=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 63 (25% from 255 or 11.71% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3FEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF3FEC is #10C013. Grayscale: #868686. Windows color (decimal): -1097748 or 15482863. OLE color: 15482863.
HSL color Cylindrical-coordinate representation of color #EF3FEC: hue angle of 301.02º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF3FEC is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 63 | 236 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.06 |
| HSL | 301.02º | 0.85% | 0.59% | - |
| HSV(B) | 301.02º | 0.74% | 0.94% | - |
| XYZ | 52.51 | 27.96 | 81.99 | - |
| YUV | 135.35 | 184.81 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 63 | 236 | 0 | 0.74 | 0.01 | 0.06 | 301.02 | 0.85 | 0.59 |
| Hex | EF | 3F | EC | 0 | 4A | 1 | 6 | 12D | 55 | 3B |
| Octal | 357 | 77 | 354 | 0 | 112 | 1 | 6 | 455 | 125 | 73 |
| Binary | 11101111 | 111111 | 11101100 | 0 | 1001010 | 1 | 110 | 100101101 | 1010101 | 111011 |
Color Harmonies of #EF3FEC
Complementary color
Monochromatic Colors of #EF3FEC
Black with #EF3FEC
Text Example
Text Example
White with #EF3FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3FEC; }
p { color: rgb(239,63,236); }
H1.HeaderClassName
{
color: #EF3FEC;
}
.AnyTagClassName
{
color: #EF3FEC;
}
</style>
background-color css
<style>
a { background-color: #EF3FEC; }
a { background-color: rgb(239,63,236); }
div.DivClassName
{
background-color: #EF3FEC;
}
.BgClassName
{
background-color: #EF3FEC;
}
</style>
border-color css
<style>
span { border-color: #EF3FEC; }
span { border-color: rgb(239,63,236); }
td.TdClassName
{
border-color: #EF3FEC;
}
.TagClassName
{
border-color: #EF3FEC;
}
</style>