Html Css Color HEX #EC47CC Free Speech Magenta
📋 copy color: '#EC47CC'red 236 ◦ green 71 ◦ blue 204
Shades of Free Speech Magenta #EC47CC
Tints of Free Speech Magenta #EC47CC
RGB
CMYK
RGB Variations
Color information
#EC47CC (or 0xEC47CC) is known color: Free Speech Magenta. HEX triplet: EC, 47 and CC. RGB value is (236,71,204). Sum of RGB (Red+Green+Blue) = 236+71+204=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 71 (28.12% from 255 or 13.89% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC47CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC47CC is #13B833. Grayscale: #878787. Windows color (decimal): -1292340 or 13387756. OLE color: 13387756.
HSL color Cylindrical-coordinate representation of color #EC47CC: hue angle of 311.64º 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 #EC47CC is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 204 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.07 |
| HSL | 311.64º | 0.81% | 0.6% | - |
| HSV(B) | 311.64º | 0.7% | 0.93% | - |
| XYZ | 47.74 | 26.7 | 59.76 | - |
| YUV | 135.5 | 166.66 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 204 | 0 | 0.70 | 0.14 | 0.07 | 311.64 | 0.81 | 0.6 |
| Hex | EC | 47 | CC | 0 | 46 | E | 7 | 138 | 51 | 3C |
| Octal | 354 | 107 | 314 | 0 | 106 | 16 | 7 | 470 | 121 | 74 |
| Binary | 11101100 | 1000111 | 11001100 | 0 | 1000110 | 1110 | 111 | 100111000 | 1010001 | 111100 |
Color Harmonies of #EC47CC
Complementary color
Monochromatic Colors of #EC47CC
Black with #EC47CC
Text Example
Text Example
White with #EC47CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC47CC; }
p { color: rgb(236,71,204); }
H1.HeaderClassName
{
color: #EC47CC;
}
.AnyTagClassName
{
color: #EC47CC;
}
</style>
background-color css
<style>
a { background-color: #EC47CC; }
a { background-color: rgb(236,71,204); }
div.DivClassName
{
background-color: #EC47CC;
}
.BgClassName
{
background-color: #EC47CC;
}
</style>
border-color css
<style>
span { border-color: #EC47CC; }
span { border-color: rgb(236,71,204); }
td.TdClassName
{
border-color: #EC47CC;
}
.TagClassName
{
border-color: #EC47CC;
}
</style>