Html Css Color HEX #EC4DC9 Free Speech Magenta
📋 copy color: '#EC4DC9'red 236 ◦ green 77 ◦ blue 201
Shades of Free Speech Magenta #EC4DC9
Tints of Free Speech Magenta #EC4DC9
RGB
CMYK
RGB Variations
Color information
#EC4DC9 (or 0xEC4DC9) is known color: Free Speech Magenta. HEX triplet: EC, 4D and C9. RGB value is (236,77,201). Sum of RGB (Red+Green+Blue) = 236+77+201=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 77 (30.47% from 255 or 14.98% from 514); Blue value is 201 (78.91% from 255 or 39.11% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4DC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4DC9 is #13B236. Grayscale: #8A8A8A. Windows color (decimal): -1290807 or 13192684. OLE color: 13192684.
HSL color Cylindrical-coordinate representation of color #EC4DC9: hue angle of 313.21º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4DC9 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 201 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.07 |
| HSL | 313.21º | 0.81% | 0.61% | - |
| HSV(B) | 313.21º | 0.67% | 0.93% | - |
| XYZ | 47.79 | 27.36 | 58.02 | - |
| YUV | 138.68 | 163.18 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 201 | 0 | 0.67 | 0.15 | 0.07 | 313.21 | 0.81 | 0.61 |
| Hex | EC | 4D | C9 | 0 | 43 | F | 7 | 139 | 51 | 3D |
| Octal | 354 | 115 | 311 | 0 | 103 | 17 | 7 | 471 | 121 | 75 |
| Binary | 11101100 | 1001101 | 11001001 | 0 | 1000011 | 1111 | 111 | 100111001 | 1010001 | 111101 |
Color Harmonies of #EC4DC9
Complementary color
Monochromatic Colors of #EC4DC9
Black with #EC4DC9
Text Example
Text Example
White with #EC4DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4DC9; }
p { color: rgb(236,77,201); }
H1.HeaderClassName
{
color: #EC4DC9;
}
.AnyTagClassName
{
color: #EC4DC9;
}
</style>
background-color css
<style>
a { background-color: #EC4DC9; }
a { background-color: rgb(236,77,201); }
div.DivClassName
{
background-color: #EC4DC9;
}
.BgClassName
{
background-color: #EC4DC9;
}
</style>
border-color css
<style>
span { border-color: #EC4DC9; }
span { border-color: rgb(236,77,201); }
td.TdClassName
{
border-color: #EC4DC9;
}
.TagClassName
{
border-color: #EC4DC9;
}
</style>