Html Css Color HEX #EC4EDC Free Speech Magenta
📋 copy color: '#EC4EDC'red 236 ◦ green 78 ◦ blue 220
Shades of Free Speech Magenta #EC4EDC
Tints of Free Speech Magenta #EC4EDC
RGB
CMYK
RGB Variations
Color information
#EC4EDC (or 0xEC4EDC) is known color: Free Speech Magenta. HEX triplet: EC, 4E and DC. RGB value is (236,78,220). Sum of RGB (Red+Green+Blue) = 236+78+220=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 78 (30.86% from 255 or 14.61% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4EDC is #13B123. Grayscale: #8D8D8D. Windows color (decimal): -1290532 or 14438124. OLE color: 14438124.
HSL color Cylindrical-coordinate representation of color #EC4EDC: hue angle of 306.08º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4EDC is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 78 | 220 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.07 |
| HSL | 306.08º | 0.81% | 0.62% | - |
| HSV(B) | 306.08º | 0.67% | 0.93% | - |
| XYZ | 50.23 | 28.45 | 70.55 | - |
| YUV | 141.43 | 172.35 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 78 | 220 | 0 | 0.67 | 0.07 | 0.07 | 306.08 | 0.81 | 0.62 |
| Hex | EC | 4E | DC | 0 | 43 | 7 | 7 | 132 | 51 | 3E |
| Octal | 354 | 116 | 334 | 0 | 103 | 7 | 7 | 462 | 121 | 76 |
| Binary | 11101100 | 1001110 | 11011100 | 0 | 1000011 | 111 | 111 | 100110010 | 1010001 | 111110 |
Color Harmonies of #EC4EDC
Complementary color
Monochromatic Colors of #EC4EDC
Black with #EC4EDC
Text Example
Text Example
White with #EC4EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4EDC; }
p { color: rgb(236,78,220); }
H1.HeaderClassName
{
color: #EC4EDC;
}
.AnyTagClassName
{
color: #EC4EDC;
}
</style>
background-color css
<style>
a { background-color: #EC4EDC; }
a { background-color: rgb(236,78,220); }
div.DivClassName
{
background-color: #EC4EDC;
}
.BgClassName
{
background-color: #EC4EDC;
}
</style>
border-color css
<style>
span { border-color: #EC4EDC; }
span { border-color: rgb(236,78,220); }
td.TdClassName
{
border-color: #EC4EDC;
}
.TagClassName
{
border-color: #EC4EDC;
}
</style>