Html Css Color HEX #EC58E5 Free Speech Magenta
📋 copy color: '#EC58E5'red 236 ◦ green 88 ◦ blue 229
Shades of Free Speech Magenta #EC58E5
Tints of Free Speech Magenta #EC58E5
RGB
CMYK
RGB Variations
Color information
#EC58E5 (or 0xEC58E5) is known color: Free Speech Magenta. HEX triplet: EC, 58 and E5. RGB value is (236,88,229). Sum of RGB (Red+Green+Blue) = 236+88+229=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 88 (34.77% from 255 or 15.91% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #EC58E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC58E5 is #13A71A. Grayscale: #939393. Windows color (decimal): -1287963 or 15030508. OLE color: 15030508.
HSL color Cylindrical-coordinate representation of color #EC58E5: hue angle of 302.84º 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 #EC58E5 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 229 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.07 |
| HSL | 302.84º | 0.8% | 0.64% | - |
| HSV(B) | 302.84º | 0.63% | 0.93% | - |
| XYZ | 52.22 | 30.47 | 77.26 | - |
| YUV | 148.33 | 173.53 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 229 | 0 | 0.63 | 0.03 | 0.07 | 302.84 | 0.8 | 0.64 |
| Hex | EC | 58 | E5 | 0 | 3F | 3 | 7 | 12F | 50 | 40 |
| Octal | 354 | 130 | 345 | 0 | 77 | 3 | 7 | 457 | 120 | 100 |
| Binary | 11101100 | 1011000 | 11100101 | 0 | 111111 | 11 | 111 | 100101111 | 1010000 | 1000000 |
Color Harmonies of #EC58E5
Complementary color
Monochromatic Colors of #EC58E5
Black with #EC58E5
Text Example
Text Example
White with #EC58E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC58E5; }
p { color: rgb(236,88,229); }
H1.HeaderClassName
{
color: #EC58E5;
}
.AnyTagClassName
{
color: #EC58E5;
}
</style>
background-color css
<style>
a { background-color: #EC58E5; }
a { background-color: rgb(236,88,229); }
div.DivClassName
{
background-color: #EC58E5;
}
.BgClassName
{
background-color: #EC58E5;
}
</style>
border-color css
<style>
span { border-color: #EC58E5; }
span { border-color: rgb(236,88,229); }
td.TdClassName
{
border-color: #EC58E5;
}
.TagClassName
{
border-color: #EC58E5;
}
</style>