Html Css Color HEX #ED4FDD Free Speech Magenta
📋 copy color: '#ED4FDD'red 237 ◦ green 79 ◦ blue 221
Shades of Free Speech Magenta #ED4FDD
Tints of Free Speech Magenta #ED4FDD
RGB
CMYK
RGB Variations
Color information
#ED4FDD (or 0xED4FDD) is known color: Free Speech Magenta. HEX triplet: ED, 4F and DD. RGB value is (237,79,221). Sum of RGB (Red+Green+Blue) = 237+79+221=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 79 (31.25% from 255 or 14.71% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED4FDD is #12B022. Grayscale: #8E8E8E. Windows color (decimal): -1224739 or 14503917. OLE color: 14503917.
HSL color Cylindrical-coordinate representation of color #ED4FDD: hue angle of 306.08º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ED4FDD is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 79 | 221 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.07 |
| HSL | 306.08º | 0.81% | 0.62% | - |
| HSV(B) | 306.08º | 0.67% | 0.93% | - |
| XYZ | 50.77 | 28.82 | 71.29 | - |
| YUV | 142.43 | 172.35 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 79 | 221 | 0 | 0.67 | 0.07 | 0.07 | 306.08 | 0.81 | 0.62 |
| Hex | ED | 4F | DD | 0 | 43 | 7 | 7 | 132 | 51 | 3E |
| Octal | 355 | 117 | 335 | 0 | 103 | 7 | 7 | 462 | 121 | 76 |
| Binary | 11101101 | 1001111 | 11011101 | 0 | 1000011 | 111 | 111 | 100110010 | 1010001 | 111110 |
Color Harmonies of #ED4FDD
Complementary color
Monochromatic Colors of #ED4FDD
Black with #ED4FDD
Text Example
Text Example
White with #ED4FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4FDD; }
p { color: rgb(237,79,221); }
H1.HeaderClassName
{
color: #ED4FDD;
}
.AnyTagClassName
{
color: #ED4FDD;
}
</style>
background-color css
<style>
a { background-color: #ED4FDD; }
a { background-color: rgb(237,79,221); }
div.DivClassName
{
background-color: #ED4FDD;
}
.BgClassName
{
background-color: #ED4FDD;
}
</style>
border-color css
<style>
span { border-color: #ED4FDD; }
span { border-color: rgb(237,79,221); }
td.TdClassName
{
border-color: #ED4FDD;
}
.TagClassName
{
border-color: #ED4FDD;
}
</style>