Html Css Color HEX #ED56CE Free Speech Magenta
📋 copy color: '#ED56CE'red 237 ◦ green 86 ◦ blue 206
Shades of Free Speech Magenta #ED56CE
Tints of Free Speech Magenta #ED56CE
RGB
CMYK
RGB Variations
Color information
#ED56CE (or 0xED56CE) is known color: Free Speech Magenta. HEX triplet: ED, 56 and CE. RGB value is (237,86,206). Sum of RGB (Red+Green+Blue) = 237+86+206=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 86 (33.98% from 255 or 16.26% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #ED56CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED56CE is #12A931. Grayscale: #909090. Windows color (decimal): -1222962 or 13522669. OLE color: 13522669.
HSL color Cylindrical-coordinate representation of color #ED56CE: hue angle of 312.32º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED56CE is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 86 | 206 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.07 |
| HSL | 312.32º | 0.81% | 0.63% | - |
| HSV(B) | 312.32º | 0.64% | 0.93% | - |
| XYZ | 49.39 | 29.12 | 61.41 | - |
| YUV | 144.83 | 162.53 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 86 | 206 | 0 | 0.64 | 0.13 | 0.07 | 312.32 | 0.81 | 0.63 |
| Hex | ED | 56 | CE | 0 | 40 | D | 7 | 138 | 51 | 3F |
| Octal | 355 | 126 | 316 | 0 | 100 | 15 | 7 | 470 | 121 | 77 |
| Binary | 11101101 | 1010110 | 11001110 | 0 | 1000000 | 1101 | 111 | 100111000 | 1010001 | 111111 |
Color Harmonies of #ED56CE
Complementary color
Monochromatic Colors of #ED56CE
Black with #ED56CE
Text Example
Text Example
White with #ED56CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED56CE; }
p { color: rgb(237,86,206); }
H1.HeaderClassName
{
color: #ED56CE;
}
.AnyTagClassName
{
color: #ED56CE;
}
</style>
background-color css
<style>
a { background-color: #ED56CE; }
a { background-color: rgb(237,86,206); }
div.DivClassName
{
background-color: #ED56CE;
}
.BgClassName
{
background-color: #ED56CE;
}
</style>
border-color css
<style>
span { border-color: #ED56CE; }
span { border-color: rgb(237,86,206); }
td.TdClassName
{
border-color: #ED56CE;
}
.TagClassName
{
border-color: #ED56CE;
}
</style>