Html Css Color HEX #EC49DD Free Speech Magenta
📋 copy color: '#EC49DD'red 236 ◦ green 73 ◦ blue 221
Shades of Free Speech Magenta #EC49DD
Tints of Free Speech Magenta #EC49DD
RGB
CMYK
RGB Variations
Color information
#EC49DD (or 0xEC49DD) is known color: Free Speech Magenta. HEX triplet: EC, 49 and DD. RGB value is (236,73,221). Sum of RGB (Red+Green+Blue) = 236+73+221=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 73 (28.91% from 255 or 13.77% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #EC49DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC49DD is #13B622. Grayscale: #8A8A8A. Windows color (decimal): -1291811 or 14502380. OLE color: 14502380.
HSL color Cylindrical-coordinate representation of color #EC49DD: hue angle of 305.52º 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 #EC49DD is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 73 | 221 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.07 |
| HSL | 305.52º | 0.81% | 0.61% | - |
| HSV(B) | 305.52º | 0.69% | 0.93% | - |
| XYZ | 50.03 | 27.82 | 71.14 | - |
| YUV | 138.61 | 174.5 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 73 | 221 | 0 | 0.69 | 0.06 | 0.07 | 305.52 | 0.81 | 0.61 |
| Hex | EC | 49 | DD | 0 | 45 | 6 | 7 | 132 | 51 | 3D |
| Octal | 354 | 111 | 335 | 0 | 105 | 6 | 7 | 462 | 121 | 75 |
| Binary | 11101100 | 1001001 | 11011101 | 0 | 1000101 | 110 | 111 | 100110010 | 1010001 | 111101 |
Color Harmonies of #EC49DD
Complementary color
Monochromatic Colors of #EC49DD
Black with #EC49DD
Text Example
Text Example
White with #EC49DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC49DD; }
p { color: rgb(236,73,221); }
H1.HeaderClassName
{
color: #EC49DD;
}
.AnyTagClassName
{
color: #EC49DD;
}
</style>
background-color css
<style>
a { background-color: #EC49DD; }
a { background-color: rgb(236,73,221); }
div.DivClassName
{
background-color: #EC49DD;
}
.BgClassName
{
background-color: #EC49DD;
}
</style>
border-color css
<style>
span { border-color: #EC49DD; }
span { border-color: rgb(236,73,221); }
td.TdClassName
{
border-color: #EC49DD;
}
.TagClassName
{
border-color: #EC49DD;
}
</style>