Html Css Color HEX #EC44EC Free Speech Magenta
📋 copy color: '#EC44EC'red 236 ◦ green 68 ◦ blue 236
Shades of Free Speech Magenta #EC44EC
Tints of Free Speech Magenta #EC44EC
RGB
CMYK
RGB Variations
Color information
#EC44EC (or 0xEC44EC) is known color: Free Speech Magenta. HEX triplet: EC, 44 and EC. RGB value is (236,68,236). Sum of RGB (Red+Green+Blue) = 236+68+236=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 68 (26.95% from 255 or 12.59% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC44EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC44EC is #13BB13. Grayscale: #888888. Windows color (decimal): -1293076 or 15484140. OLE color: 15484140.
HSL color Cylindrical-coordinate representation of color #EC44EC: hue angle of 300º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC44EC is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 236 | - |
| CMYK | 0 | 0.71 | 0 | 0.07 |
| HSL | 300º | 0.82% | 0.6% | - |
| HSV(B) | 300º | 0.71% | 0.93% | - |
| XYZ | 51.8 | 28.02 | 82.04 | - |
| YUV | 137.38 | 183.66 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 236 | 0 | 0.71 | 0 | 0.07 | 300 | 0.82 | 0.6 |
| Hex | EC | 44 | EC | 0 | 47 | 0 | 7 | 12C | 52 | 3C |
| Octal | 354 | 104 | 354 | 0 | 107 | 0 | 7 | 454 | 122 | 74 |
| Binary | 11101100 | 1000100 | 11101100 | 0 | 1000111 | 0 | 111 | 100101100 | 1010010 | 111100 |
Color Harmonies of #EC44EC
Complementary color
Monochromatic Colors of #EC44EC
Black with #EC44EC
Text Example
Text Example
White with #EC44EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC44EC; }
p { color: rgb(236,68,236); }
H1.HeaderClassName
{
color: #EC44EC;
}
.AnyTagClassName
{
color: #EC44EC;
}
</style>
background-color css
<style>
a { background-color: #EC44EC; }
a { background-color: rgb(236,68,236); }
div.DivClassName
{
background-color: #EC44EC;
}
.BgClassName
{
background-color: #EC44EC;
}
</style>
border-color css
<style>
span { border-color: #EC44EC; }
span { border-color: rgb(236,68,236); }
td.TdClassName
{
border-color: #EC44EC;
}
.TagClassName
{
border-color: #EC44EC;
}
</style>