Html Css Color HEX #EC4BC9 Free Speech Magenta
📋 copy color: '#EC4BC9'red 236 ◦ green 75 ◦ blue 201
Shades of Free Speech Magenta #EC4BC9
Tints of Free Speech Magenta #EC4BC9
RGB
CMYK
RGB Variations
Color information
#EC4BC9 (or 0xEC4BC9) is known color: Free Speech Magenta. HEX triplet: EC, 4B and C9. RGB value is (236,75,201). Sum of RGB (Red+Green+Blue) = 236+75+201=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 75 (29.69% from 255 or 14.65% from 512); Blue value is 201 (78.91% from 255 or 39.26% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4BC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4BC9 is #13B436. Grayscale: #898989. Windows color (decimal): -1291319 or 13192172. OLE color: 13192172.
HSL color Cylindrical-coordinate representation of color #EC4BC9: hue angle of 313.04º 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 #EC4BC9 is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 201 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.07 |
| HSL | 313.04º | 0.81% | 0.61% | - |
| HSV(B) | 313.04º | 0.68% | 0.93% | - |
| XYZ | 47.65 | 27.08 | 57.97 | - |
| YUV | 137.5 | 163.84 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 201 | 0 | 0.68 | 0.15 | 0.07 | 313.04 | 0.81 | 0.61 |
| Hex | EC | 4B | C9 | 0 | 44 | F | 7 | 139 | 51 | 3D |
| Octal | 354 | 113 | 311 | 0 | 104 | 17 | 7 | 471 | 121 | 75 |
| Binary | 11101100 | 1001011 | 11001001 | 0 | 1000100 | 1111 | 111 | 100111001 | 1010001 | 111101 |
Color Harmonies of #EC4BC9
Complementary color
Monochromatic Colors of #EC4BC9
Black with #EC4BC9
Text Example
Text Example
White with #EC4BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4BC9; }
p { color: rgb(236,75,201); }
H1.HeaderClassName
{
color: #EC4BC9;
}
.AnyTagClassName
{
color: #EC4BC9;
}
</style>
background-color css
<style>
a { background-color: #EC4BC9; }
a { background-color: rgb(236,75,201); }
div.DivClassName
{
background-color: #EC4BC9;
}
.BgClassName
{
background-color: #EC4BC9;
}
</style>
border-color css
<style>
span { border-color: #EC4BC9; }
span { border-color: rgb(236,75,201); }
td.TdClassName
{
border-color: #EC4BC9;
}
.TagClassName
{
border-color: #EC4BC9;
}
</style>