Html Css Color HEX #EF47D0 Free Speech Magenta
📋 copy color: '#EF47D0'red 239 ◦ green 71 ◦ blue 208
Shades of Free Speech Magenta #EF47D0
Tints of Free Speech Magenta #EF47D0
RGB
CMYK
RGB Variations
Color information
#EF47D0 (or 0xEF47D0) is known color: Free Speech Magenta. HEX triplet: EF, 47 and D0. RGB value is (239,71,208). Sum of RGB (Red+Green+Blue) = 239+71+208=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 71 (28.12% from 255 or 13.71% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EF47D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF47D0 is #10B82F. Grayscale: #888888. Windows color (decimal): -1095728 or 13649903. OLE color: 13649903.
HSL color Cylindrical-coordinate representation of color #EF47D0: hue angle of 311.07º 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 #EF47D0 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 71 | 208 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.06 |
| HSL | 311.07º | 0.84% | 0.61% | - |
| HSV(B) | 311.07º | 0.7% | 0.94% | - |
| XYZ | 49.24 | 27.41 | 62.37 | - |
| YUV | 136.85 | 168.16 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 71 | 208 | 0 | 0.70 | 0.13 | 0.06 | 311.07 | 0.84 | 0.61 |
| Hex | EF | 47 | D0 | 0 | 46 | D | 6 | 137 | 54 | 3D |
| Octal | 357 | 107 | 320 | 0 | 106 | 15 | 6 | 467 | 124 | 75 |
| Binary | 11101111 | 1000111 | 11010000 | 0 | 1000110 | 1101 | 110 | 100110111 | 1010100 | 111101 |
Color Harmonies of #EF47D0
Complementary color
Monochromatic Colors of #EF47D0
Black with #EF47D0
Text Example
Text Example
White with #EF47D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF47D0; }
p { color: rgb(239,71,208); }
H1.HeaderClassName
{
color: #EF47D0;
}
.AnyTagClassName
{
color: #EF47D0;
}
</style>
background-color css
<style>
a { background-color: #EF47D0; }
a { background-color: rgb(239,71,208); }
div.DivClassName
{
background-color: #EF47D0;
}
.BgClassName
{
background-color: #EF47D0;
}
</style>
border-color css
<style>
span { border-color: #EF47D0; }
span { border-color: rgb(239,71,208); }
td.TdClassName
{
border-color: #EF47D0;
}
.TagClassName
{
border-color: #EF47D0;
}
</style>