Html Css Color HEX #EC59E5 Free Speech Magenta
📋 copy color: '#EC59E5'red 236 ◦ green 89 ◦ blue 229
Shades of Free Speech Magenta #EC59E5
Tints of Free Speech Magenta #EC59E5
RGB
CMYK
RGB Variations
Color information
#EC59E5 (or 0xEC59E5) is known color: Free Speech Magenta. HEX triplet: EC, 59 and E5. RGB value is (236,89,229). Sum of RGB (Red+Green+Blue) = 236+89+229=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 89 (35.16% from 255 or 16.06% from 554); Blue value is 229 (89.84% from 255 or 41.34% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #EC59E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC59E5 is #13A61A. Grayscale: #949494. Windows color (decimal): -1287707 or 15030764. OLE color: 15030764.
HSL color Cylindrical-coordinate representation of color #EC59E5: hue angle of 302.86º 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 #EC59E5 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 89 | 229 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.07 |
| HSL | 302.86º | 0.79% | 0.64% | - |
| HSV(B) | 302.86º | 0.62% | 0.93% | - |
| XYZ | 52.31 | 30.63 | 77.28 | - |
| YUV | 148.91 | 173.2 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 89 | 229 | 0 | 0.62 | 0.03 | 0.07 | 302.86 | 0.79 | 0.64 |
| Hex | EC | 59 | E5 | 0 | 3E | 3 | 7 | 12F | 4F | 40 |
| Octal | 354 | 131 | 345 | 0 | 76 | 3 | 7 | 457 | 117 | 100 |
| Binary | 11101100 | 1011001 | 11100101 | 0 | 111110 | 11 | 111 | 100101111 | 1001111 | 1000000 |
Color Harmonies of #EC59E5
Complementary color
Monochromatic Colors of #EC59E5
Black with #EC59E5
Text Example
Text Example
White with #EC59E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC59E5; }
p { color: rgb(236,89,229); }
H1.HeaderClassName
{
color: #EC59E5;
}
.AnyTagClassName
{
color: #EC59E5;
}
</style>
background-color css
<style>
a { background-color: #EC59E5; }
a { background-color: rgb(236,89,229); }
div.DivClassName
{
background-color: #EC59E5;
}
.BgClassName
{
background-color: #EC59E5;
}
</style>
border-color css
<style>
span { border-color: #EC59E5; }
span { border-color: rgb(236,89,229); }
td.TdClassName
{
border-color: #EC59E5;
}
.TagClassName
{
border-color: #EC59E5;
}
</style>