Html Css Color HEX #ED4DDF Free Speech Magenta
📋 copy color: '#ED4DDF'red 237 ◦ green 77 ◦ blue 223
Shades of Free Speech Magenta #ED4DDF
Tints of Free Speech Magenta #ED4DDF
RGB
CMYK
RGB Variations
Color information
#ED4DDF (or 0xED4DDF) is known color: Free Speech Magenta. HEX triplet: ED, 4D and DF. RGB value is (237,77,223). Sum of RGB (Red+Green+Blue) = 237+77+223=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 77 (30.47% from 255 or 14.34% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4DDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED4DDF is #12B220. Grayscale: #8D8D8D. Windows color (decimal): -1225249 or 14634477. OLE color: 14634477.
HSL color Cylindrical-coordinate representation of color #ED4DDF: hue angle of 305.25º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED4DDF is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 77 | 223 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.07 |
| HSL | 305.25º | 0.82% | 0.62% | - |
| HSV(B) | 305.25º | 0.68% | 0.93% | - |
| XYZ | 50.9 | 28.64 | 72.66 | - |
| YUV | 141.48 | 174.01 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 77 | 223 | 0 | 0.68 | 0.06 | 0.07 | 305.25 | 0.82 | 0.62 |
| Hex | ED | 4D | DF | 0 | 44 | 6 | 7 | 131 | 52 | 3E |
| Octal | 355 | 115 | 337 | 0 | 104 | 6 | 7 | 461 | 122 | 76 |
| Binary | 11101101 | 1001101 | 11011111 | 0 | 1000100 | 110 | 111 | 100110001 | 1010010 | 111110 |
Color Harmonies of #ED4DDF
Complementary color
Monochromatic Colors of #ED4DDF
Black with #ED4DDF
Text Example
Text Example
White with #ED4DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4DDF; }
p { color: rgb(237,77,223); }
H1.HeaderClassName
{
color: #ED4DDF;
}
.AnyTagClassName
{
color: #ED4DDF;
}
</style>
background-color css
<style>
a { background-color: #ED4DDF; }
a { background-color: rgb(237,77,223); }
div.DivClassName
{
background-color: #ED4DDF;
}
.BgClassName
{
background-color: #ED4DDF;
}
</style>
border-color css
<style>
span { border-color: #ED4DDF; }
span { border-color: rgb(237,77,223); }
td.TdClassName
{
border-color: #ED4DDF;
}
.TagClassName
{
border-color: #ED4DDF;
}
</style>