Html Css Color HEX #EC4EEA Free Speech Magenta
📋 copy color: '#EC4EEA'red 236 ◦ green 78 ◦ blue 234
Shades of Free Speech Magenta #EC4EEA
Tints of Free Speech Magenta #EC4EEA
RGB
CMYK
RGB Variations
Color information
#EC4EEA (or 0xEC4EEA) is known color: Free Speech Magenta. HEX triplet: EC, 4E and EA. RGB value is (236,78,234). Sum of RGB (Red+Green+Blue) = 236+78+234=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 78 (30.86% from 255 or 14.23% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4EEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC4EEA is #13B115. Grayscale: #8E8E8E. Windows color (decimal): -1290518 or 15355628. OLE color: 15355628.
HSL color Cylindrical-coordinate representation of color #EC4EEA: hue angle of 300.76º 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 #EC4EEA is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 78 | 234 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.07 |
| HSL | 300.76º | 0.81% | 0.62% | - |
| HSV(B) | 300.76º | 0.67% | 0.93% | - |
| XYZ | 52.17 | 29.22 | 80.73 | - |
| YUV | 143.03 | 179.35 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 78 | 234 | 0 | 0.67 | 0.01 | 0.07 | 300.76 | 0.81 | 0.62 |
| Hex | EC | 4E | EA | 0 | 43 | 1 | 7 | 12D | 51 | 3E |
| Octal | 354 | 116 | 352 | 0 | 103 | 1 | 7 | 455 | 121 | 76 |
| Binary | 11101100 | 1001110 | 11101010 | 0 | 1000011 | 1 | 111 | 100101101 | 1010001 | 111110 |
Color Harmonies of #EC4EEA
Complementary color
Monochromatic Colors of #EC4EEA
Black with #EC4EEA
Text Example
Text Example
White with #EC4EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4EEA; }
p { color: rgb(236,78,234); }
H1.HeaderClassName
{
color: #EC4EEA;
}
.AnyTagClassName
{
color: #EC4EEA;
}
</style>
background-color css
<style>
a { background-color: #EC4EEA; }
a { background-color: rgb(236,78,234); }
div.DivClassName
{
background-color: #EC4EEA;
}
.BgClassName
{
background-color: #EC4EEA;
}
</style>
border-color css
<style>
span { border-color: #EC4EEA; }
span { border-color: rgb(236,78,234); }
td.TdClassName
{
border-color: #EC4EEA;
}
.TagClassName
{
border-color: #EC4EEA;
}
</style>