Html Css Color HEX #EF4CDF Free Speech Magenta
📋 copy color: '#EF4CDF'red 239 ◦ green 76 ◦ blue 223
Shades of Free Speech Magenta #EF4CDF
Tints of Free Speech Magenta #EF4CDF
RGB
CMYK
RGB Variations
Color information
#EF4CDF (or 0xEF4CDF) is known color: Free Speech Magenta. HEX triplet: EF, 4C and DF. RGB value is (239,76,223). Sum of RGB (Red+Green+Blue) = 239+76+223=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 76 (30.08% from 255 or 14.13% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4CDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF4CDF is #10B320. Grayscale: #8D8D8D. Windows color (decimal): -1094433 or 14634223. OLE color: 14634223.
HSL color Cylindrical-coordinate representation of color #EF4CDF: hue angle of 305.89º 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 #EF4CDF is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 76 | 223 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.06 |
| HSL | 305.89º | 0.84% | 0.62% | - |
| HSV(B) | 305.89º | 0.68% | 0.94% | - |
| XYZ | 51.5 | 28.85 | 72.67 | - |
| YUV | 141.5 | 174 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 76 | 223 | 0 | 0.68 | 0.07 | 0.06 | 305.89 | 0.84 | 0.62 |
| Hex | EF | 4C | DF | 0 | 44 | 7 | 6 | 132 | 54 | 3E |
| Octal | 357 | 114 | 337 | 0 | 104 | 7 | 6 | 462 | 124 | 76 |
| Binary | 11101111 | 1001100 | 11011111 | 0 | 1000100 | 111 | 110 | 100110010 | 1010100 | 111110 |
Color Harmonies of #EF4CDF
Complementary color
Monochromatic Colors of #EF4CDF
Black with #EF4CDF
Text Example
Text Example
White with #EF4CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4CDF; }
p { color: rgb(239,76,223); }
H1.HeaderClassName
{
color: #EF4CDF;
}
.AnyTagClassName
{
color: #EF4CDF;
}
</style>
background-color css
<style>
a { background-color: #EF4CDF; }
a { background-color: rgb(239,76,223); }
div.DivClassName
{
background-color: #EF4CDF;
}
.BgClassName
{
background-color: #EF4CDF;
}
</style>
border-color css
<style>
span { border-color: #EF4CDF; }
span { border-color: rgb(239,76,223); }
td.TdClassName
{
border-color: #EF4CDF;
}
.TagClassName
{
border-color: #EF4CDF;
}
</style>