Html Css Color HEX #EF49F2 Free Speech Magenta
📋 copy color: '#EF49F2'red 239 ◦ green 73 ◦ blue 242
Shades of Free Speech Magenta #EF49F2
Tints of Free Speech Magenta #EF49F2
RGB
CMYK
RGB Variations
Color information
#EF49F2 (or 0xEF49F2) is known color: Free Speech Magenta. HEX triplet: EF, 49 and F2. RGB value is (239,73,242). Sum of RGB (Red+Green+Blue) = 239+73+242=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 73 (28.91% from 255 or 13.18% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: blue. Hex color #EF49F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF49F2 is #10B60D. Grayscale: #8D8D8D. Windows color (decimal): -1095182 or 15878639. OLE color: 15878639.
HSL color Cylindrical-coordinate representation of color #EF49F2: hue angle of 298.93º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF49F2 is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 73 | 242 | - |
| CMYK | 0.01 | 0.70 | 0 | 0.05 |
| HSL | 298.93º | 0.87% | 0.62% | - |
| HSV(B) | 298.93º | 0.7% | 0.95% | - |
| XYZ | 54.01 | 29.53 | 86.86 | - |
| YUV | 141.9 | 184.5 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 73 | 242 | 0.01 | 0.70 | 0 | 0.05 | 298.93 | 0.87 | 0.62 |
| Hex | EF | 49 | F2 | 1 | 46 | 0 | 5 | 12B | 57 | 3E |
| Octal | 357 | 111 | 362 | 1 | 106 | 0 | 5 | 453 | 127 | 76 |
| Binary | 11101111 | 1001001 | 11110010 | 1 | 1000110 | 0 | 101 | 100101011 | 1010111 | 111110 |
Color Harmonies of #EF49F2
Complementary color
Monochromatic Colors of #EF49F2
Black with #EF49F2
Text Example
Text Example
White with #EF49F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF49F2; }
p { color: rgb(239,73,242); }
H1.HeaderClassName
{
color: #EF49F2;
}
.AnyTagClassName
{
color: #EF49F2;
}
</style>
background-color css
<style>
a { background-color: #EF49F2; }
a { background-color: rgb(239,73,242); }
div.DivClassName
{
background-color: #EF49F2;
}
.BgClassName
{
background-color: #EF49F2;
}
</style>
border-color css
<style>
span { border-color: #EF49F2; }
span { border-color: rgb(239,73,242); }
td.TdClassName
{
border-color: #EF49F2;
}
.TagClassName
{
border-color: #EF49F2;
}
</style>