Html Css Color HEX #EC4BCD Free Speech Magenta
📋 copy color: '#EC4BCD'red 236 ◦ green 75 ◦ blue 205
Shades of Free Speech Magenta #EC4BCD
Tints of Free Speech Magenta #EC4BCD
RGB
CMYK
RGB Variations
Color information
#EC4BCD (or 0xEC4BCD) is known color: Free Speech Magenta. HEX triplet: EC, 4B and CD. RGB value is (236,75,205). Sum of RGB (Red+Green+Blue) = 236+75+205=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 75 (29.69% from 255 or 14.53% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4BCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4BCD is #13B432. Grayscale: #898989. Windows color (decimal): -1291315 or 13454316. OLE color: 13454316.
HSL color Cylindrical-coordinate representation of color #EC4BCD: hue angle of 311.55º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC4BCD is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 205 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.07 |
| HSL | 311.55º | 0.81% | 0.61% | - |
| HSV(B) | 311.55º | 0.68% | 0.93% | - |
| XYZ | 48.13 | 27.27 | 60.49 | - |
| YUV | 137.96 | 165.84 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 205 | 0 | 0.68 | 0.13 | 0.07 | 311.55 | 0.81 | 0.61 |
| Hex | EC | 4B | CD | 0 | 44 | D | 7 | 138 | 51 | 3D |
| Octal | 354 | 113 | 315 | 0 | 104 | 15 | 7 | 470 | 121 | 75 |
| Binary | 11101100 | 1001011 | 11001101 | 0 | 1000100 | 1101 | 111 | 100111000 | 1010001 | 111101 |
Color Harmonies of #EC4BCD
Complementary color
Monochromatic Colors of #EC4BCD
Black with #EC4BCD
Text Example
Text Example
White with #EC4BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4BCD; }
p { color: rgb(236,75,205); }
H1.HeaderClassName
{
color: #EC4BCD;
}
.AnyTagClassName
{
color: #EC4BCD;
}
</style>
background-color css
<style>
a { background-color: #EC4BCD; }
a { background-color: rgb(236,75,205); }
div.DivClassName
{
background-color: #EC4BCD;
}
.BgClassName
{
background-color: #EC4BCD;
}
</style>
border-color css
<style>
span { border-color: #EC4BCD; }
span { border-color: rgb(236,75,205); }
td.TdClassName
{
border-color: #EC4BCD;
}
.TagClassName
{
border-color: #EC4BCD;
}
</style>