Html Css Color HEX #ED55DB Free Speech Magenta
📋 copy color: '#ED55DB'red 237 ◦ green 85 ◦ blue 219
Shades of Free Speech Magenta #ED55DB
Tints of Free Speech Magenta #ED55DB
RGB
CMYK
RGB Variations
Color information
#ED55DB (or 0xED55DB) is known color: Free Speech Magenta. HEX triplet: ED, 55 and DB. RGB value is (237,85,219). Sum of RGB (Red+Green+Blue) = 237+85+219=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 85 (33.59% from 255 or 15.71% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #ED55DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED55DB is #12AA24. Grayscale: #919191. Windows color (decimal): -1223205 or 14374381. OLE color: 14374381.
HSL color Cylindrical-coordinate representation of color #ED55DB: hue angle of 307.11º 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 #ED55DB is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 85 | 219 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.07 |
| HSL | 307.11º | 0.81% | 0.63% | - |
| HSV(B) | 307.11º | 0.64% | 0.93% | - |
| XYZ | 50.96 | 29.62 | 70.05 | - |
| YUV | 145.72 | 169.36 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 85 | 219 | 0 | 0.64 | 0.08 | 0.07 | 307.11 | 0.81 | 0.63 |
| Hex | ED | 55 | DB | 0 | 40 | 8 | 7 | 133 | 51 | 3F |
| Octal | 355 | 125 | 333 | 0 | 100 | 10 | 7 | 463 | 121 | 77 |
| Binary | 11101101 | 1010101 | 11011011 | 0 | 1000000 | 1000 | 111 | 100110011 | 1010001 | 111111 |
Color Harmonies of #ED55DB
Complementary color
Monochromatic Colors of #ED55DB
Black with #ED55DB
Text Example
Text Example
White with #ED55DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED55DB; }
p { color: rgb(237,85,219); }
H1.HeaderClassName
{
color: #ED55DB;
}
.AnyTagClassName
{
color: #ED55DB;
}
</style>
background-color css
<style>
a { background-color: #ED55DB; }
a { background-color: rgb(237,85,219); }
div.DivClassName
{
background-color: #ED55DB;
}
.BgClassName
{
background-color: #ED55DB;
}
</style>
border-color css
<style>
span { border-color: #ED55DB; }
span { border-color: rgb(237,85,219); }
td.TdClassName
{
border-color: #ED55DB;
}
.TagClassName
{
border-color: #ED55DB;
}
</style>