Html Css Color HEX #EC49F4 Free Speech Magenta
📋 copy color: '#EC49F4'red 236 ◦ green 73 ◦ blue 244
Shades of Free Speech Magenta #EC49F4
Tints of Free Speech Magenta #EC49F4
RGB
CMYK
RGB Variations
Color information
#EC49F4 (or 0xEC49F4) is known color: Free Speech Magenta. HEX triplet: EC, 49 and F4. RGB value is (236,73,244). Sum of RGB (Red+Green+Blue) = 236+73+244=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 73 (28.91% from 255 or 13.20% from 553); Blue value is 244 (95.70% from 255 or 44.12% from 553); Max value from RGB is 244 - color contains mainly: blue. Hex color #EC49F4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC49F4 is #13B60B. Grayscale: #8C8C8C. Windows color (decimal): -1291788 or 16009708. OLE color: 16009708.
HSL color Cylindrical-coordinate representation of color #EC49F4: hue angle of 297.19º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC49F4 is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 73 | 244 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.04 |
| HSL | 297.19º | 0.89% | 0.62% | - |
| HSV(B) | 297.19º | 0.7% | 0.96% | - |
| XYZ | 53.3 | 29.13 | 88.4 | - |
| YUV | 141.23 | 186 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 73 | 244 | 0.03 | 0.70 | 0 | 0.04 | 297.19 | 0.89 | 0.62 |
| Hex | EC | 49 | F4 | 3 | 46 | 0 | 4 | 129 | 59 | 3E |
| Octal | 354 | 111 | 364 | 3 | 106 | 0 | 4 | 451 | 131 | 76 |
| Binary | 11101100 | 1001001 | 11110100 | 11 | 1000110 | 0 | 100 | 100101001 | 1011001 | 111110 |
Color Harmonies of #EC49F4
Complementary color
Monochromatic Colors of #EC49F4
Black with #EC49F4
Text Example
Text Example
White with #EC49F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC49F4; }
p { color: rgb(236,73,244); }
H1.HeaderClassName
{
color: #EC49F4;
}
.AnyTagClassName
{
color: #EC49F4;
}
</style>
background-color css
<style>
a { background-color: #EC49F4; }
a { background-color: rgb(236,73,244); }
div.DivClassName
{
background-color: #EC49F4;
}
.BgClassName
{
background-color: #EC49F4;
}
</style>
border-color css
<style>
span { border-color: #EC49F4; }
span { border-color: rgb(236,73,244); }
td.TdClassName
{
border-color: #EC49F4;
}
.TagClassName
{
border-color: #EC49F4;
}
</style>