Html Css Color HEX #EC4FCB Free Speech Magenta
📋 copy color: '#EC4FCB'red 236 ◦ green 79 ◦ blue 203
Shades of Free Speech Magenta #EC4FCB
Tints of Free Speech Magenta #EC4FCB
RGB
CMYK
RGB Variations
Color information
#EC4FCB (or 0xEC4FCB) is known color: Free Speech Magenta. HEX triplet: EC, 4F and CB. RGB value is (236,79,203). Sum of RGB (Red+Green+Blue) = 236+79+203=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 79 (31.25% from 255 or 15.25% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4FCB is #13B034. Grayscale: #8B8B8B. Windows color (decimal): -1290293 or 13324268. OLE color: 13324268.
HSL color Cylindrical-coordinate representation of color #EC4FCB: hue angle of 312.61º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4FCB is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 203 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.07 |
| HSL | 312.61º | 0.81% | 0.62% | - |
| HSV(B) | 312.61º | 0.67% | 0.93% | - |
| XYZ | 48.17 | 27.74 | 59.31 | - |
| YUV | 140.08 | 163.51 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 203 | 0 | 0.67 | 0.14 | 0.07 | 312.61 | 0.81 | 0.62 |
| Hex | EC | 4F | CB | 0 | 43 | E | 7 | 139 | 51 | 3E |
| Octal | 354 | 117 | 313 | 0 | 103 | 16 | 7 | 471 | 121 | 76 |
| Binary | 11101100 | 1001111 | 11001011 | 0 | 1000011 | 1110 | 111 | 100111001 | 1010001 | 111110 |
Color Harmonies of #EC4FCB
Complementary color
Monochromatic Colors of #EC4FCB
Black with #EC4FCB
Text Example
Text Example
White with #EC4FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4FCB; }
p { color: rgb(236,79,203); }
H1.HeaderClassName
{
color: #EC4FCB;
}
.AnyTagClassName
{
color: #EC4FCB;
}
</style>
background-color css
<style>
a { background-color: #EC4FCB; }
a { background-color: rgb(236,79,203); }
div.DivClassName
{
background-color: #EC4FCB;
}
.BgClassName
{
background-color: #EC4FCB;
}
</style>
border-color css
<style>
span { border-color: #EC4FCB; }
span { border-color: rgb(236,79,203); }
td.TdClassName
{
border-color: #EC4FCB;
}
.TagClassName
{
border-color: #EC4FCB;
}
</style>