Html Css Color HEX #EC40D9 Free Speech Magenta
📋 copy color: '#EC40D9'red 236 ◦ green 64 ◦ blue 217
Shades of Free Speech Magenta #EC40D9
Tints of Free Speech Magenta #EC40D9
RGB
CMYK
RGB Variations
Color information
#EC40D9 (or 0xEC40D9) is known color: Free Speech Magenta. HEX triplet: EC, 40 and D9. RGB value is (236,64,217). Sum of RGB (Red+Green+Blue) = 236+64+217=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 64 (25.39% from 255 or 12.38% from 517); Blue value is 217 (85.16% from 255 or 41.97% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC40D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC40D9 is #13BF26. Grayscale: #848484. Windows color (decimal): -1294119 or 14237932. OLE color: 14237932.
HSL color Cylindrical-coordinate representation of color #EC40D9: hue angle of 306.63º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC40D9 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 64 | 217 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.07 |
| HSL | 306.63º | 0.82% | 0.59% | - |
| HSV(B) | 306.63º | 0.73% | 0.93% | - |
| XYZ | 48.95 | 26.51 | 68.18 | - |
| YUV | 132.87 | 175.48 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 64 | 217 | 0 | 0.73 | 0.08 | 0.07 | 306.63 | 0.82 | 0.59 |
| Hex | EC | 40 | D9 | 0 | 49 | 8 | 7 | 133 | 52 | 3B |
| Octal | 354 | 100 | 331 | 0 | 111 | 10 | 7 | 463 | 122 | 73 |
| Binary | 11101100 | 1000000 | 11011001 | 0 | 1001001 | 1000 | 111 | 100110011 | 1010010 | 111011 |
Color Harmonies of #EC40D9
Complementary color
Monochromatic Colors of #EC40D9
Black with #EC40D9
Text Example
Text Example
White with #EC40D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC40D9; }
p { color: rgb(236,64,217); }
H1.HeaderClassName
{
color: #EC40D9;
}
.AnyTagClassName
{
color: #EC40D9;
}
</style>
background-color css
<style>
a { background-color: #EC40D9; }
a { background-color: rgb(236,64,217); }
div.DivClassName
{
background-color: #EC40D9;
}
.BgClassName
{
background-color: #EC40D9;
}
</style>
border-color css
<style>
span { border-color: #EC40D9; }
span { border-color: rgb(236,64,217); }
td.TdClassName
{
border-color: #EC40D9;
}
.TagClassName
{
border-color: #EC40D9;
}
</style>