Html Css Color HEX #EC4DC0 Free Speech Magenta
📋 copy color: '#EC4DC0'red 236 ◦ green 77 ◦ blue 192
Shades of Free Speech Magenta #EC4DC0
Tints of Free Speech Magenta #EC4DC0
RGB
CMYK
RGB Variations
Color information
#EC4DC0 (or 0xEC4DC0) is known color: Free Speech Magenta. HEX triplet: EC, 4D and C0. RGB value is (236,77,192). Sum of RGB (Red+Green+Blue) = 236+77+192=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 77 (30.47% from 255 or 15.25% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4DC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4DC0 is #13B23F. Grayscale: #898989. Windows color (decimal): -1290816 or 12602860. OLE color: 12602860.
HSL color Cylindrical-coordinate representation of color #EC4DC0: hue angle of 316.6º 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 #EC4DC0 is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 192 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.07 |
| HSL | 316.6º | 0.81% | 0.61% | - |
| HSV(B) | 316.6º | 0.67% | 0.93% | - |
| XYZ | 46.76 | 26.95 | 52.61 | - |
| YUV | 137.65 | 158.68 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 192 | 0 | 0.67 | 0.19 | 0.07 | 316.6 | 0.81 | 0.61 |
| Hex | EC | 4D | C0 | 0 | 43 | 13 | 7 | 13D | 51 | 3D |
| Octal | 354 | 115 | 300 | 0 | 103 | 23 | 7 | 475 | 121 | 75 |
| Binary | 11101100 | 1001101 | 11000000 | 0 | 1000011 | 10011 | 111 | 100111101 | 1010001 | 111101 |
Color Harmonies of #EC4DC0
Complementary color
Monochromatic Colors of #EC4DC0
Black with #EC4DC0
Text Example
Text Example
White with #EC4DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4DC0; }
p { color: rgb(236,77,192); }
H1.HeaderClassName
{
color: #EC4DC0;
}
.AnyTagClassName
{
color: #EC4DC0;
}
</style>
background-color css
<style>
a { background-color: #EC4DC0; }
a { background-color: rgb(236,77,192); }
div.DivClassName
{
background-color: #EC4DC0;
}
.BgClassName
{
background-color: #EC4DC0;
}
</style>
border-color css
<style>
span { border-color: #EC4DC0; }
span { border-color: rgb(236,77,192); }
td.TdClassName
{
border-color: #EC4DC0;
}
.TagClassName
{
border-color: #EC4DC0;
}
</style>