Html Css Color HEX #EC53D6 Free Speech Magenta
📋 copy color: '#EC53D6'red 236 ◦ green 83 ◦ blue 214
Shades of Free Speech Magenta #EC53D6
Tints of Free Speech Magenta #EC53D6
RGB
CMYK
RGB Variations
Color information
#EC53D6 (or 0xEC53D6) is known color: Free Speech Magenta. HEX triplet: EC, 53 and D6. RGB value is (236,83,214). Sum of RGB (Red+Green+Blue) = 236+83+214=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 83 (32.81% from 255 or 15.57% from 533); Blue value is 214 (83.98% from 255 or 40.15% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #EC53D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC53D6 is #13AC29. Grayscale: #8F8F8F. Windows color (decimal): -1289258 or 14046188. OLE color: 14046188.
HSL color Cylindrical-coordinate representation of color #EC53D6: hue angle of 308.63º 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 #EC53D6 is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 214 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.07 |
| HSL | 308.63º | 0.8% | 0.63% | - |
| HSV(B) | 308.63º | 0.65% | 0.93% | - |
| XYZ | 49.82 | 28.87 | 66.57 | - |
| YUV | 143.68 | 167.69 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 214 | 0 | 0.65 | 0.09 | 0.07 | 308.63 | 0.8 | 0.63 |
| Hex | EC | 53 | D6 | 0 | 41 | 9 | 7 | 135 | 50 | 3F |
| Octal | 354 | 123 | 326 | 0 | 101 | 11 | 7 | 465 | 120 | 77 |
| Binary | 11101100 | 1010011 | 11010110 | 0 | 1000001 | 1001 | 111 | 100110101 | 1010000 | 111111 |
Color Harmonies of #EC53D6
Complementary color
Monochromatic Colors of #EC53D6
Black with #EC53D6
Text Example
Text Example
White with #EC53D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC53D6; }
p { color: rgb(236,83,214); }
H1.HeaderClassName
{
color: #EC53D6;
}
.AnyTagClassName
{
color: #EC53D6;
}
</style>
background-color css
<style>
a { background-color: #EC53D6; }
a { background-color: rgb(236,83,214); }
div.DivClassName
{
background-color: #EC53D6;
}
.BgClassName
{
background-color: #EC53D6;
}
</style>
border-color css
<style>
span { border-color: #EC53D6; }
span { border-color: rgb(236,83,214); }
td.TdClassName
{
border-color: #EC53D6;
}
.TagClassName
{
border-color: #EC53D6;
}
</style>