Html Css Color HEX #EC4DCB Free Speech Magenta
📋 copy color: '#EC4DCB'red 236 ◦ green 77 ◦ blue 203
Shades of Free Speech Magenta #EC4DCB
Tints of Free Speech Magenta #EC4DCB
RGB
CMYK
RGB Variations
Color information
#EC4DCB (or 0xEC4DCB) is known color: Free Speech Magenta. HEX triplet: EC, 4D and CB. RGB value is (236,77,203). Sum of RGB (Red+Green+Blue) = 236+77+203=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 77 (30.47% from 255 or 14.92% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4DCB is #13B234. Grayscale: #8A8A8A. Windows color (decimal): -1290805 or 13323756. OLE color: 13323756.
HSL color Cylindrical-coordinate representation of color #EC4DCB: hue angle of 312.45º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4DCB is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 203 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.07 |
| HSL | 312.45º | 0.81% | 0.61% | - |
| HSV(B) | 312.45º | 0.67% | 0.93% | - |
| XYZ | 48.03 | 27.45 | 59.27 | - |
| YUV | 138.91 | 164.18 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 203 | 0 | 0.67 | 0.14 | 0.07 | 312.45 | 0.81 | 0.61 |
| Hex | EC | 4D | CB | 0 | 43 | E | 7 | 138 | 51 | 3D |
| Octal | 354 | 115 | 313 | 0 | 103 | 16 | 7 | 470 | 121 | 75 |
| Binary | 11101100 | 1001101 | 11001011 | 0 | 1000011 | 1110 | 111 | 100111000 | 1010001 | 111101 |
Color Harmonies of #EC4DCB
Complementary color
Monochromatic Colors of #EC4DCB
Black with #EC4DCB
Text Example
Text Example
White with #EC4DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4DCB; }
p { color: rgb(236,77,203); }
H1.HeaderClassName
{
color: #EC4DCB;
}
.AnyTagClassName
{
color: #EC4DCB;
}
</style>
background-color css
<style>
a { background-color: #EC4DCB; }
a { background-color: rgb(236,77,203); }
div.DivClassName
{
background-color: #EC4DCB;
}
.BgClassName
{
background-color: #EC4DCB;
}
</style>
border-color css
<style>
span { border-color: #EC4DCB; }
span { border-color: rgb(236,77,203); }
td.TdClassName
{
border-color: #EC4DCB;
}
.TagClassName
{
border-color: #EC4DCB;
}
</style>