Html Css Color HEX #EC47D5 Free Speech Magenta
📋 copy color: '#EC47D5'red 236 ◦ green 71 ◦ blue 213
Shades of Free Speech Magenta #EC47D5
Tints of Free Speech Magenta #EC47D5
RGB
CMYK
RGB Variations
Color information
#EC47D5 (or 0xEC47D5) is known color: Free Speech Magenta. HEX triplet: EC, 47 and D5. RGB value is (236,71,213). Sum of RGB (Red+Green+Blue) = 236+71+213=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 71 (28.12% from 255 or 13.65% from 520); Blue value is 213 (83.59% from 255 or 40.96% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC47D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC47D5 is #13B82A. Grayscale: #888888. Windows color (decimal): -1292331 or 13977580. OLE color: 13977580.
HSL color Cylindrical-coordinate representation of color #EC47D5: hue angle of 308.36º 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 #EC47D5 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 213 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.07 |
| HSL | 308.36º | 0.81% | 0.6% | - |
| HSV(B) | 308.36º | 0.7% | 0.93% | - |
| XYZ | 48.86 | 27.14 | 65.62 | - |
| YUV | 136.52 | 171.16 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 213 | 0 | 0.70 | 0.10 | 0.07 | 308.36 | 0.81 | 0.6 |
| Hex | EC | 47 | D5 | 0 | 46 | A | 7 | 134 | 51 | 3C |
| Octal | 354 | 107 | 325 | 0 | 106 | 12 | 7 | 464 | 121 | 74 |
| Binary | 11101100 | 1000111 | 11010101 | 0 | 1000110 | 1010 | 111 | 100110100 | 1010001 | 111100 |
Color Harmonies of #EC47D5
Complementary color
Monochromatic Colors of #EC47D5
Black with #EC47D5
Text Example
Text Example
White with #EC47D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC47D5; }
p { color: rgb(236,71,213); }
H1.HeaderClassName
{
color: #EC47D5;
}
.AnyTagClassName
{
color: #EC47D5;
}
</style>
background-color css
<style>
a { background-color: #EC47D5; }
a { background-color: rgb(236,71,213); }
div.DivClassName
{
background-color: #EC47D5;
}
.BgClassName
{
background-color: #EC47D5;
}
</style>
border-color css
<style>
span { border-color: #EC47D5; }
span { border-color: rgb(236,71,213); }
td.TdClassName
{
border-color: #EC47D5;
}
.TagClassName
{
border-color: #EC47D5;
}
</style>