Html Css Color HEX #ED49D9 Free Speech Magenta
📋 copy color: '#ED49D9'red 237 ◦ green 73 ◦ blue 217
Shades of Free Speech Magenta #ED49D9
Tints of Free Speech Magenta #ED49D9
RGB
CMYK
RGB Variations
Color information
#ED49D9 (or 0xED49D9) is known color: Free Speech Magenta. HEX triplet: ED, 49 and D9. RGB value is (237,73,217). Sum of RGB (Red+Green+Blue) = 237+73+217=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 73 (28.91% from 255 or 13.85% from 527); Blue value is 217 (85.16% from 255 or 41.18% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #ED49D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED49D9 is #12B626. Grayscale: #8A8A8A. Windows color (decimal): -1226279 or 14240237. OLE color: 14240237.
HSL color Cylindrical-coordinate representation of color #ED49D9: hue angle of 307.32º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED49D9 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 73 | 217 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.07 |
| HSL | 307.32º | 0.82% | 0.61% | - |
| HSV(B) | 307.32º | 0.69% | 0.93% | - |
| XYZ | 49.83 | 27.78 | 68.38 | - |
| YUV | 138.45 | 172.33 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 73 | 217 | 0 | 0.69 | 0.08 | 0.07 | 307.32 | 0.82 | 0.61 |
| Hex | ED | 49 | D9 | 0 | 45 | 8 | 7 | 133 | 52 | 3D |
| Octal | 355 | 111 | 331 | 0 | 105 | 10 | 7 | 463 | 122 | 75 |
| Binary | 11101101 | 1001001 | 11011001 | 0 | 1000101 | 1000 | 111 | 100110011 | 1010010 | 111101 |
Color Harmonies of #ED49D9
Complementary color
Monochromatic Colors of #ED49D9
Black with #ED49D9
Text Example
Text Example
White with #ED49D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED49D9; }
p { color: rgb(237,73,217); }
H1.HeaderClassName
{
color: #ED49D9;
}
.AnyTagClassName
{
color: #ED49D9;
}
</style>
background-color css
<style>
a { background-color: #ED49D9; }
a { background-color: rgb(237,73,217); }
div.DivClassName
{
background-color: #ED49D9;
}
.BgClassName
{
background-color: #ED49D9;
}
</style>
border-color css
<style>
span { border-color: #ED49D9; }
span { border-color: rgb(237,73,217); }
td.TdClassName
{
border-color: #ED49D9;
}
.TagClassName
{
border-color: #ED49D9;
}
</style>