Html Css Color HEX #ED52EC Free Speech Magenta
📋 copy color: '#ED52EC'red 237 ◦ green 82 ◦ blue 236
Shades of Free Speech Magenta #ED52EC
Tints of Free Speech Magenta #ED52EC
RGB
CMYK
RGB Variations
Color information
#ED52EC (or 0xED52EC) is known color: Free Speech Magenta. HEX triplet: ED, 52 and EC. RGB value is (237,82,236). Sum of RGB (Red+Green+Blue) = 237+82+236=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 82 (32.42% from 255 or 14.77% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #ED52EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED52EC is #12AD13. Grayscale: #919191. Windows color (decimal): -1223956 or 15487725. OLE color: 15487725.
HSL color Cylindrical-coordinate representation of color #ED52EC: hue angle of 300.39º 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 #ED52EC is Cyan = 0, Magento = 0.65, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 82 | 236 | - |
| CMYK | 0 | 0.65 | 0.00 | 0.07 |
| HSL | 300.39º | 0.81% | 0.63% | - |
| HSV(B) | 300.39º | 0.65% | 0.93% | - |
| XYZ | 53.08 | 30.1 | 82.37 | - |
| YUV | 145.9 | 178.85 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 82 | 236 | 0 | 0.65 | 0.00 | 0.07 | 300.39 | 0.81 | 0.63 |
| Hex | ED | 52 | EC | 0 | 41 | 0 | 7 | 12C | 51 | 3F |
| Octal | 355 | 122 | 354 | 0 | 101 | 0 | 7 | 454 | 121 | 77 |
| Binary | 11101101 | 1010010 | 11101100 | 0 | 1000001 | 0 | 111 | 100101100 | 1010001 | 111111 |
Color Harmonies of #ED52EC
Complementary color
Monochromatic Colors of #ED52EC
Black with #ED52EC
Text Example
Text Example
White with #ED52EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED52EC; }
p { color: rgb(237,82,236); }
H1.HeaderClassName
{
color: #ED52EC;
}
.AnyTagClassName
{
color: #ED52EC;
}
</style>
background-color css
<style>
a { background-color: #ED52EC; }
a { background-color: rgb(237,82,236); }
div.DivClassName
{
background-color: #ED52EC;
}
.BgClassName
{
background-color: #ED52EC;
}
</style>
border-color css
<style>
span { border-color: #ED52EC; }
span { border-color: rgb(237,82,236); }
td.TdClassName
{
border-color: #ED52EC;
}
.TagClassName
{
border-color: #ED52EC;
}
</style>