Html Css Color HEX #EC51EF Free Speech Magenta
📋 copy color: '#EC51EF'red 236 ◦ green 81 ◦ blue 239
Shades of Free Speech Magenta #EC51EF
Tints of Free Speech Magenta #EC51EF
RGB
CMYK
RGB Variations
Color information
#EC51EF (or 0xEC51EF) is known color: Free Speech Magenta. HEX triplet: EC, 51 and EF. RGB value is (236,81,239). Sum of RGB (Red+Green+Blue) = 236+81+239=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 81 (32.03% from 255 or 14.57% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC51EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC51EF is #13AE10. Grayscale: #909090. Windows color (decimal): -1289745 or 15684076. OLE color: 15684076.
HSL color Cylindrical-coordinate representation of color #EC51EF: hue angle of 298.86º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC51EF is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 81 | 239 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.06 |
| HSL | 298.86º | 0.83% | 0.63% | - |
| HSV(B) | 298.86º | 0.66% | 0.94% | - |
| XYZ | 53.11 | 29.95 | 84.64 | - |
| YUV | 145.36 | 180.85 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 239 | 0.01 | 0.66 | 0 | 0.06 | 298.86 | 0.83 | 0.63 |
| Hex | EC | 51 | EF | 1 | 42 | 0 | 6 | 12B | 53 | 3F |
| Octal | 354 | 121 | 357 | 1 | 102 | 0 | 6 | 453 | 123 | 77 |
| Binary | 11101100 | 1010001 | 11101111 | 1 | 1000010 | 0 | 110 | 100101011 | 1010011 | 111111 |
Color Harmonies of #EC51EF
Complementary color
Monochromatic Colors of #EC51EF
Black with #EC51EF
Text Example
Text Example
White with #EC51EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC51EF; }
p { color: rgb(236,81,239); }
H1.HeaderClassName
{
color: #EC51EF;
}
.AnyTagClassName
{
color: #EC51EF;
}
</style>
background-color css
<style>
a { background-color: #EC51EF; }
a { background-color: rgb(236,81,239); }
div.DivClassName
{
background-color: #EC51EF;
}
.BgClassName
{
background-color: #EC51EF;
}
</style>
border-color css
<style>
span { border-color: #EC51EF; }
span { border-color: rgb(236,81,239); }
td.TdClassName
{
border-color: #EC51EF;
}
.TagClassName
{
border-color: #EC51EF;
}
</style>