Html Css Color HEX #EC5ECD Free Speech Magenta
📋 copy color: '#EC5ECD'red 236 ◦ green 94 ◦ blue 205
Shades of Free Speech Magenta #EC5ECD
Tints of Free Speech Magenta #EC5ECD
RGB
CMYK
RGB Variations
Color information
#EC5ECD (or 0xEC5ECD) is known color: Free Speech Magenta. HEX triplet: EC, 5E and CD. RGB value is (236,94,205). Sum of RGB (Red+Green+Blue) = 236+94+205=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 94 (37.11% from 255 or 17.57% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5ECD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5ECD is #13A132. Grayscale: #949494. Windows color (decimal): -1286451 or 13459180. OLE color: 13459180.
HSL color Cylindrical-coordinate representation of color #EC5ECD: hue angle of 313.1º 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 #EC5ECD is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 94 | 205 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.07 |
| HSL | 313.1º | 0.79% | 0.65% | - |
| HSV(B) | 313.1º | 0.6% | 0.93% | - |
| XYZ | 49.61 | 30.25 | 60.98 | - |
| YUV | 149.11 | 159.54 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 94 | 205 | 0 | 0.60 | 0.13 | 0.07 | 313.1 | 0.79 | 0.65 |
| Hex | EC | 5E | CD | 0 | 3C | D | 7 | 139 | 4F | 41 |
| Octal | 354 | 136 | 315 | 0 | 74 | 15 | 7 | 471 | 117 | 101 |
| Binary | 11101100 | 1011110 | 11001101 | 0 | 111100 | 1101 | 111 | 100111001 | 1001111 | 1000001 |
Color Harmonies of #EC5ECD
Complementary color
Monochromatic Colors of #EC5ECD
Black with #EC5ECD
Text Example
Text Example
White with #EC5ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5ECD; }
p { color: rgb(236,94,205); }
H1.HeaderClassName
{
color: #EC5ECD;
}
.AnyTagClassName
{
color: #EC5ECD;
}
</style>
background-color css
<style>
a { background-color: #EC5ECD; }
a { background-color: rgb(236,94,205); }
div.DivClassName
{
background-color: #EC5ECD;
}
.BgClassName
{
background-color: #EC5ECD;
}
</style>
border-color css
<style>
span { border-color: #EC5ECD; }
span { border-color: rgb(236,94,205); }
td.TdClassName
{
border-color: #EC5ECD;
}
.TagClassName
{
border-color: #EC5ECD;
}
</style>