Html Css Color HEX #EC59D5 Free Speech Magenta
📋 copy color: '#EC59D5'red 236 ◦ green 89 ◦ blue 213
Shades of Free Speech Magenta #EC59D5
Tints of Free Speech Magenta #EC59D5
RGB
CMYK
RGB Variations
Color information
#EC59D5 (or 0xEC59D5) is known color: Free Speech Magenta. HEX triplet: EC, 59 and D5. RGB value is (236,89,213). Sum of RGB (Red+Green+Blue) = 236+89+213=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 89 (35.16% from 255 or 16.54% from 538); Blue value is 213 (83.59% from 255 or 39.59% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #EC59D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC59D5 is #13A62A. Grayscale: #929292. Windows color (decimal): -1287723 or 13982188. OLE color: 13982188.
HSL color Cylindrical-coordinate representation of color #EC59D5: hue angle of 309.39º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC59D5 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 89 | 213 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.07 |
| HSL | 309.39º | 0.79% | 0.64% | - |
| HSV(B) | 309.39º | 0.62% | 0.93% | - |
| XYZ | 50.17 | 29.78 | 66.05 | - |
| YUV | 147.09 | 165.2 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 89 | 213 | 0 | 0.62 | 0.10 | 0.07 | 309.39 | 0.79 | 0.64 |
| Hex | EC | 59 | D5 | 0 | 3E | A | 7 | 135 | 4F | 40 |
| Octal | 354 | 131 | 325 | 0 | 76 | 12 | 7 | 465 | 117 | 100 |
| Binary | 11101100 | 1011001 | 11010101 | 0 | 111110 | 1010 | 111 | 100110101 | 1001111 | 1000000 |
Color Harmonies of #EC59D5
Complementary color
Monochromatic Colors of #EC59D5
Black with #EC59D5
Text Example
Text Example
White with #EC59D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC59D5; }
p { color: rgb(236,89,213); }
H1.HeaderClassName
{
color: #EC59D5;
}
.AnyTagClassName
{
color: #EC59D5;
}
</style>
background-color css
<style>
a { background-color: #EC59D5; }
a { background-color: rgb(236,89,213); }
div.DivClassName
{
background-color: #EC59D5;
}
.BgClassName
{
background-color: #EC59D5;
}
</style>
border-color css
<style>
span { border-color: #EC59D5; }
span { border-color: rgb(236,89,213); }
td.TdClassName
{
border-color: #EC59D5;
}
.TagClassName
{
border-color: #EC59D5;
}
</style>