Html Css Color HEX #EF4CF1 Free Speech Magenta
📋 copy color: '#EF4CF1'red 239 ◦ green 76 ◦ blue 241
Shades of Free Speech Magenta #EF4CF1
Tints of Free Speech Magenta #EF4CF1
RGB
CMYK
RGB Variations
Color information
#EF4CF1 (or 0xEF4CF1) is known color: Free Speech Magenta. HEX triplet: EF, 4C and F1. RGB value is (239,76,241). Sum of RGB (Red+Green+Blue) = 239+76+241=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 76 (30.08% from 255 or 13.67% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #EF4CF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF4CF1 is #10B30E. Grayscale: #8F8F8F. Windows color (decimal): -1094415 or 15813871. OLE color: 15813871.
HSL color Cylindrical-coordinate representation of color #EF4CF1: 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 #EF4CF1 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 76 | 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.06 | 29.87 | 86.14 | - |
| YUV | 143.55 | 183 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 76 | 241 | 0.01 | 0.68 | 0 | 0.05 | 299.27 | 0.85 | 0.62 |
| Hex | EF | 4C | F1 | 1 | 44 | 0 | 5 | 12B | 55 | 3E |
| Octal | 357 | 114 | 361 | 1 | 104 | 0 | 5 | 453 | 125 | 76 |
| Binary | 11101111 | 1001100 | 11110001 | 1 | 1000100 | 0 | 101 | 100101011 | 1010101 | 111110 |
Color Harmonies of #EF4CF1
Complementary color
Monochromatic Colors of #EF4CF1
Black with #EF4CF1
Text Example
Text Example
White with #EF4CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4CF1; }
p { color: rgb(239,76,241); }
H1.HeaderClassName
{
color: #EF4CF1;
}
.AnyTagClassName
{
color: #EF4CF1;
}
</style>
background-color css
<style>
a { background-color: #EF4CF1; }
a { background-color: rgb(239,76,241); }
div.DivClassName
{
background-color: #EF4CF1;
}
.BgClassName
{
background-color: #EF4CF1;
}
</style>
border-color css
<style>
span { border-color: #EF4CF1; }
span { border-color: rgb(239,76,241); }
td.TdClassName
{
border-color: #EF4CF1;
}
.TagClassName
{
border-color: #EF4CF1;
}
</style>