Html Css Color HEX #EC47F0 Free Speech Magenta
📋 copy color: '#EC47F0'red 236 ◦ green 71 ◦ blue 240
Shades of Free Speech Magenta #EC47F0
Tints of Free Speech Magenta #EC47F0
RGB
CMYK
RGB Variations
Color information
#EC47F0 (or 0xEC47F0) is known color: Free Speech Magenta. HEX triplet: EC, 47 and F0. RGB value is (236,71,240). Sum of RGB (Red+Green+Blue) = 236+71+240=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 71 (28.12% from 255 or 12.98% from 547); Blue value is 240 (94.14% from 255 or 43.88% from 547); Max value from RGB is 240 - color contains mainly: blue. Hex color #EC47F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC47F0 is #13B80F. Grayscale: #8B8B8B. Windows color (decimal): -1292304 or 15747052. OLE color: 15747052.
HSL color Cylindrical-coordinate representation of color #EC47F0: hue angle of 298.58º degrees, saturation: 0.85, 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 #EC47F0 is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 71 | 240 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.06 |
| HSL | 298.58º | 0.85% | 0.61% | - |
| HSV(B) | 298.58º | 0.7% | 0.94% | - |
| XYZ | 52.57 | 28.63 | 85.19 | - |
| YUV | 139.6 | 184.66 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 240 | 0.02 | 0.70 | 0 | 0.06 | 298.58 | 0.85 | 0.61 |
| Hex | EC | 47 | F0 | 2 | 46 | 0 | 6 | 12B | 55 | 3D |
| Octal | 354 | 107 | 360 | 2 | 106 | 0 | 6 | 453 | 125 | 75 |
| Binary | 11101100 | 1000111 | 11110000 | 10 | 1000110 | 0 | 110 | 100101011 | 1010101 | 111101 |
Color Harmonies of #EC47F0
Complementary color
Monochromatic Colors of #EC47F0
Black with #EC47F0
Text Example
Text Example
White with #EC47F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC47F0; }
p { color: rgb(236,71,240); }
H1.HeaderClassName
{
color: #EC47F0;
}
.AnyTagClassName
{
color: #EC47F0;
}
</style>
background-color css
<style>
a { background-color: #EC47F0; }
a { background-color: rgb(236,71,240); }
div.DivClassName
{
background-color: #EC47F0;
}
.BgClassName
{
background-color: #EC47F0;
}
</style>
border-color css
<style>
span { border-color: #EC47F0; }
span { border-color: rgb(236,71,240); }
td.TdClassName
{
border-color: #EC47F0;
}
.TagClassName
{
border-color: #EC47F0;
}
</style>