Html Css Color HEX #ED58DF Free Speech Magenta
📋 copy color: '#ED58DF'red 237 ◦ green 88 ◦ blue 223
Shades of Free Speech Magenta #ED58DF
Tints of Free Speech Magenta #ED58DF
RGB
CMYK
RGB Variations
Color information
#ED58DF (or 0xED58DF) is known color: Free Speech Magenta. HEX triplet: ED, 58 and DF. RGB value is (237,88,223). Sum of RGB (Red+Green+Blue) = 237+88+223=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 88 (34.77% from 255 or 16.06% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #ED58DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED58DF is #12A720. Grayscale: #939393. Windows color (decimal): -1222433 or 14637293. OLE color: 14637293.
HSL color Cylindrical-coordinate representation of color #ED58DF: hue angle of 305.64º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED58DF is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 88 | 223 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.07 |
| HSL | 305.64º | 0.81% | 0.64% | - |
| HSV(B) | 305.64º | 0.63% | 0.93% | - |
| XYZ | 51.73 | 30.31 | 72.94 | - |
| YUV | 147.94 | 170.36 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 88 | 223 | 0 | 0.63 | 0.06 | 0.07 | 305.64 | 0.81 | 0.64 |
| Hex | ED | 58 | DF | 0 | 3F | 6 | 7 | 132 | 51 | 40 |
| Octal | 355 | 130 | 337 | 0 | 77 | 6 | 7 | 462 | 121 | 100 |
| Binary | 11101101 | 1011000 | 11011111 | 0 | 111111 | 110 | 111 | 100110010 | 1010001 | 1000000 |
Color Harmonies of #ED58DF
Complementary color
Monochromatic Colors of #ED58DF
Black with #ED58DF
Text Example
Text Example
White with #ED58DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED58DF; }
p { color: rgb(237,88,223); }
H1.HeaderClassName
{
color: #ED58DF;
}
.AnyTagClassName
{
color: #ED58DF;
}
</style>
background-color css
<style>
a { background-color: #ED58DF; }
a { background-color: rgb(237,88,223); }
div.DivClassName
{
background-color: #ED58DF;
}
.BgClassName
{
background-color: #ED58DF;
}
</style>
border-color css
<style>
span { border-color: #ED58DF; }
span { border-color: rgb(237,88,223); }
td.TdClassName
{
border-color: #ED58DF;
}
.TagClassName
{
border-color: #ED58DF;
}
</style>