Html Css Color HEX #EC58DF Free Speech Magenta
📋 copy color: '#EC58DF'red 236 ◦ green 88 ◦ blue 223
Shades of Free Speech Magenta #EC58DF
Tints of Free Speech Magenta #EC58DF
RGB
CMYK
RGB Variations
Color information
#EC58DF (or 0xEC58DF) is known color: Free Speech Magenta. HEX triplet: EC, 58 and DF. RGB value is (236,88,223). Sum of RGB (Red+Green+Blue) = 236+88+223=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 88 (34.77% from 255 or 16.09% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #EC58DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC58DF is #13A720. Grayscale: #939393. Windows color (decimal): -1287969 or 14637292. OLE color: 14637292.
HSL color Cylindrical-coordinate representation of color #EC58DF: hue angle of 305.27º 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 #EC58DF is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 223 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.07 |
| HSL | 305.27º | 0.8% | 0.64% | - |
| HSV(B) | 305.27º | 0.63% | 0.93% | - |
| XYZ | 51.4 | 30.14 | 72.92 | - |
| YUV | 147.64 | 170.53 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 223 | 0 | 0.63 | 0.06 | 0.07 | 305.27 | 0.8 | 0.64 |
| Hex | EC | 58 | DF | 0 | 3F | 6 | 7 | 131 | 50 | 40 |
| Octal | 354 | 130 | 337 | 0 | 77 | 6 | 7 | 461 | 120 | 100 |
| Binary | 11101100 | 1011000 | 11011111 | 0 | 111111 | 110 | 111 | 100110001 | 1010000 | 1000000 |
Color Harmonies of #EC58DF
Complementary color
Monochromatic Colors of #EC58DF
Black with #EC58DF
Text Example
Text Example
White with #EC58DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC58DF; }
p { color: rgb(236,88,223); }
H1.HeaderClassName
{
color: #EC58DF;
}
.AnyTagClassName
{
color: #EC58DF;
}
</style>
background-color css
<style>
a { background-color: #EC58DF; }
a { background-color: rgb(236,88,223); }
div.DivClassName
{
background-color: #EC58DF;
}
.BgClassName
{
background-color: #EC58DF;
}
</style>
border-color css
<style>
span { border-color: #EC58DF; }
span { border-color: rgb(236,88,223); }
td.TdClassName
{
border-color: #EC58DF;
}
.TagClassName
{
border-color: #EC58DF;
}
</style>