Html Css Color HEX #EC53DF Free Speech Magenta
📋 copy color: '#EC53DF'red 236 ◦ green 83 ◦ blue 223
Shades of Free Speech Magenta #EC53DF
Tints of Free Speech Magenta #EC53DF
RGB
CMYK
RGB Variations
Color information
#EC53DF (or 0xEC53DF) is known color: Free Speech Magenta. HEX triplet: EC, 53 and DF. RGB value is (236,83,223). Sum of RGB (Red+Green+Blue) = 236+83+223=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 83 (32.81% from 255 or 15.31% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #EC53DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC53DF is #13AC20. Grayscale: #909090. Windows color (decimal): -1289249 or 14636012. OLE color: 14636012.
HSL color Cylindrical-coordinate representation of color #EC53DF: hue angle of 305.1º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC53DF is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 223 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.07 |
| HSL | 305.1º | 0.8% | 0.63% | - |
| HSV(B) | 305.1º | 0.65% | 0.93% | - |
| XYZ | 51 | 29.35 | 72.79 | - |
| YUV | 144.71 | 172.19 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 223 | 0 | 0.65 | 0.06 | 0.07 | 305.1 | 0.8 | 0.63 |
| Hex | EC | 53 | DF | 0 | 41 | 6 | 7 | 131 | 50 | 3F |
| Octal | 354 | 123 | 337 | 0 | 101 | 6 | 7 | 461 | 120 | 77 |
| Binary | 11101100 | 1010011 | 11011111 | 0 | 1000001 | 110 | 111 | 100110001 | 1010000 | 111111 |
Color Harmonies of #EC53DF
Complementary color
Monochromatic Colors of #EC53DF
Black with #EC53DF
Text Example
Text Example
White with #EC53DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC53DF; }
p { color: rgb(236,83,223); }
H1.HeaderClassName
{
color: #EC53DF;
}
.AnyTagClassName
{
color: #EC53DF;
}
</style>
background-color css
<style>
a { background-color: #EC53DF; }
a { background-color: rgb(236,83,223); }
div.DivClassName
{
background-color: #EC53DF;
}
.BgClassName
{
background-color: #EC53DF;
}
</style>
border-color css
<style>
span { border-color: #EC53DF; }
span { border-color: rgb(236,83,223); }
td.TdClassName
{
border-color: #EC53DF;
}
.TagClassName
{
border-color: #EC53DF;
}
</style>