Html Css Color HEX #ED59D3 Free Speech Magenta
📋 copy color: '#ED59D3'red 237 ◦ green 89 ◦ blue 211
Shades of Free Speech Magenta #ED59D3
Tints of Free Speech Magenta #ED59D3
RGB
CMYK
RGB Variations
Color information
#ED59D3 (or 0xED59D3) is known color: Free Speech Magenta. HEX triplet: ED, 59 and D3. RGB value is (237,89,211). Sum of RGB (Red+Green+Blue) = 237+89+211=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 89 (35.16% from 255 or 16.57% from 537); Blue value is 211 (82.81% from 255 or 39.29% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #ED59D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED59D3 is #12A62C. Grayscale: #929292. Windows color (decimal): -1222189 or 13851117. OLE color: 13851117.
HSL color Cylindrical-coordinate representation of color #ED59D3: hue angle of 310.54º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED59D3 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 89 | 211 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.07 |
| HSL | 310.54º | 0.8% | 0.64% | - |
| HSV(B) | 310.54º | 0.62% | 0.93% | - |
| XYZ | 50.26 | 29.85 | 64.74 | - |
| YUV | 147.16 | 164.03 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 89 | 211 | 0 | 0.62 | 0.11 | 0.07 | 310.54 | 0.8 | 0.64 |
| Hex | ED | 59 | D3 | 0 | 3E | B | 7 | 137 | 50 | 40 |
| Octal | 355 | 131 | 323 | 0 | 76 | 13 | 7 | 467 | 120 | 100 |
| Binary | 11101101 | 1011001 | 11010011 | 0 | 111110 | 1011 | 111 | 100110111 | 1010000 | 1000000 |
Color Harmonies of #ED59D3
Complementary color
Monochromatic Colors of #ED59D3
Black with #ED59D3
Text Example
Text Example
White with #ED59D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED59D3; }
p { color: rgb(237,89,211); }
H1.HeaderClassName
{
color: #ED59D3;
}
.AnyTagClassName
{
color: #ED59D3;
}
</style>
background-color css
<style>
a { background-color: #ED59D3; }
a { background-color: rgb(237,89,211); }
div.DivClassName
{
background-color: #ED59D3;
}
.BgClassName
{
background-color: #ED59D3;
}
</style>
border-color css
<style>
span { border-color: #ED59D3; }
span { border-color: rgb(237,89,211); }
td.TdClassName
{
border-color: #ED59D3;
}
.TagClassName
{
border-color: #ED59D3;
}
</style>