Html Css Color HEX #EC53ED Free Speech Magenta
📋 copy color: '#EC53ED'red 236 ◦ green 83 ◦ blue 237
Shades of Free Speech Magenta #EC53ED
Tints of Free Speech Magenta #EC53ED
RGB
CMYK
RGB Variations
Color information
#EC53ED (or 0xEC53ED) is known color: Free Speech Magenta. HEX triplet: EC, 53 and ED. RGB value is (236,83,237). Sum of RGB (Red+Green+Blue) = 236+83+237=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 83 (32.81% from 255 or 14.93% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC53ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC53ED is #13AC12. Grayscale: #919191. Windows color (decimal): -1289235 or 15553516. OLE color: 15553516.
HSL color Cylindrical-coordinate representation of color #EC53ED: hue angle of 299.61º degrees, saturation: 0.81, 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 #EC53ED is Cyan = 0.00, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 237 | - |
| CMYK | 0.00 | 0.65 | 0 | 0.07 |
| HSL | 299.61º | 0.81% | 0.63% | - |
| HSV(B) | 299.61º | 0.65% | 0.93% | - |
| XYZ | 52.97 | 30.13 | 83.15 | - |
| YUV | 146.3 | 179.19 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 237 | 0.00 | 0.65 | 0 | 0.07 | 299.61 | 0.81 | 0.63 |
| Hex | EC | 53 | ED | 0 | 41 | 0 | 7 | 12C | 51 | 3F |
| Octal | 354 | 123 | 355 | 0 | 101 | 0 | 7 | 454 | 121 | 77 |
| Binary | 11101100 | 1010011 | 11101101 | 0 | 1000001 | 0 | 111 | 100101100 | 1010001 | 111111 |
Color Harmonies of #EC53ED
Complementary color
Monochromatic Colors of #EC53ED
Black with #EC53ED
Text Example
Text Example
White with #EC53ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC53ED; }
p { color: rgb(236,83,237); }
H1.HeaderClassName
{
color: #EC53ED;
}
.AnyTagClassName
{
color: #EC53ED;
}
</style>
background-color css
<style>
a { background-color: #EC53ED; }
a { background-color: rgb(236,83,237); }
div.DivClassName
{
background-color: #EC53ED;
}
.BgClassName
{
background-color: #EC53ED;
}
</style>
border-color css
<style>
span { border-color: #EC53ED; }
span { border-color: rgb(236,83,237); }
td.TdClassName
{
border-color: #EC53ED;
}
.TagClassName
{
border-color: #EC53ED;
}
</style>