Html Css Color HEX #EC59DC Free Speech Magenta
📋 copy color: '#EC59DC'red 236 ◦ green 89 ◦ blue 220
Shades of Free Speech Magenta #EC59DC
Tints of Free Speech Magenta #EC59DC
RGB
CMYK
RGB Variations
Color information
#EC59DC (or 0xEC59DC) is known color: Free Speech Magenta. HEX triplet: EC, 59 and DC. RGB value is (236,89,220). Sum of RGB (Red+Green+Blue) = 236+89+220=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 89 (35.16% from 255 or 16.33% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #EC59DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC59DC is #13A623. Grayscale: #939393. Windows color (decimal): -1287716 or 14440940. OLE color: 14440940.
HSL color Cylindrical-coordinate representation of color #EC59DC: hue angle of 306.53º 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 #EC59DC is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 89 | 220 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.07 |
| HSL | 306.53º | 0.79% | 0.64% | - |
| HSV(B) | 306.53º | 0.62% | 0.93% | - |
| XYZ | 51.08 | 30.14 | 70.84 | - |
| YUV | 147.89 | 168.7 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 89 | 220 | 0 | 0.62 | 0.07 | 0.07 | 306.53 | 0.79 | 0.64 |
| Hex | EC | 59 | DC | 0 | 3E | 7 | 7 | 133 | 4F | 40 |
| Octal | 354 | 131 | 334 | 0 | 76 | 7 | 7 | 463 | 117 | 100 |
| Binary | 11101100 | 1011001 | 11011100 | 0 | 111110 | 111 | 111 | 100110011 | 1001111 | 1000000 |
Color Harmonies of #EC59DC
Complementary color
Monochromatic Colors of #EC59DC
Black with #EC59DC
Text Example
Text Example
White with #EC59DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC59DC; }
p { color: rgb(236,89,220); }
H1.HeaderClassName
{
color: #EC59DC;
}
.AnyTagClassName
{
color: #EC59DC;
}
</style>
background-color css
<style>
a { background-color: #EC59DC; }
a { background-color: rgb(236,89,220); }
div.DivClassName
{
background-color: #EC59DC;
}
.BgClassName
{
background-color: #EC59DC;
}
</style>
border-color css
<style>
span { border-color: #EC59DC; }
span { border-color: rgb(236,89,220); }
td.TdClassName
{
border-color: #EC59DC;
}
.TagClassName
{
border-color: #EC59DC;
}
</style>