Html Css Color HEX #EC4EE0 Free Speech Magenta
📋 copy color: '#EC4EE0'red 236 ◦ green 78 ◦ blue 224
Shades of Free Speech Magenta #EC4EE0
Tints of Free Speech Magenta #EC4EE0
RGB
CMYK
RGB Variations
Color information
#EC4EE0 (or 0xEC4EE0) is known color: Free Speech Magenta. HEX triplet: EC, 4E and E0. RGB value is (236,78,224). Sum of RGB (Red+Green+Blue) = 236+78+224=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 78 (30.86% from 255 or 14.50% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4EE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4EE0 is #13B11F. Grayscale: #8D8D8D. Windows color (decimal): -1290528 or 14700268. OLE color: 14700268.
HSL color Cylindrical-coordinate representation of color #EC4EE0: hue angle of 304.56º 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 #EC4EE0 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 78 | 224 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.07 |
| HSL | 304.56º | 0.81% | 0.62% | - |
| HSV(B) | 304.56º | 0.67% | 0.93% | - |
| XYZ | 50.77 | 28.66 | 73.38 | - |
| YUV | 141.89 | 174.35 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 78 | 224 | 0 | 0.67 | 0.05 | 0.07 | 304.56 | 0.81 | 0.62 |
| Hex | EC | 4E | E0 | 0 | 43 | 5 | 7 | 131 | 51 | 3E |
| Octal | 354 | 116 | 340 | 0 | 103 | 5 | 7 | 461 | 121 | 76 |
| Binary | 11101100 | 1001110 | 11100000 | 0 | 1000011 | 101 | 111 | 100110001 | 1010001 | 111110 |
Color Harmonies of #EC4EE0
Complementary color
Monochromatic Colors of #EC4EE0
Black with #EC4EE0
Text Example
Text Example
White with #EC4EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4EE0; }
p { color: rgb(236,78,224); }
H1.HeaderClassName
{
color: #EC4EE0;
}
.AnyTagClassName
{
color: #EC4EE0;
}
</style>
background-color css
<style>
a { background-color: #EC4EE0; }
a { background-color: rgb(236,78,224); }
div.DivClassName
{
background-color: #EC4EE0;
}
.BgClassName
{
background-color: #EC4EE0;
}
</style>
border-color css
<style>
span { border-color: #EC4EE0; }
span { border-color: rgb(236,78,224); }
td.TdClassName
{
border-color: #EC4EE0;
}
.TagClassName
{
border-color: #EC4EE0;
}
</style>