Html Css Color HEX #EC58C2 Free Speech Magenta
📋 copy color: '#EC58C2'red 236 ◦ green 88 ◦ blue 194
Shades of Free Speech Magenta #EC58C2
Tints of Free Speech Magenta #EC58C2
RGB
CMYK
RGB Variations
Color information
#EC58C2 (or 0xEC58C2) is known color: Free Speech Magenta. HEX triplet: EC, 58 and C2. RGB value is (236,88,194). Sum of RGB (Red+Green+Blue) = 236+88+194=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 88 (34.77% from 255 or 16.99% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #EC58C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC58C2 is #13A73D. Grayscale: #909090. Windows color (decimal): -1287998 or 12736748. OLE color: 12736748.
HSL color Cylindrical-coordinate representation of color #EC58C2: hue angle of 317.03º 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 #EC58C2 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 194 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.07 |
| HSL | 317.03º | 0.8% | 0.64% | - |
| HSV(B) | 317.03º | 0.63% | 0.93% | - |
| XYZ | 47.82 | 28.71 | 54.06 | - |
| YUV | 144.34 | 156.03 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 194 | 0 | 0.63 | 0.18 | 0.07 | 317.03 | 0.8 | 0.64 |
| Hex | EC | 58 | C2 | 0 | 3F | 12 | 7 | 13D | 50 | 40 |
| Octal | 354 | 130 | 302 | 0 | 77 | 22 | 7 | 475 | 120 | 100 |
| Binary | 11101100 | 1011000 | 11000010 | 0 | 111111 | 10010 | 111 | 100111101 | 1010000 | 1000000 |
Color Harmonies of #EC58C2
Complementary color
Monochromatic Colors of #EC58C2
Black with #EC58C2
Text Example
Text Example
White with #EC58C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC58C2; }
p { color: rgb(236,88,194); }
H1.HeaderClassName
{
color: #EC58C2;
}
.AnyTagClassName
{
color: #EC58C2;
}
</style>
background-color css
<style>
a { background-color: #EC58C2; }
a { background-color: rgb(236,88,194); }
div.DivClassName
{
background-color: #EC58C2;
}
.BgClassName
{
background-color: #EC58C2;
}
</style>
border-color css
<style>
span { border-color: #EC58C2; }
span { border-color: rgb(236,88,194); }
td.TdClassName
{
border-color: #EC58C2;
}
.TagClassName
{
border-color: #EC58C2;
}
</style>