Html Css Color HEX #EC4FC2 Free Speech Magenta
📋 copy color: '#EC4FC2'red 236 ◦ green 79 ◦ blue 194
Shades of Free Speech Magenta #EC4FC2
Tints of Free Speech Magenta #EC4FC2
RGB
CMYK
RGB Variations
Color information
#EC4FC2 (or 0xEC4FC2) is known color: Free Speech Magenta. HEX triplet: EC, 4F and C2. RGB value is (236,79,194). Sum of RGB (Red+Green+Blue) = 236+79+194=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 79 (31.25% from 255 or 15.52% from 509); Blue value is 194 (76.17% from 255 or 38.11% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4FC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4FC2 is #13B03D. Grayscale: #8A8A8A. Windows color (decimal): -1290302 or 12734444. OLE color: 12734444.
HSL color Cylindrical-coordinate representation of color #EC4FC2: hue angle of 316.05º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4FC2 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 194 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.07 |
| HSL | 316.05º | 0.81% | 0.62% | - |
| HSV(B) | 316.05º | 0.67% | 0.93% | - |
| XYZ | 47.13 | 27.32 | 53.83 | - |
| YUV | 139.05 | 159.01 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 194 | 0 | 0.67 | 0.18 | 0.07 | 316.05 | 0.81 | 0.62 |
| Hex | EC | 4F | C2 | 0 | 43 | 12 | 7 | 13C | 51 | 3E |
| Octal | 354 | 117 | 302 | 0 | 103 | 22 | 7 | 474 | 121 | 76 |
| Binary | 11101100 | 1001111 | 11000010 | 0 | 1000011 | 10010 | 111 | 100111100 | 1010001 | 111110 |
Color Harmonies of #EC4FC2
Complementary color
Monochromatic Colors of #EC4FC2
Black with #EC4FC2
Text Example
Text Example
White with #EC4FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4FC2; }
p { color: rgb(236,79,194); }
H1.HeaderClassName
{
color: #EC4FC2;
}
.AnyTagClassName
{
color: #EC4FC2;
}
</style>
background-color css
<style>
a { background-color: #EC4FC2; }
a { background-color: rgb(236,79,194); }
div.DivClassName
{
background-color: #EC4FC2;
}
.BgClassName
{
background-color: #EC4FC2;
}
</style>
border-color css
<style>
span { border-color: #EC4FC2; }
span { border-color: rgb(236,79,194); }
td.TdClassName
{
border-color: #EC4FC2;
}
.TagClassName
{
border-color: #EC4FC2;
}
</style>