Html Css Color HEX #ED61D1 Free Speech Magenta
📋 copy color: '#ED61D1'red 237 ◦ green 97 ◦ blue 209
Shades of Free Speech Magenta #ED61D1
Tints of Free Speech Magenta #ED61D1
RGB
CMYK
RGB Variations
Color information
#ED61D1 (or 0xED61D1) is known color: Free Speech Magenta. HEX triplet: ED, 61 and D1. RGB value is (237,97,209). Sum of RGB (Red+Green+Blue) = 237+97+209=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 97 (38.28% from 255 or 17.86% from 543); Blue value is 209 (82.03% from 255 or 38.49% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #ED61D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED61D1 is #129E2E. Grayscale: #979797. Windows color (decimal): -1220143 or 13722093. OLE color: 13722093.
HSL color Cylindrical-coordinate representation of color #ED61D1: hue angle of 312º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED61D1 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 97 | 209 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.07 |
| HSL | 312º | 0.8% | 0.65% | - |
| HSV(B) | 312º | 0.59% | 0.93% | - |
| XYZ | 50.71 | 31.16 | 63.66 | - |
| YUV | 151.63 | 160.38 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 97 | 209 | 0 | 0.59 | 0.12 | 0.07 | 312 | 0.8 | 0.65 |
| Hex | ED | 61 | D1 | 0 | 3B | C | 7 | 138 | 50 | 41 |
| Octal | 355 | 141 | 321 | 0 | 73 | 14 | 7 | 470 | 120 | 101 |
| Binary | 11101101 | 1100001 | 11010001 | 0 | 111011 | 1100 | 111 | 100111000 | 1010000 | 1000001 |
Color Harmonies of #ED61D1
Complementary color
Monochromatic Colors of #ED61D1
Black with #ED61D1
Text Example
Text Example
White with #ED61D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED61D1; }
p { color: rgb(237,97,209); }
H1.HeaderClassName
{
color: #ED61D1;
}
.AnyTagClassName
{
color: #ED61D1;
}
</style>
background-color css
<style>
a { background-color: #ED61D1; }
a { background-color: rgb(237,97,209); }
div.DivClassName
{
background-color: #ED61D1;
}
.BgClassName
{
background-color: #ED61D1;
}
</style>
border-color css
<style>
span { border-color: #ED61D1; }
span { border-color: rgb(237,97,209); }
td.TdClassName
{
border-color: #ED61D1;
}
.TagClassName
{
border-color: #ED61D1;
}
</style>