Html Css Color HEX #EC41EC Free Speech Magenta
📋 copy color: '#EC41EC'red 236 ◦ green 65 ◦ blue 236
Shades of Free Speech Magenta #EC41EC
Tints of Free Speech Magenta #EC41EC
RGB
CMYK
RGB Variations
Color information
#EC41EC (or 0xEC41EC) is known color: Free Speech Magenta. HEX triplet: EC, 41 and EC. RGB value is (236,65,236). Sum of RGB (Red+Green+Blue) = 236+65+236=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 65 (25.78% from 255 or 12.10% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC41EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC41EC is #13BE13. Grayscale: #878787. Windows color (decimal): -1293844 or 15483372. OLE color: 15483372.
HSL color Cylindrical-coordinate representation of color #EC41EC: hue angle of 300º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC41EC is Cyan = 0, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 236 | - |
| CMYK | 0 | 0.72 | 0 | 0.07 |
| HSL | 300º | 0.82% | 0.59% | - |
| HSV(B) | 300º | 0.72% | 0.93% | - |
| XYZ | 51.62 | 27.67 | 81.98 | - |
| YUV | 135.62 | 184.65 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 236 | 0 | 0.72 | 0 | 0.07 | 300 | 0.82 | 0.59 |
| Hex | EC | 41 | EC | 0 | 48 | 0 | 7 | 12C | 52 | 3B |
| Octal | 354 | 101 | 354 | 0 | 110 | 0 | 7 | 454 | 122 | 73 |
| Binary | 11101100 | 1000001 | 11101100 | 0 | 1001000 | 0 | 111 | 100101100 | 1010010 | 111011 |
Color Harmonies of #EC41EC
Complementary color
Monochromatic Colors of #EC41EC
Black with #EC41EC
Text Example
Text Example
White with #EC41EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC41EC; }
p { color: rgb(236,65,236); }
H1.HeaderClassName
{
color: #EC41EC;
}
.AnyTagClassName
{
color: #EC41EC;
}
</style>
background-color css
<style>
a { background-color: #EC41EC; }
a { background-color: rgb(236,65,236); }
div.DivClassName
{
background-color: #EC41EC;
}
.BgClassName
{
background-color: #EC41EC;
}
</style>
border-color css
<style>
span { border-color: #EC41EC; }
span { border-color: rgb(236,65,236); }
td.TdClassName
{
border-color: #EC41EC;
}
.TagClassName
{
border-color: #EC41EC;
}
</style>