Html Css Color HEX #EC50DF Free Speech Magenta
📋 copy color: '#EC50DF'red 236 ◦ green 80 ◦ blue 223
Shades of Free Speech Magenta #EC50DF
Tints of Free Speech Magenta #EC50DF
RGB
CMYK
RGB Variations
Color information
#EC50DF (or 0xEC50DF) is known color: Free Speech Magenta. HEX triplet: EC, 50 and DF. RGB value is (236,80,223). Sum of RGB (Red+Green+Blue) = 236+80+223=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 80 (31.64% from 255 or 14.84% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #EC50DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC50DF is #13AF20. Grayscale: #8E8E8E. Windows color (decimal): -1290017 or 14635244. OLE color: 14635244.
HSL color Cylindrical-coordinate representation of color #EC50DF: hue angle of 305º 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 #EC50DF is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 223 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.07 |
| HSL | 305º | 0.8% | 0.62% | - |
| HSV(B) | 305º | 0.66% | 0.93% | - |
| XYZ | 50.78 | 28.9 | 72.71 | - |
| YUV | 142.95 | 173.18 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 223 | 0 | 0.66 | 0.06 | 0.07 | 305 | 0.8 | 0.62 |
| Hex | EC | 50 | DF | 0 | 42 | 6 | 7 | 131 | 50 | 3E |
| Octal | 354 | 120 | 337 | 0 | 102 | 6 | 7 | 461 | 120 | 76 |
| Binary | 11101100 | 1010000 | 11011111 | 0 | 1000010 | 110 | 111 | 100110001 | 1010000 | 111110 |
Color Harmonies of #EC50DF
Complementary color
Monochromatic Colors of #EC50DF
Black with #EC50DF
Text Example
Text Example
White with #EC50DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC50DF; }
p { color: rgb(236,80,223); }
H1.HeaderClassName
{
color: #EC50DF;
}
.AnyTagClassName
{
color: #EC50DF;
}
</style>
background-color css
<style>
a { background-color: #EC50DF; }
a { background-color: rgb(236,80,223); }
div.DivClassName
{
background-color: #EC50DF;
}
.BgClassName
{
background-color: #EC50DF;
}
</style>
border-color css
<style>
span { border-color: #EC50DF; }
span { border-color: rgb(236,80,223); }
td.TdClassName
{
border-color: #EC50DF;
}
.TagClassName
{
border-color: #EC50DF;
}
</style>