Html Css Color HEX #EC59D0 Free Speech Magenta
📋 copy color: '#EC59D0'red 236 ◦ green 89 ◦ blue 208
Shades of Free Speech Magenta #EC59D0
Tints of Free Speech Magenta #EC59D0
RGB
CMYK
RGB Variations
Color information
#EC59D0 (or 0xEC59D0) is known color: Free Speech Magenta. HEX triplet: EC, 59 and D0. RGB value is (236,89,208). Sum of RGB (Red+Green+Blue) = 236+89+208=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 89 (35.16% from 255 or 16.70% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #EC59D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC59D0 is #13A62F. Grayscale: #929292. Windows color (decimal): -1287728 or 13654508. OLE color: 13654508.
HSL color Cylindrical-coordinate representation of color #EC59D0: hue angle of 311.43º 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 #EC59D0 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 89 | 208 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.07 |
| HSL | 311.43º | 0.79% | 0.64% | - |
| HSV(B) | 311.43º | 0.62% | 0.93% | - |
| XYZ | 49.55 | 29.53 | 62.76 | - |
| YUV | 146.52 | 162.7 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 89 | 208 | 0 | 0.62 | 0.12 | 0.07 | 311.43 | 0.79 | 0.64 |
| Hex | EC | 59 | D0 | 0 | 3E | C | 7 | 137 | 4F | 40 |
| Octal | 354 | 131 | 320 | 0 | 76 | 14 | 7 | 467 | 117 | 100 |
| Binary | 11101100 | 1011001 | 11010000 | 0 | 111110 | 1100 | 111 | 100110111 | 1001111 | 1000000 |
Color Harmonies of #EC59D0
Complementary color
Monochromatic Colors of #EC59D0
Black with #EC59D0
Text Example
Text Example
White with #EC59D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC59D0; }
p { color: rgb(236,89,208); }
H1.HeaderClassName
{
color: #EC59D0;
}
.AnyTagClassName
{
color: #EC59D0;
}
</style>
background-color css
<style>
a { background-color: #EC59D0; }
a { background-color: rgb(236,89,208); }
div.DivClassName
{
background-color: #EC59D0;
}
.BgClassName
{
background-color: #EC59D0;
}
</style>
border-color css
<style>
span { border-color: #EC59D0; }
span { border-color: rgb(236,89,208); }
td.TdClassName
{
border-color: #EC59D0;
}
.TagClassName
{
border-color: #EC59D0;
}
</style>