Html Css Color HEX #ED49EC Free Speech Magenta
📋 copy color: '#ED49EC'red 237 ◦ green 73 ◦ blue 236
Shades of Free Speech Magenta #ED49EC
Tints of Free Speech Magenta #ED49EC
RGB
CMYK
RGB Variations
Color information
#ED49EC (or 0xED49EC) is known color: Free Speech Magenta. HEX triplet: ED, 49 and EC. RGB value is (237,73,236). Sum of RGB (Red+Green+Blue) = 237+73+236=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 73 (28.91% from 255 or 13.37% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #ED49EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED49EC is #12B613. Grayscale: #8C8C8C. Windows color (decimal): -1226260 or 15485421. OLE color: 15485421.
HSL color Cylindrical-coordinate representation of color #ED49EC: hue angle of 300.37º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED49EC is Cyan = 0, Magento = 0.69, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 73 | 236 | - |
| CMYK | 0 | 0.69 | 0.00 | 0.07 |
| HSL | 300.37º | 0.82% | 0.61% | - |
| HSV(B) | 300.37º | 0.69% | 0.93% | - |
| XYZ | 52.45 | 28.83 | 82.16 | - |
| YUV | 140.62 | 181.83 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 73 | 236 | 0 | 0.69 | 0.00 | 0.07 | 300.37 | 0.82 | 0.61 |
| Hex | ED | 49 | EC | 0 | 45 | 0 | 7 | 12C | 52 | 3D |
| Octal | 355 | 111 | 354 | 0 | 105 | 0 | 7 | 454 | 122 | 75 |
| Binary | 11101101 | 1001001 | 11101100 | 0 | 1000101 | 0 | 111 | 100101100 | 1010010 | 111101 |
Color Harmonies of #ED49EC
Complementary color
Monochromatic Colors of #ED49EC
Black with #ED49EC
Text Example
Text Example
White with #ED49EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED49EC; }
p { color: rgb(237,73,236); }
H1.HeaderClassName
{
color: #ED49EC;
}
.AnyTagClassName
{
color: #ED49EC;
}
</style>
background-color css
<style>
a { background-color: #ED49EC; }
a { background-color: rgb(237,73,236); }
div.DivClassName
{
background-color: #ED49EC;
}
.BgClassName
{
background-color: #ED49EC;
}
</style>
border-color css
<style>
span { border-color: #ED49EC; }
span { border-color: rgb(237,73,236); }
td.TdClassName
{
border-color: #ED49EC;
}
.TagClassName
{
border-color: #ED49EC;
}
</style>