Html Css Color HEX #ED59D2 Free Speech Magenta
📋 copy color: '#ED59D2'red 237 ◦ green 89 ◦ blue 210
Shades of Free Speech Magenta #ED59D2
Tints of Free Speech Magenta #ED59D2
RGB
CMYK
RGB Variations
Color information
#ED59D2 (or 0xED59D2) is known color: Free Speech Magenta. HEX triplet: ED, 59 and D2. RGB value is (237,89,210). Sum of RGB (Red+Green+Blue) = 237+89+210=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 89 (35.16% from 255 or 16.60% from 536); Blue value is 210 (82.42% from 255 or 39.18% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #ED59D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED59D2 is #12A62D. Grayscale: #929292. Windows color (decimal): -1222190 or 13785581. OLE color: 13785581.
HSL color Cylindrical-coordinate representation of color #ED59D2: hue angle of 310.95º 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 #ED59D2 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 89 | 210 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.07 |
| HSL | 310.95º | 0.8% | 0.64% | - |
| HSV(B) | 310.95º | 0.62% | 0.93% | - |
| XYZ | 50.13 | 29.8 | 64.08 | - |
| YUV | 147.05 | 163.53 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 89 | 210 | 0 | 0.62 | 0.11 | 0.07 | 310.95 | 0.8 | 0.64 |
| Hex | ED | 59 | D2 | 0 | 3E | B | 7 | 137 | 50 | 40 |
| Octal | 355 | 131 | 322 | 0 | 76 | 13 | 7 | 467 | 120 | 100 |
| Binary | 11101101 | 1011001 | 11010010 | 0 | 111110 | 1011 | 111 | 100110111 | 1010000 | 1000000 |
Color Harmonies of #ED59D2
Complementary color
Monochromatic Colors of #ED59D2
Black with #ED59D2
Text Example
Text Example
White with #ED59D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED59D2; }
p { color: rgb(237,89,210); }
H1.HeaderClassName
{
color: #ED59D2;
}
.AnyTagClassName
{
color: #ED59D2;
}
</style>
background-color css
<style>
a { background-color: #ED59D2; }
a { background-color: rgb(237,89,210); }
div.DivClassName
{
background-color: #ED59D2;
}
.BgClassName
{
background-color: #ED59D2;
}
</style>
border-color css
<style>
span { border-color: #ED59D2; }
span { border-color: rgb(237,89,210); }
td.TdClassName
{
border-color: #ED59D2;
}
.TagClassName
{
border-color: #ED59D2;
}
</style>