Html Css Color HEX #EC47CF Free Speech Magenta
📋 copy color: '#EC47CF'red 236 ◦ green 71 ◦ blue 207
Shades of Free Speech Magenta #EC47CF
Tints of Free Speech Magenta #EC47CF
RGB
CMYK
RGB Variations
Color information
#EC47CF (or 0xEC47CF) is known color: Free Speech Magenta. HEX triplet: EC, 47 and CF. RGB value is (236,71,207). Sum of RGB (Red+Green+Blue) = 236+71+207=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 71 (28.12% from 255 or 13.81% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC47CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC47CF is #13B830. Grayscale: #878787. Windows color (decimal): -1292337 or 13584364. OLE color: 13584364.
HSL color Cylindrical-coordinate representation of color #EC47CF: hue angle of 310.55º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC47CF is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 207 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.07 |
| HSL | 310.55º | 0.81% | 0.6% | - |
| HSV(B) | 310.55º | 0.7% | 0.93% | - |
| XYZ | 48.11 | 26.84 | 61.68 | - |
| YUV | 135.84 | 168.16 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 207 | 0 | 0.70 | 0.12 | 0.07 | 310.55 | 0.81 | 0.6 |
| Hex | EC | 47 | CF | 0 | 46 | C | 7 | 137 | 51 | 3C |
| Octal | 354 | 107 | 317 | 0 | 106 | 14 | 7 | 467 | 121 | 74 |
| Binary | 11101100 | 1000111 | 11001111 | 0 | 1000110 | 1100 | 111 | 100110111 | 1010001 | 111100 |
Color Harmonies of #EC47CF
Complementary color
Monochromatic Colors of #EC47CF
Black with #EC47CF
Text Example
Text Example
White with #EC47CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC47CF; }
p { color: rgb(236,71,207); }
H1.HeaderClassName
{
color: #EC47CF;
}
.AnyTagClassName
{
color: #EC47CF;
}
</style>
background-color css
<style>
a { background-color: #EC47CF; }
a { background-color: rgb(236,71,207); }
div.DivClassName
{
background-color: #EC47CF;
}
.BgClassName
{
background-color: #EC47CF;
}
</style>
border-color css
<style>
span { border-color: #EC47CF; }
span { border-color: rgb(236,71,207); }
td.TdClassName
{
border-color: #EC47CF;
}
.TagClassName
{
border-color: #EC47CF;
}
</style>