Html Css Color HEX #EC50E2 Free Speech Magenta
📋 copy color: '#EC50E2'red 236 ◦ green 80 ◦ blue 226
Shades of Free Speech Magenta #EC50E2
Tints of Free Speech Magenta #EC50E2
RGB
CMYK
RGB Variations
Color information
#EC50E2 (or 0xEC50E2) is known color: Free Speech Magenta. HEX triplet: EC, 50 and E2. RGB value is (236,80,226). Sum of RGB (Red+Green+Blue) = 236+80+226=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 80 (31.64% from 255 or 14.76% from 542); Blue value is 226 (88.67% from 255 or 41.70% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #EC50E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC50E2 is #13AF1D. Grayscale: #8E8E8E. Windows color (decimal): -1290014 or 14831852. OLE color: 14831852.
HSL color Cylindrical-coordinate representation of color #EC50E2: hue angle of 303.85º 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 #EC50E2 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 226 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.07 |
| HSL | 303.85º | 0.8% | 0.62% | - |
| HSV(B) | 303.85º | 0.66% | 0.93% | - |
| XYZ | 51.19 | 29.06 | 74.86 | - |
| YUV | 143.29 | 174.68 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 226 | 0 | 0.66 | 0.04 | 0.07 | 303.85 | 0.8 | 0.62 |
| Hex | EC | 50 | E2 | 0 | 42 | 4 | 7 | 130 | 50 | 3E |
| Octal | 354 | 120 | 342 | 0 | 102 | 4 | 7 | 460 | 120 | 76 |
| Binary | 11101100 | 1010000 | 11100010 | 0 | 1000010 | 100 | 111 | 100110000 | 1010000 | 111110 |
Color Harmonies of #EC50E2
Complementary color
Monochromatic Colors of #EC50E2
Black with #EC50E2
Text Example
Text Example
White with #EC50E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC50E2; }
p { color: rgb(236,80,226); }
H1.HeaderClassName
{
color: #EC50E2;
}
.AnyTagClassName
{
color: #EC50E2;
}
</style>
background-color css
<style>
a { background-color: #EC50E2; }
a { background-color: rgb(236,80,226); }
div.DivClassName
{
background-color: #EC50E2;
}
.BgClassName
{
background-color: #EC50E2;
}
</style>
border-color css
<style>
span { border-color: #EC50E2; }
span { border-color: rgb(236,80,226); }
td.TdClassName
{
border-color: #EC50E2;
}
.TagClassName
{
border-color: #EC50E2;
}
</style>