Html Css Color HEX #EC59E2 Free Speech Magenta
📋 copy color: '#EC59E2'red 236 ◦ green 89 ◦ blue 226
Shades of Free Speech Magenta #EC59E2
Tints of Free Speech Magenta #EC59E2
RGB
CMYK
RGB Variations
Color information
#EC59E2 (or 0xEC59E2) is known color: Free Speech Magenta. HEX triplet: EC, 59 and E2. RGB value is (236,89,226). Sum of RGB (Red+Green+Blue) = 236+89+226=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 89 (35.16% from 255 or 16.15% from 551); Blue value is 226 (88.67% from 255 or 41.02% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #EC59E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC59E2 is #13A61D. Grayscale: #949494. Windows color (decimal): -1287710 or 14834156. OLE color: 14834156.
HSL color Cylindrical-coordinate representation of color #EC59E2: hue angle of 304.08º 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 #EC59E2 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 89 | 226 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.07 |
| HSL | 304.08º | 0.79% | 0.64% | - |
| HSV(B) | 304.08º | 0.62% | 0.93% | - |
| XYZ | 51.89 | 30.47 | 75.1 | - |
| YUV | 148.57 | 171.7 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 89 | 226 | 0 | 0.62 | 0.04 | 0.07 | 304.08 | 0.79 | 0.64 |
| Hex | EC | 59 | E2 | 0 | 3E | 4 | 7 | 130 | 4F | 40 |
| Octal | 354 | 131 | 342 | 0 | 76 | 4 | 7 | 460 | 117 | 100 |
| Binary | 11101100 | 1011001 | 11100010 | 0 | 111110 | 100 | 111 | 100110000 | 1001111 | 1000000 |
Color Harmonies of #EC59E2
Complementary color
Monochromatic Colors of #EC59E2
Black with #EC59E2
Text Example
Text Example
White with #EC59E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC59E2; }
p { color: rgb(236,89,226); }
H1.HeaderClassName
{
color: #EC59E2;
}
.AnyTagClassName
{
color: #EC59E2;
}
</style>
background-color css
<style>
a { background-color: #EC59E2; }
a { background-color: rgb(236,89,226); }
div.DivClassName
{
background-color: #EC59E2;
}
.BgClassName
{
background-color: #EC59E2;
}
</style>
border-color css
<style>
span { border-color: #EC59E2; }
span { border-color: rgb(236,89,226); }
td.TdClassName
{
border-color: #EC59E2;
}
.TagClassName
{
border-color: #EC59E2;
}
</style>