Html Css Color HEX #EC59C5 Free Speech Magenta
📋 copy color: '#EC59C5'red 236 ◦ green 89 ◦ blue 197
Shades of Free Speech Magenta #EC59C5
Tints of Free Speech Magenta #EC59C5
RGB
CMYK
RGB Variations
Color information
#EC59C5 (or 0xEC59C5) is known color: Free Speech Magenta. HEX triplet: EC, 59 and C5. RGB value is (236,89,197). Sum of RGB (Red+Green+Blue) = 236+89+197=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 89 (35.16% from 255 or 17.05% from 522); Blue value is 197 (77.34% from 255 or 37.74% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #EC59C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC59C5 is #13A63A. Grayscale: #909090. Windows color (decimal): -1287739 or 12933612. OLE color: 12933612.
HSL color Cylindrical-coordinate representation of color #EC59C5: hue angle of 315.92º 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 #EC59C5 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 89 | 197 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.07 |
| HSL | 315.92º | 0.79% | 0.64% | - |
| HSV(B) | 315.92º | 0.62% | 0.93% | - |
| XYZ | 48.24 | 29.01 | 55.88 | - |
| YUV | 145.27 | 157.2 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 89 | 197 | 0 | 0.62 | 0.17 | 0.07 | 315.92 | 0.79 | 0.64 |
| Hex | EC | 59 | C5 | 0 | 3E | 11 | 7 | 13C | 4F | 40 |
| Octal | 354 | 131 | 305 | 0 | 76 | 21 | 7 | 474 | 117 | 100 |
| Binary | 11101100 | 1011001 | 11000101 | 0 | 111110 | 10001 | 111 | 100111100 | 1001111 | 1000000 |
Color Harmonies of #EC59C5
Complementary color
Monochromatic Colors of #EC59C5
Black with #EC59C5
Text Example
Text Example
White with #EC59C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC59C5; }
p { color: rgb(236,89,197); }
H1.HeaderClassName
{
color: #EC59C5;
}
.AnyTagClassName
{
color: #EC59C5;
}
</style>
background-color css
<style>
a { background-color: #EC59C5; }
a { background-color: rgb(236,89,197); }
div.DivClassName
{
background-color: #EC59C5;
}
.BgClassName
{
background-color: #EC59C5;
}
</style>
border-color css
<style>
span { border-color: #EC59C5; }
span { border-color: rgb(236,89,197); }
td.TdClassName
{
border-color: #EC59C5;
}
.TagClassName
{
border-color: #EC59C5;
}
</style>