Html Css Color HEX #EC59EF Free Speech Magenta
📋 copy color: '#EC59EF'red 236 ◦ green 89 ◦ blue 239
Shades of Free Speech Magenta #EC59EF
Tints of Free Speech Magenta #EC59EF
RGB
CMYK
RGB Variations
Color information
#EC59EF (or 0xEC59EF) is known color: Free Speech Magenta. HEX triplet: EC, 59 and EF. RGB value is (236,89,239). Sum of RGB (Red+Green+Blue) = 236+89+239=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 89 (35.16% from 255 or 15.78% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC59EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC59EF is #13A610. Grayscale: #959595. Windows color (decimal): -1287697 or 15686124. OLE color: 15686124.
HSL color Cylindrical-coordinate representation of color #EC59EF: hue angle of 298.8º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC59EF is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 89 | 239 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.06 |
| HSL | 298.8º | 0.82% | 0.64% | - |
| HSV(B) | 298.8º | 0.63% | 0.94% | - |
| XYZ | 53.74 | 31.21 | 84.85 | - |
| YUV | 150.05 | 178.2 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 89 | 239 | 0.01 | 0.63 | 0 | 0.06 | 298.8 | 0.82 | 0.64 |
| Hex | EC | 59 | EF | 1 | 3F | 0 | 6 | 12B | 52 | 40 |
| Octal | 354 | 131 | 357 | 1 | 77 | 0 | 6 | 453 | 122 | 100 |
| Binary | 11101100 | 1011001 | 11101111 | 1 | 111111 | 0 | 110 | 100101011 | 1010010 | 1000000 |
Color Harmonies of #EC59EF
Complementary color
Monochromatic Colors of #EC59EF
Black with #EC59EF
Text Example
Text Example
White with #EC59EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC59EF; }
p { color: rgb(236,89,239); }
H1.HeaderClassName
{
color: #EC59EF;
}
.AnyTagClassName
{
color: #EC59EF;
}
</style>
background-color css
<style>
a { background-color: #EC59EF; }
a { background-color: rgb(236,89,239); }
div.DivClassName
{
background-color: #EC59EF;
}
.BgClassName
{
background-color: #EC59EF;
}
</style>
border-color css
<style>
span { border-color: #EC59EF; }
span { border-color: rgb(236,89,239); }
td.TdClassName
{
border-color: #EC59EF;
}
.TagClassName
{
border-color: #EC59EF;
}
</style>