Html Css Color HEX #EC49D7 Free Speech Magenta
📋 copy color: '#EC49D7'red 236 ◦ green 73 ◦ blue 215
Shades of Free Speech Magenta #EC49D7
Tints of Free Speech Magenta #EC49D7
RGB
CMYK
RGB Variations
Color information
#EC49D7 (or 0xEC49D7) is known color: Free Speech Magenta. HEX triplet: EC, 49 and D7. RGB value is (236,73,215). Sum of RGB (Red+Green+Blue) = 236+73+215=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 73 (28.91% from 255 or 13.93% from 524); Blue value is 215 (84.38% from 255 or 41.03% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #EC49D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC49D7 is #13B628. Grayscale: #898989. Windows color (decimal): -1291817 or 14109164. OLE color: 14109164.
HSL color Cylindrical-coordinate representation of color #EC49D7: hue angle of 307.73º 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 #EC49D7 is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 73 | 215 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.07 |
| HSL | 307.73º | 0.81% | 0.61% | - |
| HSV(B) | 307.73º | 0.69% | 0.93% | - |
| XYZ | 49.24 | 27.5 | 67 | - |
| YUV | 137.93 | 171.5 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 73 | 215 | 0 | 0.69 | 0.09 | 0.07 | 307.73 | 0.81 | 0.61 |
| Hex | EC | 49 | D7 | 0 | 45 | 9 | 7 | 134 | 51 | 3D |
| Octal | 354 | 111 | 327 | 0 | 105 | 11 | 7 | 464 | 121 | 75 |
| Binary | 11101100 | 1001001 | 11010111 | 0 | 1000101 | 1001 | 111 | 100110100 | 1010001 | 111101 |
Color Harmonies of #EC49D7
Complementary color
Monochromatic Colors of #EC49D7
Black with #EC49D7
Text Example
Text Example
White with #EC49D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC49D7; }
p { color: rgb(236,73,215); }
H1.HeaderClassName
{
color: #EC49D7;
}
.AnyTagClassName
{
color: #EC49D7;
}
</style>
background-color css
<style>
a { background-color: #EC49D7; }
a { background-color: rgb(236,73,215); }
div.DivClassName
{
background-color: #EC49D7;
}
.BgClassName
{
background-color: #EC49D7;
}
</style>
border-color css
<style>
span { border-color: #EC49D7; }
span { border-color: rgb(236,73,215); }
td.TdClassName
{
border-color: #EC49D7;
}
.TagClassName
{
border-color: #EC49D7;
}
</style>