Html Css Color HEX #EC47E5 Free Speech Magenta
📋 copy color: '#EC47E5'red 236 ◦ green 71 ◦ blue 229
Shades of Free Speech Magenta #EC47E5
Tints of Free Speech Magenta #EC47E5
RGB
CMYK
RGB Variations
Color information
#EC47E5 (or 0xEC47E5) is known color: Free Speech Magenta. HEX triplet: EC, 47 and E5. RGB value is (236,71,229). Sum of RGB (Red+Green+Blue) = 236+71+229=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 71 (28.12% from 255 or 13.25% from 536); Blue value is 229 (89.84% from 255 or 42.72% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #EC47E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC47E5 is #13B81A. Grayscale: #898989. Windows color (decimal): -1292315 or 15026156. OLE color: 15026156.
HSL color Cylindrical-coordinate representation of color #EC47E5: hue angle of 302.55º 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 #EC47E5 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 229 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.07 |
| HSL | 302.55º | 0.81% | 0.6% | - |
| HSV(B) | 302.55º | 0.7% | 0.93% | - |
| XYZ | 50.99 | 28 | 76.85 | - |
| YUV | 138.35 | 179.16 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 229 | 0 | 0.70 | 0.03 | 0.07 | 302.55 | 0.81 | 0.6 |
| Hex | EC | 47 | E5 | 0 | 46 | 3 | 7 | 12F | 51 | 3C |
| Octal | 354 | 107 | 345 | 0 | 106 | 3 | 7 | 457 | 121 | 74 |
| Binary | 11101100 | 1000111 | 11100101 | 0 | 1000110 | 11 | 111 | 100101111 | 1010001 | 111100 |
Color Harmonies of #EC47E5
Complementary color
Monochromatic Colors of #EC47E5
Black with #EC47E5
Text Example
Text Example
White with #EC47E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC47E5; }
p { color: rgb(236,71,229); }
H1.HeaderClassName
{
color: #EC47E5;
}
.AnyTagClassName
{
color: #EC47E5;
}
</style>
background-color css
<style>
a { background-color: #EC47E5; }
a { background-color: rgb(236,71,229); }
div.DivClassName
{
background-color: #EC47E5;
}
.BgClassName
{
background-color: #EC47E5;
}
</style>
border-color css
<style>
span { border-color: #EC47E5; }
span { border-color: rgb(236,71,229); }
td.TdClassName
{
border-color: #EC47E5;
}
.TagClassName
{
border-color: #EC47E5;
}
</style>