Html Css Color HEX #EC50CA Free Speech Magenta
📋 copy color: '#EC50CA'red 236 ◦ green 80 ◦ blue 202
Shades of Free Speech Magenta #EC50CA
Tints of Free Speech Magenta #EC50CA
RGB
CMYK
RGB Variations
Color information
#EC50CA (or 0xEC50CA) is known color: Free Speech Magenta. HEX triplet: EC, 50 and CA. RGB value is (236,80,202). Sum of RGB (Red+Green+Blue) = 236+80+202=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 80 (31.64% from 255 or 15.44% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #EC50CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC50CA is #13AF35. Grayscale: #8C8C8C. Windows color (decimal): -1290038 or 13258988. OLE color: 13258988.
HSL color Cylindrical-coordinate representation of color #EC50CA: hue angle of 313.08º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC50CA is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 202 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.07 |
| HSL | 313.08º | 0.8% | 0.62% | - |
| HSV(B) | 313.08º | 0.66% | 0.93% | - |
| XYZ | 48.12 | 27.83 | 58.71 | - |
| YUV | 140.55 | 162.68 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 202 | 0 | 0.66 | 0.14 | 0.07 | 313.08 | 0.8 | 0.62 |
| Hex | EC | 50 | CA | 0 | 42 | E | 7 | 139 | 50 | 3E |
| Octal | 354 | 120 | 312 | 0 | 102 | 16 | 7 | 471 | 120 | 76 |
| Binary | 11101100 | 1010000 | 11001010 | 0 | 1000010 | 1110 | 111 | 100111001 | 1010000 | 111110 |
Color Harmonies of #EC50CA
Complementary color
Monochromatic Colors of #EC50CA
Black with #EC50CA
Text Example
Text Example
White with #EC50CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC50CA; }
p { color: rgb(236,80,202); }
H1.HeaderClassName
{
color: #EC50CA;
}
.AnyTagClassName
{
color: #EC50CA;
}
</style>
background-color css
<style>
a { background-color: #EC50CA; }
a { background-color: rgb(236,80,202); }
div.DivClassName
{
background-color: #EC50CA;
}
.BgClassName
{
background-color: #EC50CA;
}
</style>
border-color css
<style>
span { border-color: #EC50CA; }
span { border-color: rgb(236,80,202); }
td.TdClassName
{
border-color: #EC50CA;
}
.TagClassName
{
border-color: #EC50CA;
}
</style>