Html Css Color HEX #EC58E6 Free Speech Magenta
📋 copy color: '#EC58E6'red 236 ◦ green 88 ◦ blue 230
Shades of Free Speech Magenta #EC58E6
Tints of Free Speech Magenta #EC58E6
RGB
CMYK
RGB Variations
Color information
#EC58E6 (or 0xEC58E6) is known color: Free Speech Magenta. HEX triplet: EC, 58 and E6. RGB value is (236,88,230). Sum of RGB (Red+Green+Blue) = 236+88+230=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 88 (34.77% from 255 or 15.88% from 554); Blue value is 230 (90.23% from 255 or 41.52% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #EC58E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC58E6 is #13A719. Grayscale: #949494. Windows color (decimal): -1287962 or 15096044. OLE color: 15096044.
HSL color Cylindrical-coordinate representation of color #EC58E6: hue angle of 302.43º 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 #EC58E6 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 230 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.07 |
| HSL | 302.43º | 0.8% | 0.64% | - |
| HSV(B) | 302.43º | 0.63% | 0.93% | - |
| XYZ | 52.36 | 30.53 | 78 | - |
| YUV | 148.44 | 174.03 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 230 | 0 | 0.63 | 0.03 | 0.07 | 302.43 | 0.8 | 0.64 |
| Hex | EC | 58 | E6 | 0 | 3F | 3 | 7 | 12E | 50 | 40 |
| Octal | 354 | 130 | 346 | 0 | 77 | 3 | 7 | 456 | 120 | 100 |
| Binary | 11101100 | 1011000 | 11100110 | 0 | 111111 | 11 | 111 | 100101110 | 1010000 | 1000000 |
Color Harmonies of #EC58E6
Complementary color
Monochromatic Colors of #EC58E6
Black with #EC58E6
Text Example
Text Example
White with #EC58E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC58E6; }
p { color: rgb(236,88,230); }
H1.HeaderClassName
{
color: #EC58E6;
}
.AnyTagClassName
{
color: #EC58E6;
}
</style>
background-color css
<style>
a { background-color: #EC58E6; }
a { background-color: rgb(236,88,230); }
div.DivClassName
{
background-color: #EC58E6;
}
.BgClassName
{
background-color: #EC58E6;
}
</style>
border-color css
<style>
span { border-color: #EC58E6; }
span { border-color: rgb(236,88,230); }
td.TdClassName
{
border-color: #EC58E6;
}
.TagClassName
{
border-color: #EC58E6;
}
</style>