Html Css Color HEX #ED59C8 Free Speech Magenta
📋 copy color: '#ED59C8'red 237 ◦ green 89 ◦ blue 200
Shades of Free Speech Magenta #ED59C8
Tints of Free Speech Magenta #ED59C8
RGB
CMYK
RGB Variations
Color information
#ED59C8 (or 0xED59C8) is known color: Free Speech Magenta. HEX triplet: ED, 59 and C8. RGB value is (237,89,200). Sum of RGB (Red+Green+Blue) = 237+89+200=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 89 (35.16% from 255 or 16.92% from 526); Blue value is 200 (78.52% from 255 or 38.02% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #ED59C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED59C8 is #12A637. Grayscale: #919191. Windows color (decimal): -1222200 or 13130221. OLE color: 13130221.
HSL color Cylindrical-coordinate representation of color #ED59C8: hue angle of 315º 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 #ED59C8 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 89 | 200 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.07 |
| HSL | 315º | 0.8% | 0.64% | - |
| HSV(B) | 315º | 0.62% | 0.93% | - |
| XYZ | 48.92 | 29.32 | 57.72 | - |
| YUV | 145.91 | 158.53 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 89 | 200 | 0 | 0.62 | 0.16 | 0.07 | 315 | 0.8 | 0.64 |
| Hex | ED | 59 | C8 | 0 | 3E | 10 | 7 | 13B | 50 | 40 |
| Octal | 355 | 131 | 310 | 0 | 76 | 20 | 7 | 473 | 120 | 100 |
| Binary | 11101101 | 1011001 | 11001000 | 0 | 111110 | 10000 | 111 | 100111011 | 1010000 | 1000000 |
Color Harmonies of #ED59C8
Complementary color
Monochromatic Colors of #ED59C8
Black with #ED59C8
Text Example
Text Example
White with #ED59C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED59C8; }
p { color: rgb(237,89,200); }
H1.HeaderClassName
{
color: #ED59C8;
}
.AnyTagClassName
{
color: #ED59C8;
}
</style>
background-color css
<style>
a { background-color: #ED59C8; }
a { background-color: rgb(237,89,200); }
div.DivClassName
{
background-color: #ED59C8;
}
.BgClassName
{
background-color: #ED59C8;
}
</style>
border-color css
<style>
span { border-color: #ED59C8; }
span { border-color: rgb(237,89,200); }
td.TdClassName
{
border-color: #ED59C8;
}
.TagClassName
{
border-color: #ED59C8;
}
</style>