Html Css Color HEX #EC47EA Free Speech Magenta
📋 copy color: '#EC47EA'red 236 ◦ green 71 ◦ blue 234
Shades of Free Speech Magenta #EC47EA
Tints of Free Speech Magenta #EC47EA
RGB
CMYK
RGB Variations
Color information
#EC47EA (or 0xEC47EA) is known color: Free Speech Magenta. HEX triplet: EC, 47 and EA. RGB value is (236,71,234). Sum of RGB (Red+Green+Blue) = 236+71+234=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 71 (28.12% from 255 or 13.12% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #EC47EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC47EA is #13B815. Grayscale: #8A8A8A. Windows color (decimal): -1292310 or 15353836. OLE color: 15353836.
HSL color Cylindrical-coordinate representation of color #EC47EA: hue angle of 300.73º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC47EA is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 234 | - |
| CMYK | 0 | 0.70 | 0.01 | 0.07 |
| HSL | 300.73º | 0.81% | 0.6% | - |
| HSV(B) | 300.73º | 0.7% | 0.93% | - |
| XYZ | 51.7 | 28.28 | 80.58 | - |
| YUV | 138.92 | 181.66 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 234 | 0 | 0.70 | 0.01 | 0.07 | 300.73 | 0.81 | 0.6 |
| Hex | EC | 47 | EA | 0 | 46 | 1 | 7 | 12D | 51 | 3C |
| Octal | 354 | 107 | 352 | 0 | 106 | 1 | 7 | 455 | 121 | 74 |
| Binary | 11101100 | 1000111 | 11101010 | 0 | 1000110 | 1 | 111 | 100101101 | 1010001 | 111100 |
Color Harmonies of #EC47EA
Complementary color
Monochromatic Colors of #EC47EA
Black with #EC47EA
Text Example
Text Example
White with #EC47EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC47EA; }
p { color: rgb(236,71,234); }
H1.HeaderClassName
{
color: #EC47EA;
}
.AnyTagClassName
{
color: #EC47EA;
}
</style>
background-color css
<style>
a { background-color: #EC47EA; }
a { background-color: rgb(236,71,234); }
div.DivClassName
{
background-color: #EC47EA;
}
.BgClassName
{
background-color: #EC47EA;
}
</style>
border-color css
<style>
span { border-color: #EC47EA; }
span { border-color: rgb(236,71,234); }
td.TdClassName
{
border-color: #EC47EA;
}
.TagClassName
{
border-color: #EC47EA;
}
</style>