Html Css Color HEX #EC49E3 Free Speech Magenta
📋 copy color: '#EC49E3'red 236 ◦ green 73 ◦ blue 227
Shades of Free Speech Magenta #EC49E3
Tints of Free Speech Magenta #EC49E3
RGB
CMYK
RGB Variations
Color information
#EC49E3 (or 0xEC49E3) is known color: Free Speech Magenta. HEX triplet: EC, 49 and E3. RGB value is (236,73,227). Sum of RGB (Red+Green+Blue) = 236+73+227=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 73 (28.91% from 255 or 13.62% from 536); Blue value is 227 (89.06% from 255 or 42.35% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #EC49E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC49E3 is #13B61C. Grayscale: #8A8A8A. Windows color (decimal): -1291805 or 14895596. OLE color: 14895596.
HSL color Cylindrical-coordinate representation of color #EC49E3: hue angle of 303.31º 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 #EC49E3 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 73 | 227 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.07 |
| HSL | 303.31º | 0.81% | 0.61% | - |
| HSV(B) | 303.31º | 0.69% | 0.93% | - |
| XYZ | 50.84 | 28.14 | 75.43 | - |
| YUV | 139.29 | 177.5 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 73 | 227 | 0 | 0.69 | 0.04 | 0.07 | 303.31 | 0.81 | 0.61 |
| Hex | EC | 49 | E3 | 0 | 45 | 4 | 7 | 12F | 51 | 3D |
| Octal | 354 | 111 | 343 | 0 | 105 | 4 | 7 | 457 | 121 | 75 |
| Binary | 11101100 | 1001001 | 11100011 | 0 | 1000101 | 100 | 111 | 100101111 | 1010001 | 111101 |
Color Harmonies of #EC49E3
Complementary color
Monochromatic Colors of #EC49E3
Black with #EC49E3
Text Example
Text Example
White with #EC49E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC49E3; }
p { color: rgb(236,73,227); }
H1.HeaderClassName
{
color: #EC49E3;
}
.AnyTagClassName
{
color: #EC49E3;
}
</style>
background-color css
<style>
a { background-color: #EC49E3; }
a { background-color: rgb(236,73,227); }
div.DivClassName
{
background-color: #EC49E3;
}
.BgClassName
{
background-color: #EC49E3;
}
</style>
border-color css
<style>
span { border-color: #EC49E3; }
span { border-color: rgb(236,73,227); }
td.TdClassName
{
border-color: #EC49E3;
}
.TagClassName
{
border-color: #EC49E3;
}
</style>