Html Css Color HEX #ED50DF Free Speech Magenta
📋 copy color: '#ED50DF'red 237 ◦ green 80 ◦ blue 223
Shades of Free Speech Magenta #ED50DF
Tints of Free Speech Magenta #ED50DF
RGB
CMYK
RGB Variations
Color information
#ED50DF (or 0xED50DF) is known color: Free Speech Magenta. HEX triplet: ED, 50 and DF. RGB value is (237,80,223). Sum of RGB (Red+Green+Blue) = 237+80+223=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 80 (31.64% from 255 or 14.81% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #ED50DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED50DF is #12AF20. Grayscale: #8E8E8E. Windows color (decimal): -1224481 or 14635245. OLE color: 14635245.
HSL color Cylindrical-coordinate representation of color #ED50DF: hue angle of 305.35º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ED50DF is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 80 | 223 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.07 |
| HSL | 305.35º | 0.81% | 0.62% | - |
| HSV(B) | 305.35º | 0.66% | 0.93% | - |
| XYZ | 51.11 | 29.07 | 72.73 | - |
| YUV | 143.25 | 173.01 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 80 | 223 | 0 | 0.66 | 0.06 | 0.07 | 305.35 | 0.81 | 0.62 |
| Hex | ED | 50 | DF | 0 | 42 | 6 | 7 | 131 | 51 | 3E |
| Octal | 355 | 120 | 337 | 0 | 102 | 6 | 7 | 461 | 121 | 76 |
| Binary | 11101101 | 1010000 | 11011111 | 0 | 1000010 | 110 | 111 | 100110001 | 1010001 | 111110 |
Color Harmonies of #ED50DF
Complementary color
Monochromatic Colors of #ED50DF
Black with #ED50DF
Text Example
Text Example
White with #ED50DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED50DF; }
p { color: rgb(237,80,223); }
H1.HeaderClassName
{
color: #ED50DF;
}
.AnyTagClassName
{
color: #ED50DF;
}
</style>
background-color css
<style>
a { background-color: #ED50DF; }
a { background-color: rgb(237,80,223); }
div.DivClassName
{
background-color: #ED50DF;
}
.BgClassName
{
background-color: #ED50DF;
}
</style>
border-color css
<style>
span { border-color: #ED50DF; }
span { border-color: rgb(237,80,223); }
td.TdClassName
{
border-color: #ED50DF;
}
.TagClassName
{
border-color: #ED50DF;
}
</style>