Html Css Color HEX #ED54ED Free Speech Magenta
📋 copy color: '#ED54ED'red 237 ◦ green 84 ◦ blue 237
Shades of Free Speech Magenta #ED54ED
Tints of Free Speech Magenta #ED54ED
RGB
CMYK
RGB Variations
Color information
#ED54ED (or 0xED54ED) is known color: Free Speech Magenta. HEX triplet: ED, 54 and ED. RGB value is (237,84,237). Sum of RGB (Red+Green+Blue) = 237+84+237=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 84 (33.20% from 255 or 15.05% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED54ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED54ED is #12AB12. Grayscale: #929292. Windows color (decimal): -1223443 or 15553773. OLE color: 15553773.
HSL color Cylindrical-coordinate representation of color #ED54ED: hue angle of 300º 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 #ED54ED is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 84 | 237 | - |
| CMYK | 0 | 0.65 | 0 | 0.07 |
| HSL | 300º | 0.81% | 0.63% | - |
| HSV(B) | 300º | 0.65% | 0.93% | - |
| XYZ | 53.38 | 30.46 | 83.19 | - |
| YUV | 147.19 | 178.69 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 84 | 237 | 0 | 0.65 | 0 | 0.07 | 300 | 0.81 | 0.63 |
| Hex | ED | 54 | ED | 0 | 41 | 0 | 7 | 12C | 51 | 3F |
| Octal | 355 | 124 | 355 | 0 | 101 | 0 | 7 | 454 | 121 | 77 |
| Binary | 11101101 | 1010100 | 11101101 | 0 | 1000001 | 0 | 111 | 100101100 | 1010001 | 111111 |
Color Harmonies of #ED54ED
Complementary color
Monochromatic Colors of #ED54ED
Black with #ED54ED
Text Example
Text Example
White with #ED54ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED54ED; }
p { color: rgb(237,84,237); }
H1.HeaderClassName
{
color: #ED54ED;
}
.AnyTagClassName
{
color: #ED54ED;
}
</style>
background-color css
<style>
a { background-color: #ED54ED; }
a { background-color: rgb(237,84,237); }
div.DivClassName
{
background-color: #ED54ED;
}
.BgClassName
{
background-color: #ED54ED;
}
</style>
border-color css
<style>
span { border-color: #ED54ED; }
span { border-color: rgb(237,84,237); }
td.TdClassName
{
border-color: #ED54ED;
}
.TagClassName
{
border-color: #ED54ED;
}
</style>