Html Css Color HEX #EC47DC Free Speech Magenta
📋 copy color: '#EC47DC'red 236 ◦ green 71 ◦ blue 220
Shades of Free Speech Magenta #EC47DC
Tints of Free Speech Magenta #EC47DC
RGB
CMYK
RGB Variations
Color information
#EC47DC (or 0xEC47DC) is known color: Free Speech Magenta. HEX triplet: EC, 47 and DC. RGB value is (236,71,220). Sum of RGB (Red+Green+Blue) = 236+71+220=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 71 (28.12% from 255 or 13.47% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #EC47DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC47DC is #13B823. Grayscale: #888888. Windows color (decimal): -1292324 or 14436332. OLE color: 14436332.
HSL color Cylindrical-coordinate representation of color #EC47DC: hue angle of 305.82º 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 #EC47DC is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 220 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.07 |
| HSL | 305.82º | 0.81% | 0.6% | - |
| HSV(B) | 305.82º | 0.7% | 0.93% | - |
| XYZ | 49.76 | 27.51 | 70.4 | - |
| YUV | 137.32 | 174.66 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 220 | 0 | 0.70 | 0.07 | 0.07 | 305.82 | 0.81 | 0.6 |
| Hex | EC | 47 | DC | 0 | 46 | 7 | 7 | 132 | 51 | 3C |
| Octal | 354 | 107 | 334 | 0 | 106 | 7 | 7 | 462 | 121 | 74 |
| Binary | 11101100 | 1000111 | 11011100 | 0 | 1000110 | 111 | 111 | 100110010 | 1010001 | 111100 |
Color Harmonies of #EC47DC
Complementary color
Monochromatic Colors of #EC47DC
Black with #EC47DC
Text Example
Text Example
White with #EC47DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC47DC; }
p { color: rgb(236,71,220); }
H1.HeaderClassName
{
color: #EC47DC;
}
.AnyTagClassName
{
color: #EC47DC;
}
</style>
background-color css
<style>
a { background-color: #EC47DC; }
a { background-color: rgb(236,71,220); }
div.DivClassName
{
background-color: #EC47DC;
}
.BgClassName
{
background-color: #EC47DC;
}
</style>
border-color css
<style>
span { border-color: #EC47DC; }
span { border-color: rgb(236,71,220); }
td.TdClassName
{
border-color: #EC47DC;
}
.TagClassName
{
border-color: #EC47DC;
}
</style>