Html Css Color HEX #EF47DF Free Speech Magenta
📋 copy color: '#EF47DF'red 239 ◦ green 71 ◦ blue 223
Shades of Free Speech Magenta #EF47DF
Tints of Free Speech Magenta #EF47DF
RGB
CMYK
RGB Variations
Color information
#EF47DF (or 0xEF47DF) is known color: Free Speech Magenta. HEX triplet: EF, 47 and DF. RGB value is (239,71,223). Sum of RGB (Red+Green+Blue) = 239+71+223=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 71 (28.12% from 255 or 13.32% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EF47DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF47DF is #10B820. Grayscale: #8A8A8A. Windows color (decimal): -1095713 or 14632943. OLE color: 14632943.
HSL color Cylindrical-coordinate representation of color #EF47DF: hue angle of 305.71º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF47DF is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 71 | 223 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.06 |
| HSL | 305.71º | 0.84% | 0.61% | - |
| HSV(B) | 305.71º | 0.7% | 0.94% | - |
| XYZ | 51.17 | 28.18 | 72.56 | - |
| YUV | 138.56 | 175.66 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 71 | 223 | 0 | 0.70 | 0.07 | 0.06 | 305.71 | 0.84 | 0.61 |
| Hex | EF | 47 | DF | 0 | 46 | 7 | 6 | 132 | 54 | 3D |
| Octal | 357 | 107 | 337 | 0 | 106 | 7 | 6 | 462 | 124 | 75 |
| Binary | 11101111 | 1000111 | 11011111 | 0 | 1000110 | 111 | 110 | 100110010 | 1010100 | 111101 |
Color Harmonies of #EF47DF
Complementary color
Monochromatic Colors of #EF47DF
Black with #EF47DF
Text Example
Text Example
White with #EF47DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF47DF; }
p { color: rgb(239,71,223); }
H1.HeaderClassName
{
color: #EF47DF;
}
.AnyTagClassName
{
color: #EF47DF;
}
</style>
background-color css
<style>
a { background-color: #EF47DF; }
a { background-color: rgb(239,71,223); }
div.DivClassName
{
background-color: #EF47DF;
}
.BgClassName
{
background-color: #EF47DF;
}
</style>
border-color css
<style>
span { border-color: #EF47DF; }
span { border-color: rgb(239,71,223); }
td.TdClassName
{
border-color: #EF47DF;
}
.TagClassName
{
border-color: #EF47DF;
}
</style>