Html Css Color HEX #EC5BCD Free Speech Magenta
📋 copy color: '#EC5BCD'red 236 ◦ green 91 ◦ blue 205
Shades of Free Speech Magenta #EC5BCD
Tints of Free Speech Magenta #EC5BCD
RGB
CMYK
RGB Variations
Color information
#EC5BCD (or 0xEC5BCD) is known color: Free Speech Magenta. HEX triplet: EC, 5B and CD. RGB value is (236,91,205). Sum of RGB (Red+Green+Blue) = 236+91+205=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 91 (35.94% from 255 or 17.11% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5BCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5BCD is #13A432. Grayscale: #939393. Windows color (decimal): -1287219 or 13458412. OLE color: 13458412.
HSL color Cylindrical-coordinate representation of color #EC5BCD: hue angle of 312.83º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5BCD is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 91 | 205 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.07 |
| HSL | 312.83º | 0.79% | 0.64% | - |
| HSV(B) | 312.83º | 0.61% | 0.93% | - |
| XYZ | 49.35 | 29.72 | 60.89 | - |
| YUV | 147.35 | 160.54 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 91 | 205 | 0 | 0.61 | 0.13 | 0.07 | 312.83 | 0.79 | 0.64 |
| Hex | EC | 5B | CD | 0 | 3D | D | 7 | 139 | 4F | 40 |
| Octal | 354 | 133 | 315 | 0 | 75 | 15 | 7 | 471 | 117 | 100 |
| Binary | 11101100 | 1011011 | 11001101 | 0 | 111101 | 1101 | 111 | 100111001 | 1001111 | 1000000 |
Color Harmonies of #EC5BCD
Complementary color
Monochromatic Colors of #EC5BCD
Black with #EC5BCD
Text Example
Text Example
White with #EC5BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5BCD; }
p { color: rgb(236,91,205); }
H1.HeaderClassName
{
color: #EC5BCD;
}
.AnyTagClassName
{
color: #EC5BCD;
}
</style>
background-color css
<style>
a { background-color: #EC5BCD; }
a { background-color: rgb(236,91,205); }
div.DivClassName
{
background-color: #EC5BCD;
}
.BgClassName
{
background-color: #EC5BCD;
}
</style>
border-color css
<style>
span { border-color: #EC5BCD; }
span { border-color: rgb(236,91,205); }
td.TdClassName
{
border-color: #EC5BCD;
}
.TagClassName
{
border-color: #EC5BCD;
}
</style>