Html Css Color HEX #EC49C9 Free Speech Magenta
📋 copy color: '#EC49C9'red 236 ◦ green 73 ◦ blue 201
Shades of Free Speech Magenta #EC49C9
Tints of Free Speech Magenta #EC49C9
RGB
CMYK
RGB Variations
Color information
#EC49C9 (or 0xEC49C9) is known color: Free Speech Magenta. HEX triplet: EC, 49 and C9. RGB value is (236,73,201). Sum of RGB (Red+Green+Blue) = 236+73+201=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 73 (28.91% from 255 or 14.31% from 510); Blue value is 201 (78.91% from 255 or 39.41% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #EC49C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC49C9 is #13B636. Grayscale: #878787. Windows color (decimal): -1291831 or 13191660. OLE color: 13191660.
HSL color Cylindrical-coordinate representation of color #EC49C9: hue angle of 312.88º 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 #EC49C9 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 73 | 201 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.07 |
| HSL | 312.88º | 0.81% | 0.61% | - |
| HSV(B) | 312.88º | 0.69% | 0.93% | - |
| XYZ | 47.52 | 26.82 | 57.93 | - |
| YUV | 136.33 | 164.5 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 73 | 201 | 0 | 0.69 | 0.15 | 0.07 | 312.88 | 0.81 | 0.61 |
| Hex | EC | 49 | C9 | 0 | 45 | F | 7 | 139 | 51 | 3D |
| Octal | 354 | 111 | 311 | 0 | 105 | 17 | 7 | 471 | 121 | 75 |
| Binary | 11101100 | 1001001 | 11001001 | 0 | 1000101 | 1111 | 111 | 100111001 | 1010001 | 111101 |
Color Harmonies of #EC49C9
Complementary color
Monochromatic Colors of #EC49C9
Black with #EC49C9
Text Example
Text Example
White with #EC49C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC49C9; }
p { color: rgb(236,73,201); }
H1.HeaderClassName
{
color: #EC49C9;
}
.AnyTagClassName
{
color: #EC49C9;
}
</style>
background-color css
<style>
a { background-color: #EC49C9; }
a { background-color: rgb(236,73,201); }
div.DivClassName
{
background-color: #EC49C9;
}
.BgClassName
{
background-color: #EC49C9;
}
</style>
border-color css
<style>
span { border-color: #EC49C9; }
span { border-color: rgb(236,73,201); }
td.TdClassName
{
border-color: #EC49C9;
}
.TagClassName
{
border-color: #EC49C9;
}
</style>