Html Css Color HEX #EC4CCC Free Speech Magenta
📋 copy color: '#EC4CCC'red 236 ◦ green 76 ◦ blue 204
Shades of Free Speech Magenta #EC4CCC
Tints of Free Speech Magenta #EC4CCC
RGB
CMYK
RGB Variations
Color information
#EC4CCC (or 0xEC4CCC) is known color: Free Speech Magenta. HEX triplet: EC, 4C and CC. RGB value is (236,76,204). Sum of RGB (Red+Green+Blue) = 236+76+204=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 76 (30.08% from 255 or 14.73% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4CCC is #13B333. Grayscale: #8A8A8A. Windows color (decimal): -1291060 or 13389036. OLE color: 13389036.
HSL color Cylindrical-coordinate representation of color #EC4CCC: hue angle of 312º 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 #EC4CCC is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 204 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.07 |
| HSL | 312º | 0.81% | 0.61% | - |
| HSV(B) | 312º | 0.68% | 0.93% | - |
| XYZ | 48.08 | 27.36 | 59.87 | - |
| YUV | 138.43 | 165.01 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 204 | 0 | 0.68 | 0.14 | 0.07 | 312 | 0.81 | 0.61 |
| Hex | EC | 4C | CC | 0 | 44 | E | 7 | 138 | 51 | 3D |
| Octal | 354 | 114 | 314 | 0 | 104 | 16 | 7 | 470 | 121 | 75 |
| Binary | 11101100 | 1001100 | 11001100 | 0 | 1000100 | 1110 | 111 | 100111000 | 1010001 | 111101 |
Color Harmonies of #EC4CCC
Complementary color
Monochromatic Colors of #EC4CCC
Black with #EC4CCC
Text Example
Text Example
White with #EC4CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4CCC; }
p { color: rgb(236,76,204); }
H1.HeaderClassName
{
color: #EC4CCC;
}
.AnyTagClassName
{
color: #EC4CCC;
}
</style>
background-color css
<style>
a { background-color: #EC4CCC; }
a { background-color: rgb(236,76,204); }
div.DivClassName
{
background-color: #EC4CCC;
}
.BgClassName
{
background-color: #EC4CCC;
}
</style>
border-color css
<style>
span { border-color: #EC4CCC; }
span { border-color: rgb(236,76,204); }
td.TdClassName
{
border-color: #EC4CCC;
}
.TagClassName
{
border-color: #EC4CCC;
}
</style>