Html Css Color HEX #EC50EB Free Speech Magenta
📋 copy color: '#EC50EB'red 236 ◦ green 80 ◦ blue 235
Shades of Free Speech Magenta #EC50EB
Tints of Free Speech Magenta #EC50EB
RGB
CMYK
RGB Variations
Color information
#EC50EB (or 0xEC50EB) is known color: Free Speech Magenta. HEX triplet: EC, 50 and EB. RGB value is (236,80,235). Sum of RGB (Red+Green+Blue) = 236+80+235=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 80 (31.64% from 255 or 14.52% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #EC50EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC50EB is #13AF14. Grayscale: #8F8F8F. Windows color (decimal): -1290005 or 15421676. OLE color: 15421676.
HSL color Cylindrical-coordinate representation of color #EC50EB: hue angle of 300.38º 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 #EC50EB is Cyan = 0, Magento = 0.66, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 235 | - |
| CMYK | 0 | 0.66 | 0.00 | 0.07 |
| HSL | 300.38º | 0.8% | 0.62% | - |
| HSV(B) | 300.38º | 0.66% | 0.93% | - |
| XYZ | 52.46 | 29.57 | 81.54 | - |
| YUV | 144.31 | 179.18 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 235 | 0 | 0.66 | 0.00 | 0.07 | 300.38 | 0.8 | 0.62 |
| Hex | EC | 50 | EB | 0 | 42 | 0 | 7 | 12C | 50 | 3E |
| Octal | 354 | 120 | 353 | 0 | 102 | 0 | 7 | 454 | 120 | 76 |
| Binary | 11101100 | 1010000 | 11101011 | 0 | 1000010 | 0 | 111 | 100101100 | 1010000 | 111110 |
Color Harmonies of #EC50EB
Complementary color
Monochromatic Colors of #EC50EB
Black with #EC50EB
Text Example
Text Example
White with #EC50EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC50EB; }
p { color: rgb(236,80,235); }
H1.HeaderClassName
{
color: #EC50EB;
}
.AnyTagClassName
{
color: #EC50EB;
}
</style>
background-color css
<style>
a { background-color: #EC50EB; }
a { background-color: rgb(236,80,235); }
div.DivClassName
{
background-color: #EC50EB;
}
.BgClassName
{
background-color: #EC50EB;
}
</style>
border-color css
<style>
span { border-color: #EC50EB; }
span { border-color: rgb(236,80,235); }
td.TdClassName
{
border-color: #EC50EB;
}
.TagClassName
{
border-color: #EC50EB;
}
</style>