Html Css Color HEX #EC4DC6 Free Speech Magenta
📋 copy color: '#EC4DC6'red 236 ◦ green 77 ◦ blue 198
Shades of Free Speech Magenta #EC4DC6
Tints of Free Speech Magenta #EC4DC6
RGB
CMYK
RGB Variations
Color information
#EC4DC6 (or 0xEC4DC6) is known color: Free Speech Magenta. HEX triplet: EC, 4D and C6. RGB value is (236,77,198). Sum of RGB (Red+Green+Blue) = 236+77+198=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 77 (30.47% from 255 or 15.07% from 511); Blue value is 198 (77.73% from 255 or 38.75% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4DC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4DC6 is #13B239. Grayscale: #8A8A8A. Windows color (decimal): -1290810 or 12996076. OLE color: 12996076.
HSL color Cylindrical-coordinate representation of color #EC4DC6: hue angle of 314.34º 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 #EC4DC6 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 198 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.07 |
| HSL | 314.34º | 0.81% | 0.61% | - |
| HSV(B) | 314.34º | 0.67% | 0.93% | - |
| XYZ | 47.44 | 27.22 | 56.18 | - |
| YUV | 138.34 | 161.68 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 198 | 0 | 0.67 | 0.16 | 0.07 | 314.34 | 0.81 | 0.61 |
| Hex | EC | 4D | C6 | 0 | 43 | 10 | 7 | 13A | 51 | 3D |
| Octal | 354 | 115 | 306 | 0 | 103 | 20 | 7 | 472 | 121 | 75 |
| Binary | 11101100 | 1001101 | 11000110 | 0 | 1000011 | 10000 | 111 | 100111010 | 1010001 | 111101 |
Color Harmonies of #EC4DC6
Complementary color
Monochromatic Colors of #EC4DC6
Black with #EC4DC6
Text Example
Text Example
White with #EC4DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4DC6; }
p { color: rgb(236,77,198); }
H1.HeaderClassName
{
color: #EC4DC6;
}
.AnyTagClassName
{
color: #EC4DC6;
}
</style>
background-color css
<style>
a { background-color: #EC4DC6; }
a { background-color: rgb(236,77,198); }
div.DivClassName
{
background-color: #EC4DC6;
}
.BgClassName
{
background-color: #EC4DC6;
}
</style>
border-color css
<style>
span { border-color: #EC4DC6; }
span { border-color: rgb(236,77,198); }
td.TdClassName
{
border-color: #EC4DC6;
}
.TagClassName
{
border-color: #EC4DC6;
}
</style>