Html Css Color HEX #EC50E4 Free Speech Magenta
📋 copy color: '#EC50E4'red 236 ◦ green 80 ◦ blue 228
Shades of Free Speech Magenta #EC50E4
Tints of Free Speech Magenta #EC50E4
RGB
CMYK
RGB Variations
Color information
#EC50E4 (or 0xEC50E4) is known color: Free Speech Magenta. HEX triplet: EC, 50 and E4. RGB value is (236,80,228). Sum of RGB (Red+Green+Blue) = 236+80+228=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 80 (31.64% from 255 or 14.71% from 544); Blue value is 228 (89.45% from 255 or 41.91% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #EC50E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC50E4 is #13AF1B. Grayscale: #8F8F8F. Windows color (decimal): -1290012 or 14962924. OLE color: 14962924.
HSL color Cylindrical-coordinate representation of color #EC50E4: hue angle of 303.08º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC50E4 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 228 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.07 |
| HSL | 303.08º | 0.8% | 0.62% | - |
| HSV(B) | 303.08º | 0.66% | 0.93% | - |
| XYZ | 51.46 | 29.17 | 76.32 | - |
| YUV | 143.52 | 175.68 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 228 | 0 | 0.66 | 0.03 | 0.07 | 303.08 | 0.8 | 0.62 |
| Hex | EC | 50 | E4 | 0 | 42 | 3 | 7 | 12F | 50 | 3E |
| Octal | 354 | 120 | 344 | 0 | 102 | 3 | 7 | 457 | 120 | 76 |
| Binary | 11101100 | 1010000 | 11100100 | 0 | 1000010 | 11 | 111 | 100101111 | 1010000 | 111110 |
Color Harmonies of #EC50E4
Complementary color
Monochromatic Colors of #EC50E4
Black with #EC50E4
Text Example
Text Example
White with #EC50E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC50E4; }
p { color: rgb(236,80,228); }
H1.HeaderClassName
{
color: #EC50E4;
}
.AnyTagClassName
{
color: #EC50E4;
}
</style>
background-color css
<style>
a { background-color: #EC50E4; }
a { background-color: rgb(236,80,228); }
div.DivClassName
{
background-color: #EC50E4;
}
.BgClassName
{
background-color: #EC50E4;
}
</style>
border-color css
<style>
span { border-color: #EC50E4; }
span { border-color: rgb(236,80,228); }
td.TdClassName
{
border-color: #EC50E4;
}
.TagClassName
{
border-color: #EC50E4;
}
</style>