Html Css Color HEX #EC50BD Free Speech Magenta
📋 copy color: '#EC50BD'red 236 ◦ green 80 ◦ blue 189
Shades of Free Speech Magenta #EC50BD
Tints of Free Speech Magenta #EC50BD
RGB
CMYK
RGB Variations
Color information
#EC50BD (or 0xEC50BD) is known color: Free Speech Magenta. HEX triplet: EC, 50 and BD. RGB value is (236,80,189). Sum of RGB (Red+Green+Blue) = 236+80+189=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 80 (31.64% from 255 or 15.84% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #EC50BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC50BD is #13AF42. Grayscale: #8A8A8A. Windows color (decimal): -1290051 or 12407020. OLE color: 12407020.
HSL color Cylindrical-coordinate representation of color #EC50BD: hue angle of 318.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 #EC50BD is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 189 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.07 |
| HSL | 318.08º | 0.8% | 0.62% | - |
| HSV(B) | 318.08º | 0.66% | 0.93% | - |
| XYZ | 46.65 | 27.24 | 50.94 | - |
| YUV | 139.07 | 156.18 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 189 | 0 | 0.66 | 0.20 | 0.07 | 318.08 | 0.8 | 0.62 |
| Hex | EC | 50 | BD | 0 | 42 | 14 | 7 | 13E | 50 | 3E |
| Octal | 354 | 120 | 275 | 0 | 102 | 24 | 7 | 476 | 120 | 76 |
| Binary | 11101100 | 1010000 | 10111101 | 0 | 1000010 | 10100 | 111 | 100111110 | 1010000 | 111110 |
Color Harmonies of #EC50BD
Complementary color
Monochromatic Colors of #EC50BD
Black with #EC50BD
Text Example
Text Example
White with #EC50BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC50BD; }
p { color: rgb(236,80,189); }
H1.HeaderClassName
{
color: #EC50BD;
}
.AnyTagClassName
{
color: #EC50BD;
}
</style>
background-color css
<style>
a { background-color: #EC50BD; }
a { background-color: rgb(236,80,189); }
div.DivClassName
{
background-color: #EC50BD;
}
.BgClassName
{
background-color: #EC50BD;
}
</style>
border-color css
<style>
span { border-color: #EC50BD; }
span { border-color: rgb(236,80,189); }
td.TdClassName
{
border-color: #EC50BD;
}
.TagClassName
{
border-color: #EC50BD;
}
</style>