Html Css Color HEX #EC61D1 Free Speech Magenta
📋 copy color: '#EC61D1'red 236 ◦ green 97 ◦ blue 209
Shades of Free Speech Magenta #EC61D1
Tints of Free Speech Magenta #EC61D1
RGB
CMYK
RGB Variations
Color information
#EC61D1 (or 0xEC61D1) is known color: Free Speech Magenta. HEX triplet: EC, 61 and D1. RGB value is (236,97,209). Sum of RGB (Red+Green+Blue) = 236+97+209=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 97 (38.28% from 255 or 17.90% from 542); Blue value is 209 (82.03% from 255 or 38.56% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #EC61D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC61D1 is #139E2E. Grayscale: #979797. Windows color (decimal): -1285679 or 13722092. OLE color: 13722092.
HSL color Cylindrical-coordinate representation of color #EC61D1: hue angle of 311.65º degrees, saturation: 0.79, 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 #EC61D1 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 97 | 209 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.07 |
| HSL | 311.65º | 0.79% | 0.65% | - |
| HSV(B) | 311.65º | 0.59% | 0.93% | - |
| XYZ | 50.38 | 30.99 | 63.65 | - |
| YUV | 151.33 | 160.55 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 209 | 0 | 0.59 | 0.11 | 0.07 | 311.65 | 0.79 | 0.65 |
| Hex | EC | 61 | D1 | 0 | 3B | B | 7 | 138 | 4F | 41 |
| Octal | 354 | 141 | 321 | 0 | 73 | 13 | 7 | 470 | 117 | 101 |
| Binary | 11101100 | 1100001 | 11010001 | 0 | 111011 | 1011 | 111 | 100111000 | 1001111 | 1000001 |
Color Harmonies of #EC61D1
Complementary color
Monochromatic Colors of #EC61D1
Black with #EC61D1
Text Example
Text Example
White with #EC61D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC61D1; }
p { color: rgb(236,97,209); }
H1.HeaderClassName
{
color: #EC61D1;
}
.AnyTagClassName
{
color: #EC61D1;
}
</style>
background-color css
<style>
a { background-color: #EC61D1; }
a { background-color: rgb(236,97,209); }
div.DivClassName
{
background-color: #EC61D1;
}
.BgClassName
{
background-color: #EC61D1;
}
</style>
border-color css
<style>
span { border-color: #EC61D1; }
span { border-color: rgb(236,97,209); }
td.TdClassName
{
border-color: #EC61D1;
}
.TagClassName
{
border-color: #EC61D1;
}
</style>