Html Css Color HEX #EC58CA Free Speech Magenta
📋 copy color: '#EC58CA'red 236 ◦ green 88 ◦ blue 202
Shades of Free Speech Magenta #EC58CA
Tints of Free Speech Magenta #EC58CA
RGB
CMYK
RGB Variations
Color information
#EC58CA (or 0xEC58CA) is known color: Free Speech Magenta. HEX triplet: EC, 58 and CA. RGB value is (236,88,202). Sum of RGB (Red+Green+Blue) = 236+88+202=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 88 (34.77% from 255 or 16.73% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #EC58CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC58CA is #13A735. Grayscale: #909090. Windows color (decimal): -1287990 or 13261036. OLE color: 13261036.
HSL color Cylindrical-coordinate representation of color #EC58CA: hue angle of 313.78º 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 #EC58CA is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 202 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.07 |
| HSL | 313.78º | 0.8% | 0.64% | - |
| HSV(B) | 313.78º | 0.63% | 0.93% | - |
| XYZ | 48.74 | 29.08 | 58.92 | - |
| YUV | 145.25 | 160.03 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 202 | 0 | 0.63 | 0.14 | 0.07 | 313.78 | 0.8 | 0.64 |
| Hex | EC | 58 | CA | 0 | 3F | E | 7 | 13A | 50 | 40 |
| Octal | 354 | 130 | 312 | 0 | 77 | 16 | 7 | 472 | 120 | 100 |
| Binary | 11101100 | 1011000 | 11001010 | 0 | 111111 | 1110 | 111 | 100111010 | 1010000 | 1000000 |
Color Harmonies of #EC58CA
Complementary color
Monochromatic Colors of #EC58CA
Black with #EC58CA
Text Example
Text Example
White with #EC58CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC58CA; }
p { color: rgb(236,88,202); }
H1.HeaderClassName
{
color: #EC58CA;
}
.AnyTagClassName
{
color: #EC58CA;
}
</style>
background-color css
<style>
a { background-color: #EC58CA; }
a { background-color: rgb(236,88,202); }
div.DivClassName
{
background-color: #EC58CA;
}
.BgClassName
{
background-color: #EC58CA;
}
</style>
border-color css
<style>
span { border-color: #EC58CA; }
span { border-color: rgb(236,88,202); }
td.TdClassName
{
border-color: #EC58CA;
}
.TagClassName
{
border-color: #EC58CA;
}
</style>