Html Css Color HEX #EF4EF1 Free Speech Magenta
📋 copy color: '#EF4EF1'red 239 ◦ green 78 ◦ blue 241
Shades of Free Speech Magenta #EF4EF1
Tints of Free Speech Magenta #EF4EF1
RGB
CMYK
RGB Variations
Color information
#EF4EF1 (or 0xEF4EF1) is known color: Free Speech Magenta. HEX triplet: EF, 4E and F1. RGB value is (239,78,241). Sum of RGB (Red+Green+Blue) = 239+78+241=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 78 (30.86% from 255 or 13.98% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #EF4EF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF4EF1 is #10B10E. Grayscale: #909090. Windows color (decimal): -1093903 or 15814383. OLE color: 15814383.
HSL color Cylindrical-coordinate representation of color #EF4EF1: hue angle of 299.26º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF4EF1 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 78 | 241 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.05 |
| HSL | 299.26º | 0.85% | 0.63% | - |
| HSV(B) | 299.26º | 0.68% | 0.95% | - |
| XYZ | 54.2 | 30.15 | 86.18 | - |
| YUV | 144.72 | 182.34 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 78 | 241 | 0.01 | 0.68 | 0 | 0.05 | 299.26 | 0.85 | 0.63 |
| Hex | EF | 4E | F1 | 1 | 44 | 0 | 5 | 12B | 55 | 3F |
| Octal | 357 | 116 | 361 | 1 | 104 | 0 | 5 | 453 | 125 | 77 |
| Binary | 11101111 | 1001110 | 11110001 | 1 | 1000100 | 0 | 101 | 100101011 | 1010101 | 111111 |
Color Harmonies of #EF4EF1
Complementary color
Monochromatic Colors of #EF4EF1
Black with #EF4EF1
Text Example
Text Example
White with #EF4EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4EF1; }
p { color: rgb(239,78,241); }
H1.HeaderClassName
{
color: #EF4EF1;
}
.AnyTagClassName
{
color: #EF4EF1;
}
</style>
background-color css
<style>
a { background-color: #EF4EF1; }
a { background-color: rgb(239,78,241); }
div.DivClassName
{
background-color: #EF4EF1;
}
.BgClassName
{
background-color: #EF4EF1;
}
</style>
border-color css
<style>
span { border-color: #EF4EF1; }
span { border-color: rgb(239,78,241); }
td.TdClassName
{
border-color: #EF4EF1;
}
.TagClassName
{
border-color: #EF4EF1;
}
</style>