Html Css Color HEX #EC4CCD Free Speech Magenta
📋 copy color: '#EC4CCD'red 236 ◦ green 76 ◦ blue 205
Shades of Free Speech Magenta #EC4CCD
Tints of Free Speech Magenta #EC4CCD
RGB
CMYK
RGB Variations
Color information
#EC4CCD (or 0xEC4CCD) is known color: Free Speech Magenta. HEX triplet: EC, 4C and CD. RGB value is (236,76,205). Sum of RGB (Red+Green+Blue) = 236+76+205=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 76 (30.08% from 255 or 14.70% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4CCD is #13B332. Grayscale: #8A8A8A. Windows color (decimal): -1291059 or 13454572. OLE color: 13454572.
HSL color Cylindrical-coordinate representation of color #EC4CCD: hue angle of 311.62º 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 #EC4CCD is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 205 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.07 |
| HSL | 311.63º | 0.81% | 0.61% | - |
| HSV(B) | 311.63º | 0.68% | 0.93% | - |
| XYZ | 48.2 | 27.41 | 60.51 | - |
| YUV | 138.55 | 165.51 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 205 | 0 | 0.68 | 0.13 | 0.07 | 311.63 | 0.81 | 0.61 |
| Hex | EC | 4C | CD | 0 | 44 | D | 7 | 138 | 51 | 3D |
| Octal | 354 | 114 | 315 | 0 | 104 | 15 | 7 | 470 | 121 | 75 |
| Binary | 11101100 | 1001100 | 11001101 | 0 | 1000100 | 1101 | 111 | 100111000 | 1010001 | 111101 |
Color Harmonies of #EC4CCD
Complementary color
Monochromatic Colors of #EC4CCD
Black with #EC4CCD
Text Example
Text Example
White with #EC4CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4CCD; }
p { color: rgb(236,76,205); }
H1.HeaderClassName
{
color: #EC4CCD;
}
.AnyTagClassName
{
color: #EC4CCD;
}
</style>
background-color css
<style>
a { background-color: #EC4CCD; }
a { background-color: rgb(236,76,205); }
div.DivClassName
{
background-color: #EC4CCD;
}
.BgClassName
{
background-color: #EC4CCD;
}
</style>
border-color css
<style>
span { border-color: #EC4CCD; }
span { border-color: rgb(236,76,205); }
td.TdClassName
{
border-color: #EC4CCD;
}
.TagClassName
{
border-color: #EC4CCD;
}
</style>