Html Css Color HEX #EF54EF Free Speech Magenta
📋 copy color: '#EF54EF'red 239 ◦ green 84 ◦ blue 239
Shades of Free Speech Magenta #EF54EF
Tints of Free Speech Magenta #EF54EF
RGB
CMYK
RGB Variations
Color information
#EF54EF (or 0xEF54EF) is known color: Free Speech Magenta. HEX triplet: EF, 54 and EF. RGB value is (239,84,239). Sum of RGB (Red+Green+Blue) = 239+84+239=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 84 (33.20% from 255 or 14.95% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF54EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF54EF is #10AB10. Grayscale: #939393. Windows color (decimal): -1092369 or 15684847. OLE color: 15684847.
HSL color Cylindrical-coordinate representation of color #EF54EF: hue angle of 300º 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 #EF54EF is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 84 | 239 | - |
| CMYK | 0 | 0.65 | 0 | 0.06 |
| HSL | 300º | 0.83% | 0.63% | - |
| HSV(B) | 300º | 0.65% | 0.94% | - |
| XYZ | 54.35 | 30.92 | 84.77 | - |
| YUV | 148.02 | 179.35 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 84 | 239 | 0 | 0.65 | 0 | 0.06 | 300 | 0.83 | 0.63 |
| Hex | EF | 54 | EF | 0 | 41 | 0 | 6 | 12C | 53 | 3F |
| Octal | 357 | 124 | 357 | 0 | 101 | 0 | 6 | 454 | 123 | 77 |
| Binary | 11101111 | 1010100 | 11101111 | 0 | 1000001 | 0 | 110 | 100101100 | 1010011 | 111111 |
Color Harmonies of #EF54EF
Complementary color
Monochromatic Colors of #EF54EF
Black with #EF54EF
Text Example
Text Example
White with #EF54EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF54EF; }
p { color: rgb(239,84,239); }
H1.HeaderClassName
{
color: #EF54EF;
}
.AnyTagClassName
{
color: #EF54EF;
}
</style>
background-color css
<style>
a { background-color: #EF54EF; }
a { background-color: rgb(239,84,239); }
div.DivClassName
{
background-color: #EF54EF;
}
.BgClassName
{
background-color: #EF54EF;
}
</style>
border-color css
<style>
span { border-color: #EF54EF; }
span { border-color: rgb(239,84,239); }
td.TdClassName
{
border-color: #EF54EF;
}
.TagClassName
{
border-color: #EF54EF;
}
</style>