Html Css Color HEX #EC47CE Free Speech Magenta
📋 copy color: '#EC47CE'red 236 ◦ green 71 ◦ blue 206
Shades of Free Speech Magenta #EC47CE
Tints of Free Speech Magenta #EC47CE
RGB
CMYK
RGB Variations
Color information
#EC47CE (or 0xEC47CE) is known color: Free Speech Magenta. HEX triplet: EC, 47 and CE. RGB value is (236,71,206). Sum of RGB (Red+Green+Blue) = 236+71+206=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 71 (28.12% from 255 or 13.84% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC47CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC47CE is #13B831. Grayscale: #878787. Windows color (decimal): -1292338 or 13518828. OLE color: 13518828.
HSL color Cylindrical-coordinate representation of color #EC47CE: hue angle of 310.91º 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 #EC47CE is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 206 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.07 |
| HSL | 310.91º | 0.81% | 0.6% | - |
| HSV(B) | 310.91º | 0.7% | 0.93% | - |
| XYZ | 47.99 | 26.8 | 61.04 | - |
| YUV | 135.73 | 167.66 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 206 | 0 | 0.70 | 0.13 | 0.07 | 310.91 | 0.81 | 0.6 |
| Hex | EC | 47 | CE | 0 | 46 | D | 7 | 137 | 51 | 3C |
| Octal | 354 | 107 | 316 | 0 | 106 | 15 | 7 | 467 | 121 | 74 |
| Binary | 11101100 | 1000111 | 11001110 | 0 | 1000110 | 1101 | 111 | 100110111 | 1010001 | 111100 |
Color Harmonies of #EC47CE
Complementary color
Monochromatic Colors of #EC47CE
Black with #EC47CE
Text Example
Text Example
White with #EC47CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC47CE; }
p { color: rgb(236,71,206); }
H1.HeaderClassName
{
color: #EC47CE;
}
.AnyTagClassName
{
color: #EC47CE;
}
</style>
background-color css
<style>
a { background-color: #EC47CE; }
a { background-color: rgb(236,71,206); }
div.DivClassName
{
background-color: #EC47CE;
}
.BgClassName
{
background-color: #EC47CE;
}
</style>
border-color css
<style>
span { border-color: #EC47CE; }
span { border-color: rgb(236,71,206); }
td.TdClassName
{
border-color: #EC47CE;
}
.TagClassName
{
border-color: #EC47CE;
}
</style>