Html Css Color HEX #EC4BDC Free Speech Magenta
📋 copy color: '#EC4BDC'red 236 ◦ green 75 ◦ blue 220
Shades of Free Speech Magenta #EC4BDC
Tints of Free Speech Magenta #EC4BDC
RGB
CMYK
RGB Variations
Color information
#EC4BDC (or 0xEC4BDC) is known color: Free Speech Magenta. HEX triplet: EC, 4B and DC. RGB value is (236,75,220). Sum of RGB (Red+Green+Blue) = 236+75+220=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 75 (29.69% from 255 or 14.12% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4BDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4BDC is #13B423. Grayscale: #8B8B8B. Windows color (decimal): -1291300 or 14437356. OLE color: 14437356.
HSL color Cylindrical-coordinate representation of color #EC4BDC: hue angle of 305.96º 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 #EC4BDC is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 220 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.07 |
| HSL | 305.96º | 0.81% | 0.61% | - |
| HSV(B) | 305.96º | 0.68% | 0.93% | - |
| XYZ | 50.03 | 28.03 | 70.48 | - |
| YUV | 139.67 | 173.34 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 220 | 0 | 0.68 | 0.07 | 0.07 | 305.96 | 0.81 | 0.61 |
| Hex | EC | 4B | DC | 0 | 44 | 7 | 7 | 132 | 51 | 3D |
| Octal | 354 | 113 | 334 | 0 | 104 | 7 | 7 | 462 | 121 | 75 |
| Binary | 11101100 | 1001011 | 11011100 | 0 | 1000100 | 111 | 111 | 100110010 | 1010001 | 111101 |
Color Harmonies of #EC4BDC
Complementary color
Monochromatic Colors of #EC4BDC
Black with #EC4BDC
Text Example
Text Example
White with #EC4BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4BDC; }
p { color: rgb(236,75,220); }
H1.HeaderClassName
{
color: #EC4BDC;
}
.AnyTagClassName
{
color: #EC4BDC;
}
</style>
background-color css
<style>
a { background-color: #EC4BDC; }
a { background-color: rgb(236,75,220); }
div.DivClassName
{
background-color: #EC4BDC;
}
.BgClassName
{
background-color: #EC4BDC;
}
</style>
border-color css
<style>
span { border-color: #EC4BDC; }
span { border-color: rgb(236,75,220); }
td.TdClassName
{
border-color: #EC4BDC;
}
.TagClassName
{
border-color: #EC4BDC;
}
</style>