Html Css Color HEX #EC4CDF Free Speech Magenta
📋 copy color: '#EC4CDF'red 236 ◦ green 76 ◦ blue 223
Shades of Free Speech Magenta #EC4CDF
Tints of Free Speech Magenta #EC4CDF
RGB
CMYK
RGB Variations
Color information
#EC4CDF (or 0xEC4CDF) is known color: Free Speech Magenta. HEX triplet: EC, 4C and DF. RGB value is (236,76,223). Sum of RGB (Red+Green+Blue) = 236+76+223=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 76 (30.08% from 255 or 14.21% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4CDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4CDF is #13B320. Grayscale: #8C8C8C. Windows color (decimal): -1291041 or 14634220. OLE color: 14634220.
HSL color Cylindrical-coordinate representation of color #EC4CDF: hue angle of 304.88º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC4CDF is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 223 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.07 |
| HSL | 304.88º | 0.81% | 0.61% | - |
| HSV(B) | 304.88º | 0.68% | 0.93% | - |
| XYZ | 50.5 | 28.33 | 72.62 | - |
| YUV | 140.6 | 174.51 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 223 | 0 | 0.68 | 0.06 | 0.07 | 304.88 | 0.81 | 0.61 |
| Hex | EC | 4C | DF | 0 | 44 | 6 | 7 | 131 | 51 | 3D |
| Octal | 354 | 114 | 337 | 0 | 104 | 6 | 7 | 461 | 121 | 75 |
| Binary | 11101100 | 1001100 | 11011111 | 0 | 1000100 | 110 | 111 | 100110001 | 1010001 | 111101 |
Color Harmonies of #EC4CDF
Complementary color
Monochromatic Colors of #EC4CDF
Black with #EC4CDF
Text Example
Text Example
White with #EC4CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4CDF; }
p { color: rgb(236,76,223); }
H1.HeaderClassName
{
color: #EC4CDF;
}
.AnyTagClassName
{
color: #EC4CDF;
}
</style>
background-color css
<style>
a { background-color: #EC4CDF; }
a { background-color: rgb(236,76,223); }
div.DivClassName
{
background-color: #EC4CDF;
}
.BgClassName
{
background-color: #EC4CDF;
}
</style>
border-color css
<style>
span { border-color: #EC4CDF; }
span { border-color: rgb(236,76,223); }
td.TdClassName
{
border-color: #EC4CDF;
}
.TagClassName
{
border-color: #EC4CDF;
}
</style>