Html Css Color HEX #EC58F0 Free Speech Magenta
📋 copy color: '#EC58F0'red 236 ◦ green 88 ◦ blue 240
Shades of Free Speech Magenta #EC58F0
Tints of Free Speech Magenta #EC58F0
RGB
CMYK
RGB Variations
Color information
#EC58F0 (or 0xEC58F0) is known color: Free Speech Magenta. HEX triplet: EC, 58 and F0. RGB value is (236,88,240). Sum of RGB (Red+Green+Blue) = 236+88+240=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 88 (34.77% from 255 or 15.60% from 564); Blue value is 240 (94.14% from 255 or 42.55% from 564); Max value from RGB is 240 - color contains mainly: blue. Hex color #EC58F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC58F0 is #13A70F. Grayscale: #959595. Windows color (decimal): -1287952 or 15751404. OLE color: 15751404.
HSL color Cylindrical-coordinate representation of color #EC58F0: hue angle of 298.42º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC58F0 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 88 | 240 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.06 |
| HSL | 298.42º | 0.84% | 0.64% | - |
| HSV(B) | 298.42º | 0.63% | 0.94% | - |
| XYZ | 53.81 | 31.1 | 85.61 | - |
| YUV | 149.58 | 179.03 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 240 | 0.02 | 0.63 | 0 | 0.06 | 298.42 | 0.84 | 0.64 |
| Hex | EC | 58 | F0 | 2 | 3F | 0 | 6 | 12A | 54 | 40 |
| Octal | 354 | 130 | 360 | 2 | 77 | 0 | 6 | 452 | 124 | 100 |
| Binary | 11101100 | 1011000 | 11110000 | 10 | 111111 | 0 | 110 | 100101010 | 1010100 | 1000000 |
Color Harmonies of #EC58F0
Complementary color
Monochromatic Colors of #EC58F0
Black with #EC58F0
Text Example
Text Example
White with #EC58F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC58F0; }
p { color: rgb(236,88,240); }
H1.HeaderClassName
{
color: #EC58F0;
}
.AnyTagClassName
{
color: #EC58F0;
}
</style>
background-color css
<style>
a { background-color: #EC58F0; }
a { background-color: rgb(236,88,240); }
div.DivClassName
{
background-color: #EC58F0;
}
.BgClassName
{
background-color: #EC58F0;
}
</style>
border-color css
<style>
span { border-color: #EC58F0; }
span { border-color: rgb(236,88,240); }
td.TdClassName
{
border-color: #EC58F0;
}
.TagClassName
{
border-color: #EC58F0;
}
</style>