Html Css Color HEX #EC49CF Free Speech Magenta
📋 copy color: '#EC49CF'red 236 ◦ green 73 ◦ blue 207
Shades of Free Speech Magenta #EC49CF
Tints of Free Speech Magenta #EC49CF
RGB
CMYK
RGB Variations
Color information
#EC49CF (or 0xEC49CF) is known color: Free Speech Magenta. HEX triplet: EC, 49 and CF. RGB value is (236,73,207). Sum of RGB (Red+Green+Blue) = 236+73+207=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 73 (28.91% from 255 or 14.15% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #EC49CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC49CF is #13B630. Grayscale: #888888. Windows color (decimal): -1291825 or 13584876. OLE color: 13584876.
HSL color Cylindrical-coordinate representation of color #EC49CF: hue angle of 310.67º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC49CF is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 73 | 207 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.07 |
| HSL | 310.67º | 0.81% | 0.61% | - |
| HSV(B) | 310.67º | 0.69% | 0.93% | - |
| XYZ | 48.24 | 27.1 | 61.72 | - |
| YUV | 137.01 | 167.5 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 73 | 207 | 0 | 0.69 | 0.12 | 0.07 | 310.67 | 0.81 | 0.61 |
| Hex | EC | 49 | CF | 0 | 45 | C | 7 | 137 | 51 | 3D |
| Octal | 354 | 111 | 317 | 0 | 105 | 14 | 7 | 467 | 121 | 75 |
| Binary | 11101100 | 1001001 | 11001111 | 0 | 1000101 | 1100 | 111 | 100110111 | 1010001 | 111101 |
Color Harmonies of #EC49CF
Complementary color
Monochromatic Colors of #EC49CF
Black with #EC49CF
Text Example
Text Example
White with #EC49CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC49CF; }
p { color: rgb(236,73,207); }
H1.HeaderClassName
{
color: #EC49CF;
}
.AnyTagClassName
{
color: #EC49CF;
}
</style>
background-color css
<style>
a { background-color: #EC49CF; }
a { background-color: rgb(236,73,207); }
div.DivClassName
{
background-color: #EC49CF;
}
.BgClassName
{
background-color: #EC49CF;
}
</style>
border-color css
<style>
span { border-color: #EC49CF; }
span { border-color: rgb(236,73,207); }
td.TdClassName
{
border-color: #EC49CF;
}
.TagClassName
{
border-color: #EC49CF;
}
</style>