Html Css Color HEX #EC4DEC Free Speech Magenta
📋 copy color: '#EC4DEC'red 236 ◦ green 77 ◦ blue 236
Shades of Free Speech Magenta #EC4DEC
Tints of Free Speech Magenta #EC4DEC
RGB
CMYK
RGB Variations
Color information
#EC4DEC (or 0xEC4DEC) is known color: Free Speech Magenta. HEX triplet: EC, 4D and EC. RGB value is (236,77,236). Sum of RGB (Red+Green+Blue) = 236+77+236=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 77 (30.47% from 255 or 14.03% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC4DEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC4DEC is #13B213. Grayscale: #8E8E8E. Windows color (decimal): -1290772 or 15486444. OLE color: 15486444.
HSL color Cylindrical-coordinate representation of color #EC4DEC: hue angle of 300º 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 #EC4DEC is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 77 | 236 | - |
CMYK | 0 | 0.67 | 0 | 0.07 |
HSL | 300º | 0.81% | 0.61% | - |
HSV(B) | 300º | 0.67% | 0.93% | - |
XYZ | 52.39 | 29.2 | 82.23 | - |
YUV | 142.67 | 180.68 | 194.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 77 | 236 | 0 | 0.67 | 0 | 0.07 | 300 | 0.81 | 0.61 |
Hex | EC | 4D | EC | 0 | 43 | 0 | 7 | 12C | 51 | 3D |
Octal | 354 | 115 | 354 | 0 | 103 | 0 | 7 | 454 | 121 | 75 |
Binary | 11101100 | 1001101 | 11101100 | 0 | 1000011 | 0 | 111 | 100101100 | 1010001 | 111101 |
Color Harmonies of #EC4DEC
Complementary color
Monochromatic Colors of #EC4DEC
Black with #EC4DEC
Text Example
Text Example
White with #EC4DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4DEC; }
p { color: rgb(236,77,236); }
H1.HeaderClassName
{
color: #EC4DEC;
}
.AnyTagClassName
{
color: #EC4DEC;
}
</style>
background-color css
<style>
a { background-color: #EC4DEC; }
a { background-color: rgb(236,77,236); }
div.DivClassName
{
background-color: #EC4DEC;
}
.BgClassName
{
background-color: #EC4DEC;
}
</style>
border-color css
<style>
span { border-color: #EC4DEC; }
span { border-color: rgb(236,77,236); }
td.TdClassName
{
border-color: #EC4DEC;
}
.TagClassName
{
border-color: #EC4DEC;
}
</style>