Html Css Color HEX #EC4CEA Free Speech Magenta
📋 copy color: '#EC4CEA'red 236 ◦ green 76 ◦ blue 234
Shades of Free Speech Magenta #EC4CEA
Tints of Free Speech Magenta #EC4CEA
RGB
CMYK
RGB Variations
Color information
#EC4CEA (or 0xEC4CEA) is known color: Free Speech Magenta. HEX triplet: EC, 4C and EA. RGB value is (236,76,234). Sum of RGB (Red+Green+Blue) = 236+76+234=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 76 (30.08% from 255 or 13.92% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4CEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC4CEA is #13B315. Grayscale: #8D8D8D. Windows color (decimal): -1291030 or 15355116. OLE color: 15355116.
HSL color Cylindrical-coordinate representation of color #EC4CEA: hue angle of 300.75º 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 #EC4CEA is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 234 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.07 |
| HSL | 300.75º | 0.81% | 0.61% | - |
| HSV(B) | 300.75º | 0.68% | 0.93% | - |
| XYZ | 52.03 | 28.94 | 80.69 | - |
| YUV | 141.85 | 180.01 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 234 | 0 | 0.68 | 0.01 | 0.07 | 300.75 | 0.81 | 0.61 |
| Hex | EC | 4C | EA | 0 | 44 | 1 | 7 | 12D | 51 | 3D |
| Octal | 354 | 114 | 352 | 0 | 104 | 1 | 7 | 455 | 121 | 75 |
| Binary | 11101100 | 1001100 | 11101010 | 0 | 1000100 | 1 | 111 | 100101101 | 1010001 | 111101 |
Color Harmonies of #EC4CEA
Complementary color
Monochromatic Colors of #EC4CEA
Black with #EC4CEA
Text Example
Text Example
White with #EC4CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4CEA; }
p { color: rgb(236,76,234); }
H1.HeaderClassName
{
color: #EC4CEA;
}
.AnyTagClassName
{
color: #EC4CEA;
}
</style>
background-color css
<style>
a { background-color: #EC4CEA; }
a { background-color: rgb(236,76,234); }
div.DivClassName
{
background-color: #EC4CEA;
}
.BgClassName
{
background-color: #EC4CEA;
}
</style>
border-color css
<style>
span { border-color: #EC4CEA; }
span { border-color: rgb(236,76,234); }
td.TdClassName
{
border-color: #EC4CEA;
}
.TagClassName
{
border-color: #EC4CEA;
}
</style>