Html Css Color HEX #ED66EC Free Speech Magenta
📋 copy color: '#ED66EC'red 237 ◦ green 102 ◦ blue 236
Shades of Free Speech Magenta #ED66EC
Tints of Free Speech Magenta #ED66EC
RGB
CMYK
RGB Variations
Color information
#ED66EC (or 0xED66EC) is known color: Free Speech Magenta. HEX triplet: ED, 66 and EC. RGB value is (237,102,236). Sum of RGB (Red+Green+Blue) = 237+102+236=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 102 (40.23% from 255 or 17.74% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #ED66EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED66EC is #129913. Grayscale: #9D9D9D. Windows color (decimal): -1218836 or 15492845. OLE color: 15492845.
HSL color Cylindrical-coordinate representation of color #ED66EC: hue angle of 300.44º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED66EC is Cyan = 0, Magento = 0.57, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 102 | 236 | - |
| CMYK | 0 | 0.57 | 0.00 | 0.07 |
| HSL | 300.44º | 0.79% | 0.66% | - |
| HSV(B) | 300.44º | 0.57% | 0.93% | - |
| XYZ | 54.82 | 33.56 | 82.95 | - |
| YUV | 157.64 | 172.23 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 102 | 236 | 0 | 0.57 | 0.00 | 0.07 | 300.44 | 0.79 | 0.66 |
| Hex | ED | 66 | EC | 0 | 39 | 0 | 7 | 12C | 4F | 42 |
| Octal | 355 | 146 | 354 | 0 | 71 | 0 | 7 | 454 | 117 | 102 |
| Binary | 11101101 | 1100110 | 11101100 | 0 | 111001 | 0 | 111 | 100101100 | 1001111 | 1000010 |
Color Harmonies of #ED66EC
Complementary color
Monochromatic Colors of #ED66EC
Black with #ED66EC
Text Example
Text Example
White with #ED66EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED66EC; }
p { color: rgb(237,102,236); }
H1.HeaderClassName
{
color: #ED66EC;
}
.AnyTagClassName
{
color: #ED66EC;
}
</style>
background-color css
<style>
a { background-color: #ED66EC; }
a { background-color: rgb(237,102,236); }
div.DivClassName
{
background-color: #ED66EC;
}
.BgClassName
{
background-color: #ED66EC;
}
</style>
border-color css
<style>
span { border-color: #ED66EC; }
span { border-color: rgb(237,102,236); }
td.TdClassName
{
border-color: #ED66EC;
}
.TagClassName
{
border-color: #ED66EC;
}
</style>