Html Css Color HEX #EC47D2 Free Speech Magenta
📋 copy color: '#EC47D2'red 236 ◦ green 71 ◦ blue 210
Shades of Free Speech Magenta #EC47D2
Tints of Free Speech Magenta #EC47D2
RGB
CMYK
RGB Variations
Color information
#EC47D2 (or 0xEC47D2) is known color: Free Speech Magenta. HEX triplet: EC, 47 and D2. RGB value is (236,71,210). Sum of RGB (Red+Green+Blue) = 236+71+210=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 71 (28.12% from 255 or 13.73% from 517); Blue value is 210 (82.42% from 255 or 40.62% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC47D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC47D2 is #13B82D. Grayscale: #878787. Windows color (decimal): -1292334 or 13780972. OLE color: 13780972.
HSL color Cylindrical-coordinate representation of color #EC47D2: hue angle of 309.45º 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 #EC47D2 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 210 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.07 |
| HSL | 309.45º | 0.81% | 0.6% | - |
| HSV(B) | 309.45º | 0.7% | 0.93% | - |
| XYZ | 48.48 | 26.99 | 63.63 | - |
| YUV | 136.18 | 169.66 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 210 | 0 | 0.70 | 0.11 | 0.07 | 309.45 | 0.81 | 0.6 |
| Hex | EC | 47 | D2 | 0 | 46 | B | 7 | 135 | 51 | 3C |
| Octal | 354 | 107 | 322 | 0 | 106 | 13 | 7 | 465 | 121 | 74 |
| Binary | 11101100 | 1000111 | 11010010 | 0 | 1000110 | 1011 | 111 | 100110101 | 1010001 | 111100 |
Color Harmonies of #EC47D2
Complementary color
Monochromatic Colors of #EC47D2
Black with #EC47D2
Text Example
Text Example
White with #EC47D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC47D2; }
p { color: rgb(236,71,210); }
H1.HeaderClassName
{
color: #EC47D2;
}
.AnyTagClassName
{
color: #EC47D2;
}
</style>
background-color css
<style>
a { background-color: #EC47D2; }
a { background-color: rgb(236,71,210); }
div.DivClassName
{
background-color: #EC47D2;
}
.BgClassName
{
background-color: #EC47D2;
}
</style>
border-color css
<style>
span { border-color: #EC47D2; }
span { border-color: rgb(236,71,210); }
td.TdClassName
{
border-color: #EC47D2;
}
.TagClassName
{
border-color: #EC47D2;
}
</style>