Html Css Color HEX #ED56D2 Free Speech Magenta
📋 copy color: '#ED56D2'red 237 ◦ green 86 ◦ blue 210
Shades of Free Speech Magenta #ED56D2
Tints of Free Speech Magenta #ED56D2
RGB
CMYK
RGB Variations
Color information
#ED56D2 (or 0xED56D2) is known color: Free Speech Magenta. HEX triplet: ED, 56 and D2. RGB value is (237,86,210). Sum of RGB (Red+Green+Blue) = 237+86+210=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 86 (33.98% from 255 or 16.14% from 533); Blue value is 210 (82.42% from 255 or 39.40% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #ED56D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED56D2 is #12A92D. Grayscale: #909090. Windows color (decimal): -1222958 or 13784813. OLE color: 13784813.
HSL color Cylindrical-coordinate representation of color #ED56D2: hue angle of 310.73º 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 #ED56D2 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 86 | 210 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.07 |
| HSL | 310.73º | 0.81% | 0.63% | - |
| HSV(B) | 310.73º | 0.64% | 0.93% | - |
| XYZ | 49.89 | 29.31 | 64 | - |
| YUV | 145.29 | 164.53 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 86 | 210 | 0 | 0.64 | 0.11 | 0.07 | 310.73 | 0.81 | 0.63 |
| Hex | ED | 56 | D2 | 0 | 40 | B | 7 | 137 | 51 | 3F |
| Octal | 355 | 126 | 322 | 0 | 100 | 13 | 7 | 467 | 121 | 77 |
| Binary | 11101101 | 1010110 | 11010010 | 0 | 1000000 | 1011 | 111 | 100110111 | 1010001 | 111111 |
Color Harmonies of #ED56D2
Complementary color
Monochromatic Colors of #ED56D2
Black with #ED56D2
Text Example
Text Example
White with #ED56D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED56D2; }
p { color: rgb(237,86,210); }
H1.HeaderClassName
{
color: #ED56D2;
}
.AnyTagClassName
{
color: #ED56D2;
}
</style>
background-color css
<style>
a { background-color: #ED56D2; }
a { background-color: rgb(237,86,210); }
div.DivClassName
{
background-color: #ED56D2;
}
.BgClassName
{
background-color: #ED56D2;
}
</style>
border-color css
<style>
span { border-color: #ED56D2; }
span { border-color: rgb(237,86,210); }
td.TdClassName
{
border-color: #ED56D2;
}
.TagClassName
{
border-color: #ED56D2;
}
</style>