Html Css Color HEX #ED56E2 Free Speech Magenta
📋 copy color: '#ED56E2'red 237 ◦ green 86 ◦ blue 226
Shades of Free Speech Magenta #ED56E2
Tints of Free Speech Magenta #ED56E2
RGB
CMYK
RGB Variations
Color information
#ED56E2 (or 0xED56E2) is known color: Free Speech Magenta. HEX triplet: ED, 56 and E2. RGB value is (237,86,226). Sum of RGB (Red+Green+Blue) = 237+86+226=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 86 (33.98% from 255 or 15.66% from 549); Blue value is 226 (88.67% from 255 or 41.17% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #ED56E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED56E2 is #12A91D. Grayscale: #929292. Windows color (decimal): -1222942 or 14833389. OLE color: 14833389.
HSL color Cylindrical-coordinate representation of color #ED56E2: hue angle of 304.37º 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 #ED56E2 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 86 | 226 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.07 |
| HSL | 304.37º | 0.81% | 0.63% | - |
| HSV(B) | 304.37º | 0.64% | 0.93% | - |
| XYZ | 51.98 | 30.15 | 75.03 | - |
| YUV | 147.11 | 172.53 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 86 | 226 | 0 | 0.64 | 0.05 | 0.07 | 304.37 | 0.81 | 0.63 |
| Hex | ED | 56 | E2 | 0 | 40 | 5 | 7 | 130 | 51 | 3F |
| Octal | 355 | 126 | 342 | 0 | 100 | 5 | 7 | 460 | 121 | 77 |
| Binary | 11101101 | 1010110 | 11100010 | 0 | 1000000 | 101 | 111 | 100110000 | 1010001 | 111111 |
Color Harmonies of #ED56E2
Complementary color
Monochromatic Colors of #ED56E2
Black with #ED56E2
Text Example
Text Example
White with #ED56E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED56E2; }
p { color: rgb(237,86,226); }
H1.HeaderClassName
{
color: #ED56E2;
}
.AnyTagClassName
{
color: #ED56E2;
}
</style>
background-color css
<style>
a { background-color: #ED56E2; }
a { background-color: rgb(237,86,226); }
div.DivClassName
{
background-color: #ED56E2;
}
.BgClassName
{
background-color: #ED56E2;
}
</style>
border-color css
<style>
span { border-color: #ED56E2; }
span { border-color: rgb(237,86,226); }
td.TdClassName
{
border-color: #ED56E2;
}
.TagClassName
{
border-color: #ED56E2;
}
</style>