Html Css Color HEX #EC50DC Free Speech Magenta
📋 copy color: '#EC50DC'red 236 ◦ green 80 ◦ blue 220
Shades of Free Speech Magenta #EC50DC
Tints of Free Speech Magenta #EC50DC
RGB
CMYK
RGB Variations
Color information
#EC50DC (or 0xEC50DC) is known color: Free Speech Magenta. HEX triplet: EC, 50 and DC. RGB value is (236,80,220). Sum of RGB (Red+Green+Blue) = 236+80+220=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 80 (31.64% from 255 or 14.93% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #EC50DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC50DC is #13AF23. Grayscale: #8E8E8E. Windows color (decimal): -1290020 or 14438636. OLE color: 14438636.
HSL color Cylindrical-coordinate representation of color #EC50DC: hue angle of 306.15º 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 #EC50DC is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 220 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.07 |
| HSL | 306.15º | 0.8% | 0.62% | - |
| HSV(B) | 306.15º | 0.66% | 0.93% | - |
| XYZ | 50.38 | 28.74 | 70.6 | - |
| YUV | 142.6 | 171.68 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 220 | 0 | 0.66 | 0.07 | 0.07 | 306.15 | 0.8 | 0.62 |
| Hex | EC | 50 | DC | 0 | 42 | 7 | 7 | 132 | 50 | 3E |
| Octal | 354 | 120 | 334 | 0 | 102 | 7 | 7 | 462 | 120 | 76 |
| Binary | 11101100 | 1010000 | 11011100 | 0 | 1000010 | 111 | 111 | 100110010 | 1010000 | 111110 |
Color Harmonies of #EC50DC
Complementary color
Monochromatic Colors of #EC50DC
Black with #EC50DC
Text Example
Text Example
White with #EC50DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC50DC; }
p { color: rgb(236,80,220); }
H1.HeaderClassName
{
color: #EC50DC;
}
.AnyTagClassName
{
color: #EC50DC;
}
</style>
background-color css
<style>
a { background-color: #EC50DC; }
a { background-color: rgb(236,80,220); }
div.DivClassName
{
background-color: #EC50DC;
}
.BgClassName
{
background-color: #EC50DC;
}
</style>
border-color css
<style>
span { border-color: #EC50DC; }
span { border-color: rgb(236,80,220); }
td.TdClassName
{
border-color: #EC50DC;
}
.TagClassName
{
border-color: #EC50DC;
}
</style>