Html Css Color HEX #ED59DB Free Speech Magenta
📋 copy color: '#ED59DB'red 237 ◦ green 89 ◦ blue 219
Shades of Free Speech Magenta #ED59DB
Tints of Free Speech Magenta #ED59DB
RGB
CMYK
RGB Variations
Color information
#ED59DB (or 0xED59DB) is known color: Free Speech Magenta. HEX triplet: ED, 59 and DB. RGB value is (237,89,219). Sum of RGB (Red+Green+Blue) = 237+89+219=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 89 (35.16% from 255 or 16.33% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #ED59DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED59DB is #12A624. Grayscale: #939393. Windows color (decimal): -1222181 or 14375405. OLE color: 14375405.
HSL color Cylindrical-coordinate representation of color #ED59DB: hue angle of 307.3º 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 #ED59DB is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 89 | 219 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.07 |
| HSL | 307.3º | 0.8% | 0.64% | - |
| HSV(B) | 307.3º | 0.62% | 0.93% | - |
| XYZ | 51.28 | 30.26 | 70.16 | - |
| YUV | 148.07 | 168.03 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 89 | 219 | 0 | 0.62 | 0.08 | 0.07 | 307.3 | 0.8 | 0.64 |
| Hex | ED | 59 | DB | 0 | 3E | 8 | 7 | 133 | 50 | 40 |
| Octal | 355 | 131 | 333 | 0 | 76 | 10 | 7 | 463 | 120 | 100 |
| Binary | 11101101 | 1011001 | 11011011 | 0 | 111110 | 1000 | 111 | 100110011 | 1010000 | 1000000 |
Color Harmonies of #ED59DB
Complementary color
Monochromatic Colors of #ED59DB
Black with #ED59DB
Text Example
Text Example
White with #ED59DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED59DB; }
p { color: rgb(237,89,219); }
H1.HeaderClassName
{
color: #ED59DB;
}
.AnyTagClassName
{
color: #ED59DB;
}
</style>
background-color css
<style>
a { background-color: #ED59DB; }
a { background-color: rgb(237,89,219); }
div.DivClassName
{
background-color: #ED59DB;
}
.BgClassName
{
background-color: #ED59DB;
}
</style>
border-color css
<style>
span { border-color: #ED59DB; }
span { border-color: rgb(237,89,219); }
td.TdClassName
{
border-color: #ED59DB;
}
.TagClassName
{
border-color: #ED59DB;
}
</style>