Html Css Color HEX #EC58E4 Free Speech Magenta
📋 copy color: '#EC58E4'red 236 ◦ green 88 ◦ blue 228
Shades of Free Speech Magenta #EC58E4
Tints of Free Speech Magenta #EC58E4
RGB
CMYK
RGB Variations
Color information
#EC58E4 (or 0xEC58E4) is known color: Free Speech Magenta. HEX triplet: EC, 58 and E4. RGB value is (236,88,228). Sum of RGB (Red+Green+Blue) = 236+88+228=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 88 (34.77% from 255 or 15.94% from 552); Blue value is 228 (89.45% from 255 or 41.30% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #EC58E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC58E4 is #13A71B. Grayscale: #939393. Windows color (decimal): -1287964 or 14964972. OLE color: 14964972.
HSL color Cylindrical-coordinate representation of color #EC58E4: hue angle of 303.24º 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 #EC58E4 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 228 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.07 |
| HSL | 303.24º | 0.8% | 0.64% | - |
| HSV(B) | 303.24º | 0.63% | 0.93% | - |
| XYZ | 52.09 | 30.41 | 76.52 | - |
| YUV | 148.21 | 173.03 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 228 | 0 | 0.63 | 0.03 | 0.07 | 303.24 | 0.8 | 0.64 |
| Hex | EC | 58 | E4 | 0 | 3F | 3 | 7 | 12F | 50 | 40 |
| Octal | 354 | 130 | 344 | 0 | 77 | 3 | 7 | 457 | 120 | 100 |
| Binary | 11101100 | 1011000 | 11100100 | 0 | 111111 | 11 | 111 | 100101111 | 1010000 | 1000000 |
Color Harmonies of #EC58E4
Complementary color
Monochromatic Colors of #EC58E4
Black with #EC58E4
Text Example
Text Example
White with #EC58E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC58E4; }
p { color: rgb(236,88,228); }
H1.HeaderClassName
{
color: #EC58E4;
}
.AnyTagClassName
{
color: #EC58E4;
}
</style>
background-color css
<style>
a { background-color: #EC58E4; }
a { background-color: rgb(236,88,228); }
div.DivClassName
{
background-color: #EC58E4;
}
.BgClassName
{
background-color: #EC58E4;
}
</style>
border-color css
<style>
span { border-color: #EC58E4; }
span { border-color: rgb(236,88,228); }
td.TdClassName
{
border-color: #EC58E4;
}
.TagClassName
{
border-color: #EC58E4;
}
</style>