Html Css Color HEX #EC4DDC Free Speech Magenta
📋 copy color: '#EC4DDC'red 236 ◦ green 77 ◦ blue 220
Shades of Free Speech Magenta #EC4DDC
Tints of Free Speech Magenta #EC4DDC
RGB
CMYK
RGB Variations
Color information
#EC4DDC (or 0xEC4DDC) is known color: Free Speech Magenta. HEX triplet: EC, 4D and DC. RGB value is (236,77,220). Sum of RGB (Red+Green+Blue) = 236+77+220=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 77 (30.47% from 255 or 14.45% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4DDC is #13B223. Grayscale: #8C8C8C. Windows color (decimal): -1290788 or 14437868. OLE color: 14437868.
HSL color Cylindrical-coordinate representation of color #EC4DDC: hue angle of 306.04º 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 #EC4DDC is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 220 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.07 |
| HSL | 306.04º | 0.81% | 0.61% | - |
| HSV(B) | 306.04º | 0.67% | 0.93% | - |
| XYZ | 50.16 | 28.31 | 70.53 | - |
| YUV | 140.84 | 172.68 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 220 | 0 | 0.67 | 0.07 | 0.07 | 306.04 | 0.81 | 0.61 |
| Hex | EC | 4D | DC | 0 | 43 | 7 | 7 | 132 | 51 | 3D |
| Octal | 354 | 115 | 334 | 0 | 103 | 7 | 7 | 462 | 121 | 75 |
| Binary | 11101100 | 1001101 | 11011100 | 0 | 1000011 | 111 | 111 | 100110010 | 1010001 | 111101 |
Color Harmonies of #EC4DDC
Complementary color
Monochromatic Colors of #EC4DDC
Black with #EC4DDC
Text Example
Text Example
White with #EC4DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4DDC; }
p { color: rgb(236,77,220); }
H1.HeaderClassName
{
color: #EC4DDC;
}
.AnyTagClassName
{
color: #EC4DDC;
}
</style>
background-color css
<style>
a { background-color: #EC4DDC; }
a { background-color: rgb(236,77,220); }
div.DivClassName
{
background-color: #EC4DDC;
}
.BgClassName
{
background-color: #EC4DDC;
}
</style>
border-color css
<style>
span { border-color: #EC4DDC; }
span { border-color: rgb(236,77,220); }
td.TdClassName
{
border-color: #EC4DDC;
}
.TagClassName
{
border-color: #EC4DDC;
}
</style>