Html Css Color HEX #EF49F0 Free Speech Magenta
📋 copy color: '#EF49F0'red 239 ◦ green 73 ◦ blue 240
Shades of Free Speech Magenta #EF49F0
Tints of Free Speech Magenta #EF49F0
RGB
CMYK
RGB Variations
Color information
#EF49F0 (or 0xEF49F0) is known color: Free Speech Magenta. HEX triplet: EF, 49 and F0. RGB value is (239,73,240). Sum of RGB (Red+Green+Blue) = 239+73+240=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 73 (28.91% from 255 or 13.22% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 240 - color contains mainly: blue. Hex color #EF49F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF49F0 is #10B60F. Grayscale: #8D8D8D. Windows color (decimal): -1095184 or 15747567. OLE color: 15747567.
HSL color Cylindrical-coordinate representation of color #EF49F0: hue angle of 299.64º degrees, saturation: 0.85, 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 #EF49F0 is Cyan = 0.00, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 73 | 240 | - |
| CMYK | 0.00 | 0.70 | 0 | 0.06 |
| HSL | 299.64º | 0.85% | 0.61% | - |
| HSV(B) | 299.64º | 0.7% | 0.94% | - |
| XYZ | 53.71 | 29.41 | 85.28 | - |
| YUV | 141.67 | 183.5 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 73 | 240 | 0.00 | 0.70 | 0 | 0.06 | 299.64 | 0.85 | 0.61 |
| Hex | EF | 49 | F0 | 0 | 46 | 0 | 6 | 12C | 55 | 3D |
| Octal | 357 | 111 | 360 | 0 | 106 | 0 | 6 | 454 | 125 | 75 |
| Binary | 11101111 | 1001001 | 11110000 | 0 | 1000110 | 0 | 110 | 100101100 | 1010101 | 111101 |
Color Harmonies of #EF49F0
Complementary color
Monochromatic Colors of #EF49F0
Black with #EF49F0
Text Example
Text Example
White with #EF49F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF49F0; }
p { color: rgb(239,73,240); }
H1.HeaderClassName
{
color: #EF49F0;
}
.AnyTagClassName
{
color: #EF49F0;
}
</style>
background-color css
<style>
a { background-color: #EF49F0; }
a { background-color: rgb(239,73,240); }
div.DivClassName
{
background-color: #EF49F0;
}
.BgClassName
{
background-color: #EF49F0;
}
</style>
border-color css
<style>
span { border-color: #EF49F0; }
span { border-color: rgb(239,73,240); }
td.TdClassName
{
border-color: #EF49F0;
}
.TagClassName
{
border-color: #EF49F0;
}
</style>