Html Css Color HEX #EC50BF Free Speech Magenta
📋 copy color: '#EC50BF'red 236 ◦ green 80 ◦ blue 191
Shades of Free Speech Magenta #EC50BF
Tints of Free Speech Magenta #EC50BF
RGB
CMYK
RGB Variations
Color information
#EC50BF (or 0xEC50BF) is known color: Free Speech Magenta. HEX triplet: EC, 50 and BF. RGB value is (236,80,191). Sum of RGB (Red+Green+Blue) = 236+80+191=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 80 (31.64% from 255 or 15.78% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC50BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC50BF is #13AF40. Grayscale: #8B8B8B. Windows color (decimal): -1290049 or 12538092. OLE color: 12538092.
HSL color Cylindrical-coordinate representation of color #EC50BF: hue angle of 317.31º 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 #EC50BF is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 191 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.07 |
| HSL | 317.31º | 0.8% | 0.62% | - |
| HSV(B) | 317.31º | 0.66% | 0.93% | - |
| XYZ | 46.86 | 27.33 | 52.1 | - |
| YUV | 139.3 | 157.18 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 191 | 0 | 0.66 | 0.19 | 0.07 | 317.31 | 0.8 | 0.62 |
| Hex | EC | 50 | BF | 0 | 42 | 13 | 7 | 13D | 50 | 3E |
| Octal | 354 | 120 | 277 | 0 | 102 | 23 | 7 | 475 | 120 | 76 |
| Binary | 11101100 | 1010000 | 10111111 | 0 | 1000010 | 10011 | 111 | 100111101 | 1010000 | 111110 |
Color Harmonies of #EC50BF
Complementary color
Monochromatic Colors of #EC50BF
Black with #EC50BF
Text Example
Text Example
White with #EC50BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC50BF; }
p { color: rgb(236,80,191); }
H1.HeaderClassName
{
color: #EC50BF;
}
.AnyTagClassName
{
color: #EC50BF;
}
</style>
background-color css
<style>
a { background-color: #EC50BF; }
a { background-color: rgb(236,80,191); }
div.DivClassName
{
background-color: #EC50BF;
}
.BgClassName
{
background-color: #EC50BF;
}
</style>
border-color css
<style>
span { border-color: #EC50BF; }
span { border-color: rgb(236,80,191); }
td.TdClassName
{
border-color: #EC50BF;
}
.TagClassName
{
border-color: #EC50BF;
}
</style>