Html Css Color HEX #EC4CEC Free Speech Magenta
📋 copy color: '#EC4CEC'red 236 ◦ green 76 ◦ blue 236
Shades of Free Speech Magenta #EC4CEC
Tints of Free Speech Magenta #EC4CEC
RGB
CMYK
RGB Variations
Color information
#EC4CEC (or 0xEC4CEC) is known color: Free Speech Magenta. HEX triplet: EC, 4C and EC. RGB value is (236,76,236). Sum of RGB (Red+Green+Blue) = 236+76+236=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 76 (30.08% from 255 or 13.87% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC4CEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC4CEC is #13B313. Grayscale: #8D8D8D. Windows color (decimal): -1291028 or 15486188. OLE color: 15486188.
HSL color Cylindrical-coordinate representation of color #EC4CEC: hue angle of 300º 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 #EC4CEC is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 236 | - |
| CMYK | 0 | 0.68 | 0 | 0.07 |
| HSL | 300º | 0.81% | 0.61% | - |
| HSV(B) | 300º | 0.68% | 0.93% | - |
| XYZ | 52.32 | 29.06 | 82.21 | - |
| YUV | 142.08 | 181.01 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 236 | 0 | 0.68 | 0 | 0.07 | 300 | 0.81 | 0.61 |
| Hex | EC | 4C | EC | 0 | 44 | 0 | 7 | 12C | 51 | 3D |
| Octal | 354 | 114 | 354 | 0 | 104 | 0 | 7 | 454 | 121 | 75 |
| Binary | 11101100 | 1001100 | 11101100 | 0 | 1000100 | 0 | 111 | 100101100 | 1010001 | 111101 |
Color Harmonies of #EC4CEC
Complementary color
Monochromatic Colors of #EC4CEC
Black with #EC4CEC
Text Example
Text Example
White with #EC4CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4CEC; }
p { color: rgb(236,76,236); }
H1.HeaderClassName
{
color: #EC4CEC;
}
.AnyTagClassName
{
color: #EC4CEC;
}
</style>
background-color css
<style>
a { background-color: #EC4CEC; }
a { background-color: rgb(236,76,236); }
div.DivClassName
{
background-color: #EC4CEC;
}
.BgClassName
{
background-color: #EC4CEC;
}
</style>
border-color css
<style>
span { border-color: #EC4CEC; }
span { border-color: rgb(236,76,236); }
td.TdClassName
{
border-color: #EC4CEC;
}
.TagClassName
{
border-color: #EC4CEC;
}
</style>