Html Css Color HEX #EC58CF Free Speech Magenta
📋 copy color: '#EC58CF'red 236 ◦ green 88 ◦ blue 207
Shades of Free Speech Magenta #EC58CF
Tints of Free Speech Magenta #EC58CF
RGB
CMYK
RGB Variations
Color information
#EC58CF (or 0xEC58CF) is known color: Free Speech Magenta. HEX triplet: EC, 58 and CF. RGB value is (236,88,207). Sum of RGB (Red+Green+Blue) = 236+88+207=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 88 (34.77% from 255 or 16.57% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #EC58CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC58CF is #13A730. Grayscale: #919191. Windows color (decimal): -1287985 or 13588716. OLE color: 13588716.
HSL color Cylindrical-coordinate representation of color #EC58CF: hue angle of 311.76º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC58CF is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 207 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.07 |
| HSL | 311.76º | 0.8% | 0.64% | - |
| HSV(B) | 311.76º | 0.63% | 0.93% | - |
| XYZ | 49.34 | 29.32 | 62.09 | - |
| YUV | 145.82 | 162.53 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 207 | 0 | 0.63 | 0.12 | 0.07 | 311.76 | 0.8 | 0.64 |
| Hex | EC | 58 | CF | 0 | 3F | C | 7 | 138 | 50 | 40 |
| Octal | 354 | 130 | 317 | 0 | 77 | 14 | 7 | 470 | 120 | 100 |
| Binary | 11101100 | 1011000 | 11001111 | 0 | 111111 | 1100 | 111 | 100111000 | 1010000 | 1000000 |
Color Harmonies of #EC58CF
Complementary color
Monochromatic Colors of #EC58CF
Black with #EC58CF
Text Example
Text Example
White with #EC58CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC58CF; }
p { color: rgb(236,88,207); }
H1.HeaderClassName
{
color: #EC58CF;
}
.AnyTagClassName
{
color: #EC58CF;
}
</style>
background-color css
<style>
a { background-color: #EC58CF; }
a { background-color: rgb(236,88,207); }
div.DivClassName
{
background-color: #EC58CF;
}
.BgClassName
{
background-color: #EC58CF;
}
</style>
border-color css
<style>
span { border-color: #EC58CF; }
span { border-color: rgb(236,88,207); }
td.TdClassName
{
border-color: #EC58CF;
}
.TagClassName
{
border-color: #EC58CF;
}
</style>