Html Css Color HEX #EC50BE Free Speech Magenta
📋 copy color: '#EC50BE'red 236 ◦ green 80 ◦ blue 190
Shades of Free Speech Magenta #EC50BE
Tints of Free Speech Magenta #EC50BE
RGB
CMYK
RGB Variations
Color information
#EC50BE (or 0xEC50BE) is known color: Free Speech Magenta. HEX triplet: EC, 50 and BE. RGB value is (236,80,190). Sum of RGB (Red+Green+Blue) = 236+80+190=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 80 (31.64% from 255 or 15.81% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC50BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC50BE is #13AF41. Grayscale: #8A8A8A. Windows color (decimal): -1290050 or 12472556. OLE color: 12472556.
HSL color Cylindrical-coordinate representation of color #EC50BE: hue angle of 317.69º 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 #EC50BE is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 190 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.07 |
| HSL | 317.69º | 0.8% | 0.62% | - |
| HSV(B) | 317.69º | 0.66% | 0.93% | - |
| XYZ | 46.76 | 27.29 | 51.52 | - |
| YUV | 139.18 | 156.68 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 190 | 0 | 0.66 | 0.19 | 0.07 | 317.69 | 0.8 | 0.62 |
| Hex | EC | 50 | BE | 0 | 42 | 13 | 7 | 13E | 50 | 3E |
| Octal | 354 | 120 | 276 | 0 | 102 | 23 | 7 | 476 | 120 | 76 |
| Binary | 11101100 | 1010000 | 10111110 | 0 | 1000010 | 10011 | 111 | 100111110 | 1010000 | 111110 |
Color Harmonies of #EC50BE
Complementary color
Monochromatic Colors of #EC50BE
Black with #EC50BE
Text Example
Text Example
White with #EC50BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC50BE; }
p { color: rgb(236,80,190); }
H1.HeaderClassName
{
color: #EC50BE;
}
.AnyTagClassName
{
color: #EC50BE;
}
</style>
background-color css
<style>
a { background-color: #EC50BE; }
a { background-color: rgb(236,80,190); }
div.DivClassName
{
background-color: #EC50BE;
}
.BgClassName
{
background-color: #EC50BE;
}
</style>
border-color css
<style>
span { border-color: #EC50BE; }
span { border-color: rgb(236,80,190); }
td.TdClassName
{
border-color: #EC50BE;
}
.TagClassName
{
border-color: #EC50BE;
}
</style>