Html Css Color HEX #EC62EC Free Speech Magenta
📋 copy color: '#EC62EC'red 236 ◦ green 98 ◦ blue 236
Shades of Free Speech Magenta #EC62EC
Tints of Free Speech Magenta #EC62EC
RGB
CMYK
RGB Variations
Color information
#EC62EC (or 0xEC62EC) is known color: Free Speech Magenta. HEX triplet: EC, 62 and EC. RGB value is (236,98,236). Sum of RGB (Red+Green+Blue) = 236+98+236=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 98 (38.67% from 255 or 17.19% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC62EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC62EC is #139D13. Grayscale: #9A9A9A. Windows color (decimal): -1285396 or 15491820. OLE color: 15491820.
HSL color Cylindrical-coordinate representation of color #EC62EC: hue angle of 300º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC62EC is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 236 | - |
| CMYK | 0 | 0.58 | 0 | 0.07 |
| HSL | 300º | 0.78% | 0.65% | - |
| HSV(B) | 300º | 0.58% | 0.93% | - |
| XYZ | 54.1 | 32.62 | 82.8 | - |
| YUV | 154.99 | 173.72 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 236 | 0 | 0.58 | 0 | 0.07 | 300 | 0.78 | 0.65 |
| Hex | EC | 62 | EC | 0 | 3A | 0 | 7 | 12C | 4E | 41 |
| Octal | 354 | 142 | 354 | 0 | 72 | 0 | 7 | 454 | 116 | 101 |
| Binary | 11101100 | 1100010 | 11101100 | 0 | 111010 | 0 | 111 | 100101100 | 1001110 | 1000001 |
Color Harmonies of #EC62EC
Complementary color
Monochromatic Colors of #EC62EC
Black with #EC62EC
Text Example
Text Example
White with #EC62EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC62EC; }
p { color: rgb(236,98,236); }
H1.HeaderClassName
{
color: #EC62EC;
}
.AnyTagClassName
{
color: #EC62EC;
}
</style>
background-color css
<style>
a { background-color: #EC62EC; }
a { background-color: rgb(236,98,236); }
div.DivClassName
{
background-color: #EC62EC;
}
.BgClassName
{
background-color: #EC62EC;
}
</style>
border-color css
<style>
span { border-color: #EC62EC; }
span { border-color: rgb(236,98,236); }
td.TdClassName
{
border-color: #EC62EC;
}
.TagClassName
{
border-color: #EC62EC;
}
</style>