Html Css Color HEX #EC4CCF Free Speech Magenta
📋 copy color: '#EC4CCF'red 236 ◦ green 76 ◦ blue 207
Shades of Free Speech Magenta #EC4CCF
Tints of Free Speech Magenta #EC4CCF
RGB
CMYK
RGB Variations
Color information
#EC4CCF (or 0xEC4CCF) is known color: Free Speech Magenta. HEX triplet: EC, 4C and CF. RGB value is (236,76,207). Sum of RGB (Red+Green+Blue) = 236+76+207=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 76 (30.08% from 255 or 14.64% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4CCF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4CCF is #13B330. Grayscale: #8A8A8A. Windows color (decimal): -1291057 or 13585644. OLE color: 13585644.
HSL color Cylindrical-coordinate representation of color #EC4CCF: hue angle of 310.88º 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 #EC4CCF is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 207 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.07 |
| HSL | 310.88º | 0.81% | 0.61% | - |
| HSV(B) | 310.88º | 0.68% | 0.93% | - |
| XYZ | 48.44 | 27.51 | 61.79 | - |
| YUV | 138.77 | 166.51 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 207 | 0 | 0.68 | 0.12 | 0.07 | 310.88 | 0.81 | 0.61 |
| Hex | EC | 4C | CF | 0 | 44 | C | 7 | 137 | 51 | 3D |
| Octal | 354 | 114 | 317 | 0 | 104 | 14 | 7 | 467 | 121 | 75 |
| Binary | 11101100 | 1001100 | 11001111 | 0 | 1000100 | 1100 | 111 | 100110111 | 1010001 | 111101 |
Color Harmonies of #EC4CCF
Complementary color
Monochromatic Colors of #EC4CCF
Black with #EC4CCF
Text Example
Text Example
White with #EC4CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4CCF; }
p { color: rgb(236,76,207); }
H1.HeaderClassName
{
color: #EC4CCF;
}
.AnyTagClassName
{
color: #EC4CCF;
}
</style>
background-color css
<style>
a { background-color: #EC4CCF; }
a { background-color: rgb(236,76,207); }
div.DivClassName
{
background-color: #EC4CCF;
}
.BgClassName
{
background-color: #EC4CCF;
}
</style>
border-color css
<style>
span { border-color: #EC4CCF; }
span { border-color: rgb(236,76,207); }
td.TdClassName
{
border-color: #EC4CCF;
}
.TagClassName
{
border-color: #EC4CCF;
}
</style>