Html Css Color HEX #EC50E3 Free Speech Magenta
📋 copy color: '#EC50E3'red 236 ◦ green 80 ◦ blue 227
Shades of Free Speech Magenta #EC50E3
Tints of Free Speech Magenta #EC50E3
RGB
CMYK
RGB Variations
Color information
#EC50E3 (or 0xEC50E3) is known color: Free Speech Magenta. HEX triplet: EC, 50 and E3. RGB value is (236,80,227). Sum of RGB (Red+Green+Blue) = 236+80+227=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 80 (31.64% from 255 or 14.73% from 543); Blue value is 227 (89.06% from 255 or 41.80% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #EC50E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC50E3 is #13AF1C. Grayscale: #8E8E8E. Windows color (decimal): -1290013 or 14897388. OLE color: 14897388.
HSL color Cylindrical-coordinate representation of color #EC50E3: hue angle of 303.46º 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 #EC50E3 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 227 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.07 |
| HSL | 303.46º | 0.8% | 0.62% | - |
| HSV(B) | 303.46º | 0.66% | 0.93% | - |
| XYZ | 51.33 | 29.12 | 75.59 | - |
| YUV | 143.4 | 175.18 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 227 | 0 | 0.66 | 0.04 | 0.07 | 303.46 | 0.8 | 0.62 |
| Hex | EC | 50 | E3 | 0 | 42 | 4 | 7 | 12F | 50 | 3E |
| Octal | 354 | 120 | 343 | 0 | 102 | 4 | 7 | 457 | 120 | 76 |
| Binary | 11101100 | 1010000 | 11100011 | 0 | 1000010 | 100 | 111 | 100101111 | 1010000 | 111110 |
Color Harmonies of #EC50E3
Complementary color
Monochromatic Colors of #EC50E3
Black with #EC50E3
Text Example
Text Example
White with #EC50E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC50E3; }
p { color: rgb(236,80,227); }
H1.HeaderClassName
{
color: #EC50E3;
}
.AnyTagClassName
{
color: #EC50E3;
}
</style>
background-color css
<style>
a { background-color: #EC50E3; }
a { background-color: rgb(236,80,227); }
div.DivClassName
{
background-color: #EC50E3;
}
.BgClassName
{
background-color: #EC50E3;
}
</style>
border-color css
<style>
span { border-color: #EC50E3; }
span { border-color: rgb(236,80,227); }
td.TdClassName
{
border-color: #EC50E3;
}
.TagClassName
{
border-color: #EC50E3;
}
</style>