Html Css Color HEX #EC49EA Free Speech Magenta
📋 copy color: '#EC49EA'red 236 ◦ green 73 ◦ blue 234
Shades of Free Speech Magenta #EC49EA
Tints of Free Speech Magenta #EC49EA
RGB
CMYK
RGB Variations
Color information
#EC49EA (or 0xEC49EA) is known color: Free Speech Magenta. HEX triplet: EC, 49 and EA. RGB value is (236,73,234). Sum of RGB (Red+Green+Blue) = 236+73+234=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 73 (28.91% from 255 or 13.44% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #EC49EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC49EA is #13B615. Grayscale: #8B8B8B. Windows color (decimal): -1291798 or 15354348. OLE color: 15354348.
HSL color Cylindrical-coordinate representation of color #EC49EA: hue angle of 300.74º 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 #EC49EA is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 73 | 234 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.07 |
| HSL | 300.74º | 0.81% | 0.61% | - |
| HSV(B) | 300.74º | 0.69% | 0.93% | - |
| XYZ | 51.83 | 28.54 | 80.62 | - |
| YUV | 140.09 | 181 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 73 | 234 | 0 | 0.69 | 0.01 | 0.07 | 300.74 | 0.81 | 0.61 |
| Hex | EC | 49 | EA | 0 | 45 | 1 | 7 | 12D | 51 | 3D |
| Octal | 354 | 111 | 352 | 0 | 105 | 1 | 7 | 455 | 121 | 75 |
| Binary | 11101100 | 1001001 | 11101010 | 0 | 1000101 | 1 | 111 | 100101101 | 1010001 | 111101 |
Color Harmonies of #EC49EA
Complementary color
Monochromatic Colors of #EC49EA
Black with #EC49EA
Text Example
Text Example
White with #EC49EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC49EA; }
p { color: rgb(236,73,234); }
H1.HeaderClassName
{
color: #EC49EA;
}
.AnyTagClassName
{
color: #EC49EA;
}
</style>
background-color css
<style>
a { background-color: #EC49EA; }
a { background-color: rgb(236,73,234); }
div.DivClassName
{
background-color: #EC49EA;
}
.BgClassName
{
background-color: #EC49EA;
}
</style>
border-color css
<style>
span { border-color: #EC49EA; }
span { border-color: rgb(236,73,234); }
td.TdClassName
{
border-color: #EC49EA;
}
.TagClassName
{
border-color: #EC49EA;
}
</style>