Html Css Color HEX #EC49D4 Free Speech Magenta
📋 copy color: '#EC49D4'red 236 ◦ green 73 ◦ blue 212
Shades of Free Speech Magenta #EC49D4
Tints of Free Speech Magenta #EC49D4
RGB
CMYK
RGB Variations
Color information
#EC49D4 (or 0xEC49D4) is known color: Free Speech Magenta. HEX triplet: EC, 49 and D4. RGB value is (236,73,212). Sum of RGB (Red+Green+Blue) = 236+73+212=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 73 (28.91% from 255 or 14.01% from 521); Blue value is 212 (83.20% from 255 or 40.69% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC49D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC49D4 is #13B62B. Grayscale: #898989. Windows color (decimal): -1291820 or 13912556. OLE color: 13912556.
HSL color Cylindrical-coordinate representation of color #EC49D4: hue angle of 308.83º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC49D4 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 73 | 212 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.07 |
| HSL | 308.83º | 0.81% | 0.61% | - |
| HSV(B) | 308.83º | 0.69% | 0.93% | - |
| XYZ | 48.86 | 27.35 | 64.99 | - |
| YUV | 137.58 | 170 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 73 | 212 | 0 | 0.69 | 0.10 | 0.07 | 308.83 | 0.81 | 0.61 |
| Hex | EC | 49 | D4 | 0 | 45 | A | 7 | 135 | 51 | 3D |
| Octal | 354 | 111 | 324 | 0 | 105 | 12 | 7 | 465 | 121 | 75 |
| Binary | 11101100 | 1001001 | 11010100 | 0 | 1000101 | 1010 | 111 | 100110101 | 1010001 | 111101 |
Color Harmonies of #EC49D4
Complementary color
Monochromatic Colors of #EC49D4
Black with #EC49D4
Text Example
Text Example
White with #EC49D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC49D4; }
p { color: rgb(236,73,212); }
H1.HeaderClassName
{
color: #EC49D4;
}
.AnyTagClassName
{
color: #EC49D4;
}
</style>
background-color css
<style>
a { background-color: #EC49D4; }
a { background-color: rgb(236,73,212); }
div.DivClassName
{
background-color: #EC49D4;
}
.BgClassName
{
background-color: #EC49D4;
}
</style>
border-color css
<style>
span { border-color: #EC49D4; }
span { border-color: rgb(236,73,212); }
td.TdClassName
{
border-color: #EC49D4;
}
.TagClassName
{
border-color: #EC49D4;
}
</style>