Html Css Color HEX #EF5FDF Free Speech Magenta
📋 copy color: '#EF5FDF'red 239 ◦ green 95 ◦ blue 223
Shades of Free Speech Magenta #EF5FDF
Tints of Free Speech Magenta #EF5FDF
RGB
CMYK
RGB Variations
Color information
#EF5FDF (or 0xEF5FDF) is known color: Free Speech Magenta. HEX triplet: EF, 5F and DF. RGB value is (239,95,223). Sum of RGB (Red+Green+Blue) = 239+95+223=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 95 (37.5% from 255 or 17.06% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5FDF is #10A020. Grayscale: #989898. Windows color (decimal): -1089569 or 14639087. OLE color: 14639087.
HSL color Cylindrical-coordinate representation of color #EF5FDF: hue angle of 306.67º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF5FDF is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 95 | 223 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.06 |
| HSL | 306.67º | 0.82% | 0.65% | - |
| HSV(B) | 306.67º | 0.6% | 0.94% | - |
| XYZ | 53.01 | 31.86 | 73.17 | - |
| YUV | 152.65 | 167.71 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 95 | 223 | 0 | 0.60 | 0.07 | 0.06 | 306.67 | 0.82 | 0.65 |
| Hex | EF | 5F | DF | 0 | 3C | 7 | 6 | 133 | 52 | 41 |
| Octal | 357 | 137 | 337 | 0 | 74 | 7 | 6 | 463 | 122 | 101 |
| Binary | 11101111 | 1011111 | 11011111 | 0 | 111100 | 111 | 110 | 100110011 | 1010010 | 1000001 |
Color Harmonies of #EF5FDF
Complementary color
Monochromatic Colors of #EF5FDF
Black with #EF5FDF
Text Example
Text Example
White with #EF5FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5FDF; }
p { color: rgb(239,95,223); }
H1.HeaderClassName
{
color: #EF5FDF;
}
.AnyTagClassName
{
color: #EF5FDF;
}
</style>
background-color css
<style>
a { background-color: #EF5FDF; }
a { background-color: rgb(239,95,223); }
div.DivClassName
{
background-color: #EF5FDF;
}
.BgClassName
{
background-color: #EF5FDF;
}
</style>
border-color css
<style>
span { border-color: #EF5FDF; }
span { border-color: rgb(239,95,223); }
td.TdClassName
{
border-color: #EF5FDF;
}
.TagClassName
{
border-color: #EF5FDF;
}
</style>