Html Css Color HEX #EF4DDF Free Speech Magenta
📋 copy color: '#EF4DDF'red 239 ◦ green 77 ◦ blue 223
Shades of Free Speech Magenta #EF4DDF
Tints of Free Speech Magenta #EF4DDF
RGB
CMYK
RGB Variations
Color information
#EF4DDF (or 0xEF4DDF) is known color: Free Speech Magenta. HEX triplet: EF, 4D and DF. RGB value is (239,77,223). Sum of RGB (Red+Green+Blue) = 239+77+223=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 77 (30.47% from 255 or 14.29% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4DDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF4DDF is #10B220. Grayscale: #8D8D8D. Windows color (decimal): -1094177 or 14634479. OLE color: 14634479.
HSL color Cylindrical-coordinate representation of color #EF4DDF: hue angle of 305.93º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF4DDF is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 77 | 223 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.06 |
| HSL | 305.93º | 0.84% | 0.62% | - |
| HSV(B) | 305.93º | 0.68% | 0.94% | - |
| XYZ | 51.57 | 28.99 | 72.69 | - |
| YUV | 142.08 | 173.67 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 77 | 223 | 0 | 0.68 | 0.07 | 0.06 | 305.93 | 0.84 | 0.62 |
| Hex | EF | 4D | DF | 0 | 44 | 7 | 6 | 132 | 54 | 3E |
| Octal | 357 | 115 | 337 | 0 | 104 | 7 | 6 | 462 | 124 | 76 |
| Binary | 11101111 | 1001101 | 11011111 | 0 | 1000100 | 111 | 110 | 100110010 | 1010100 | 111110 |
Color Harmonies of #EF4DDF
Complementary color
Monochromatic Colors of #EF4DDF
Black with #EF4DDF
Text Example
Text Example
White with #EF4DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4DDF; }
p { color: rgb(239,77,223); }
H1.HeaderClassName
{
color: #EF4DDF;
}
.AnyTagClassName
{
color: #EF4DDF;
}
</style>
background-color css
<style>
a { background-color: #EF4DDF; }
a { background-color: rgb(239,77,223); }
div.DivClassName
{
background-color: #EF4DDF;
}
.BgClassName
{
background-color: #EF4DDF;
}
</style>
border-color css
<style>
span { border-color: #EF4DDF; }
span { border-color: rgb(239,77,223); }
td.TdClassName
{
border-color: #EF4DDF;
}
.TagClassName
{
border-color: #EF4DDF;
}
</style>