Html Css Color HEX #EC53D8 Free Speech Magenta
📋 copy color: '#EC53D8'red 236 ◦ green 83 ◦ blue 216
Shades of Free Speech Magenta #EC53D8
Tints of Free Speech Magenta #EC53D8
RGB
CMYK
RGB Variations
Color information
#EC53D8 (or 0xEC53D8) is known color: Free Speech Magenta. HEX triplet: EC, 53 and D8. RGB value is (236,83,216). Sum of RGB (Red+Green+Blue) = 236+83+216=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 83 (32.81% from 255 or 15.51% from 535); Blue value is 216 (84.77% from 255 or 40.37% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #EC53D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC53D8 is #13AC27. Grayscale: #8F8F8F. Windows color (decimal): -1289256 or 14177260. OLE color: 14177260.
HSL color Cylindrical-coordinate representation of color #EC53D8: hue angle of 307.84º 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 #EC53D8 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 216 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.07 |
| HSL | 307.84º | 0.8% | 0.63% | - |
| HSV(B) | 307.84º | 0.65% | 0.93% | - |
| XYZ | 50.08 | 28.98 | 67.92 | - |
| YUV | 143.91 | 168.69 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 216 | 0 | 0.65 | 0.08 | 0.07 | 307.84 | 0.8 | 0.63 |
| Hex | EC | 53 | D8 | 0 | 41 | 8 | 7 | 134 | 50 | 3F |
| Octal | 354 | 123 | 330 | 0 | 101 | 10 | 7 | 464 | 120 | 77 |
| Binary | 11101100 | 1010011 | 11011000 | 0 | 1000001 | 1000 | 111 | 100110100 | 1010000 | 111111 |
Color Harmonies of #EC53D8
Complementary color
Monochromatic Colors of #EC53D8
Black with #EC53D8
Text Example
Text Example
White with #EC53D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC53D8; }
p { color: rgb(236,83,216); }
H1.HeaderClassName
{
color: #EC53D8;
}
.AnyTagClassName
{
color: #EC53D8;
}
</style>
background-color css
<style>
a { background-color: #EC53D8; }
a { background-color: rgb(236,83,216); }
div.DivClassName
{
background-color: #EC53D8;
}
.BgClassName
{
background-color: #EC53D8;
}
</style>
border-color css
<style>
span { border-color: #EC53D8; }
span { border-color: rgb(236,83,216); }
td.TdClassName
{
border-color: #EC53D8;
}
.TagClassName
{
border-color: #EC53D8;
}
</style>