Html Css Color HEX #EC56EF Free Speech Magenta
📋 copy color: '#EC56EF'red 236 ◦ green 86 ◦ blue 239
Shades of Free Speech Magenta #EC56EF
Tints of Free Speech Magenta #EC56EF
RGB
CMYK
RGB Variations
Color information
#EC56EF (or 0xEC56EF) is known color: Free Speech Magenta. HEX triplet: EC, 56 and EF. RGB value is (236,86,239). Sum of RGB (Red+Green+Blue) = 236+86+239=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 86 (33.98% from 255 or 15.33% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC56EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC56EF is #13A910. Grayscale: #939393. Windows color (decimal): -1288465 or 15685356. OLE color: 15685356.
HSL color Cylindrical-coordinate representation of color #EC56EF: hue angle of 298.82º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC56EF is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 86 | 239 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.06 |
| HSL | 298.82º | 0.83% | 0.64% | - |
| HSV(B) | 298.82º | 0.64% | 0.94% | - |
| XYZ | 53.5 | 30.72 | 84.77 | - |
| YUV | 148.29 | 179.2 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 239 | 0.01 | 0.64 | 0 | 0.06 | 298.82 | 0.83 | 0.64 |
| Hex | EC | 56 | EF | 1 | 40 | 0 | 6 | 12B | 53 | 40 |
| Octal | 354 | 126 | 357 | 1 | 100 | 0 | 6 | 453 | 123 | 100 |
| Binary | 11101100 | 1010110 | 11101111 | 1 | 1000000 | 0 | 110 | 100101011 | 1010011 | 1000000 |
Color Harmonies of #EC56EF
Complementary color
Monochromatic Colors of #EC56EF
Black with #EC56EF
Text Example
Text Example
White with #EC56EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC56EF; }
p { color: rgb(236,86,239); }
H1.HeaderClassName
{
color: #EC56EF;
}
.AnyTagClassName
{
color: #EC56EF;
}
</style>
background-color css
<style>
a { background-color: #EC56EF; }
a { background-color: rgb(236,86,239); }
div.DivClassName
{
background-color: #EC56EF;
}
.BgClassName
{
background-color: #EC56EF;
}
</style>
border-color css
<style>
span { border-color: #EC56EF; }
span { border-color: rgb(236,86,239); }
td.TdClassName
{
border-color: #EC56EF;
}
.TagClassName
{
border-color: #EC56EF;
}
</style>