Html Css Color HEX #EC4DCC Free Speech Magenta
📋 copy color: '#EC4DCC'red 236 ◦ green 77 ◦ blue 204
Shades of Free Speech Magenta #EC4DCC
Tints of Free Speech Magenta #EC4DCC
RGB
CMYK
RGB Variations
Color information
#EC4DCC (or 0xEC4DCC) is known color: Free Speech Magenta. HEX triplet: EC, 4D and CC. RGB value is (236,77,204). Sum of RGB (Red+Green+Blue) = 236+77+204=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 77 (30.47% from 255 or 14.89% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4DCC is #13B233. Grayscale: #8A8A8A. Windows color (decimal): -1290804 or 13389292. OLE color: 13389292.
HSL color Cylindrical-coordinate representation of color #EC4DCC: hue angle of 312.08º 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 #EC4DCC is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 204 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.07 |
| HSL | 312.08º | 0.81% | 0.61% | - |
| HSV(B) | 312.08º | 0.67% | 0.93% | - |
| XYZ | 48.15 | 27.5 | 59.9 | - |
| YUV | 139.02 | 164.68 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 204 | 0 | 0.67 | 0.14 | 0.07 | 312.08 | 0.81 | 0.61 |
| Hex | EC | 4D | CC | 0 | 43 | E | 7 | 138 | 51 | 3D |
| Octal | 354 | 115 | 314 | 0 | 103 | 16 | 7 | 470 | 121 | 75 |
| Binary | 11101100 | 1001101 | 11001100 | 0 | 1000011 | 1110 | 111 | 100111000 | 1010001 | 111101 |
Color Harmonies of #EC4DCC
Complementary color
Monochromatic Colors of #EC4DCC
Black with #EC4DCC
Text Example
Text Example
White with #EC4DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4DCC; }
p { color: rgb(236,77,204); }
H1.HeaderClassName
{
color: #EC4DCC;
}
.AnyTagClassName
{
color: #EC4DCC;
}
</style>
background-color css
<style>
a { background-color: #EC4DCC; }
a { background-color: rgb(236,77,204); }
div.DivClassName
{
background-color: #EC4DCC;
}
.BgClassName
{
background-color: #EC4DCC;
}
</style>
border-color css
<style>
span { border-color: #EC4DCC; }
span { border-color: rgb(236,77,204); }
td.TdClassName
{
border-color: #EC4DCC;
}
.TagClassName
{
border-color: #EC4DCC;
}
</style>