Html Css Color HEX #EF4DF1 Free Speech Magenta
📋 copy color: '#EF4DF1'red 239 ◦ green 77 ◦ blue 241
Shades of Free Speech Magenta #EF4DF1
Tints of Free Speech Magenta #EF4DF1
RGB
CMYK
RGB Variations
Color information
#EF4DF1 (or 0xEF4DF1) is known color: Free Speech Magenta. HEX triplet: EF, 4D and F1. RGB value is (239,77,241). Sum of RGB (Red+Green+Blue) = 239+77+241=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 77 (30.47% from 255 or 13.82% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #EF4DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF4DF1 is #10B20E. Grayscale: #8F8F8F. Windows color (decimal): -1094159 or 15814127. OLE color: 15814127.
HSL color Cylindrical-coordinate representation of color #EF4DF1: hue angle of 299.27º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF4DF1 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 77 | 241 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.05 |
| HSL | 299.27º | 0.85% | 0.62% | - |
| HSV(B) | 299.27º | 0.68% | 0.95% | - |
| XYZ | 54.13 | 30.01 | 86.16 | - |
| YUV | 144.13 | 182.67 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 77 | 241 | 0.01 | 0.68 | 0 | 0.05 | 299.27 | 0.85 | 0.62 |
| Hex | EF | 4D | F1 | 1 | 44 | 0 | 5 | 12B | 55 | 3E |
| Octal | 357 | 115 | 361 | 1 | 104 | 0 | 5 | 453 | 125 | 76 |
| Binary | 11101111 | 1001101 | 11110001 | 1 | 1000100 | 0 | 101 | 100101011 | 1010101 | 111110 |
Color Harmonies of #EF4DF1
Complementary color
Monochromatic Colors of #EF4DF1
Black with #EF4DF1
Text Example
Text Example
White with #EF4DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4DF1; }
p { color: rgb(239,77,241); }
H1.HeaderClassName
{
color: #EF4DF1;
}
.AnyTagClassName
{
color: #EF4DF1;
}
</style>
background-color css
<style>
a { background-color: #EF4DF1; }
a { background-color: rgb(239,77,241); }
div.DivClassName
{
background-color: #EF4DF1;
}
.BgClassName
{
background-color: #EF4DF1;
}
</style>
border-color css
<style>
span { border-color: #EF4DF1; }
span { border-color: rgb(239,77,241); }
td.TdClassName
{
border-color: #EF4DF1;
}
.TagClassName
{
border-color: #EF4DF1;
}
</style>