Html Css Color HEX #EC5ECF Free Speech Magenta
📋 copy color: '#EC5ECF'red 236 ◦ green 94 ◦ blue 207
Shades of Free Speech Magenta #EC5ECF
Tints of Free Speech Magenta #EC5ECF
RGB
CMYK
RGB Variations
Color information
#EC5ECF (or 0xEC5ECF) is known color: Free Speech Magenta. HEX triplet: EC, 5E and CF. RGB value is (236,94,207). Sum of RGB (Red+Green+Blue) = 236+94+207=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 94 (37.11% from 255 or 17.50% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5ECF is #13A130. Grayscale: #959595. Windows color (decimal): -1286449 or 13590252. OLE color: 13590252.
HSL color Cylindrical-coordinate representation of color #EC5ECF: hue angle of 312.25º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5ECF is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 94 | 207 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.07 |
| HSL | 312.25º | 0.79% | 0.65% | - |
| HSV(B) | 312.25º | 0.6% | 0.93% | - |
| XYZ | 49.86 | 30.34 | 62.26 | - |
| YUV | 149.34 | 160.54 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 94 | 207 | 0 | 0.60 | 0.12 | 0.07 | 312.25 | 0.79 | 0.65 |
| Hex | EC | 5E | CF | 0 | 3C | C | 7 | 138 | 4F | 41 |
| Octal | 354 | 136 | 317 | 0 | 74 | 14 | 7 | 470 | 117 | 101 |
| Binary | 11101100 | 1011110 | 11001111 | 0 | 111100 | 1100 | 111 | 100111000 | 1001111 | 1000001 |
Color Harmonies of #EC5ECF
Complementary color
Monochromatic Colors of #EC5ECF
Black with #EC5ECF
Text Example
Text Example
White with #EC5ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5ECF; }
p { color: rgb(236,94,207); }
H1.HeaderClassName
{
color: #EC5ECF;
}
.AnyTagClassName
{
color: #EC5ECF;
}
</style>
background-color css
<style>
a { background-color: #EC5ECF; }
a { background-color: rgb(236,94,207); }
div.DivClassName
{
background-color: #EC5ECF;
}
.BgClassName
{
background-color: #EC5ECF;
}
</style>
border-color css
<style>
span { border-color: #EC5ECF; }
span { border-color: rgb(236,94,207); }
td.TdClassName
{
border-color: #EC5ECF;
}
.TagClassName
{
border-color: #EC5ECF;
}
</style>