Html Css Color HEX #EC47E1 Free Speech Magenta
📋 copy color: '#EC47E1'red 236 ◦ green 71 ◦ blue 225
Shades of Free Speech Magenta #EC47E1
Tints of Free Speech Magenta #EC47E1
RGB
CMYK
RGB Variations
Color information
#EC47E1 (or 0xEC47E1) is known color: Free Speech Magenta. HEX triplet: EC, 47 and E1. RGB value is (236,71,225). Sum of RGB (Red+Green+Blue) = 236+71+225=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 71 (28.12% from 255 or 13.35% from 532); Blue value is 225 (88.28% from 255 or 42.29% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #EC47E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC47E1 is #13B81E. Grayscale: #898989. Windows color (decimal): -1292319 or 14764012. OLE color: 14764012.
HSL color Cylindrical-coordinate representation of color #EC47E1: hue angle of 304º 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 #EC47E1 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 225 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.07 |
| HSL | 304º | 0.81% | 0.6% | - |
| HSV(B) | 304º | 0.7% | 0.93% | - |
| XYZ | 50.44 | 27.78 | 73.94 | - |
| YUV | 137.89 | 177.16 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 225 | 0 | 0.70 | 0.05 | 0.07 | 304 | 0.81 | 0.6 |
| Hex | EC | 47 | E1 | 0 | 46 | 5 | 7 | 130 | 51 | 3C |
| Octal | 354 | 107 | 341 | 0 | 106 | 5 | 7 | 460 | 121 | 74 |
| Binary | 11101100 | 1000111 | 11100001 | 0 | 1000110 | 101 | 111 | 100110000 | 1010001 | 111100 |
Color Harmonies of #EC47E1
Complementary color
Monochromatic Colors of #EC47E1
Black with #EC47E1
Text Example
Text Example
White with #EC47E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC47E1; }
p { color: rgb(236,71,225); }
H1.HeaderClassName
{
color: #EC47E1;
}
.AnyTagClassName
{
color: #EC47E1;
}
</style>
background-color css
<style>
a { background-color: #EC47E1; }
a { background-color: rgb(236,71,225); }
div.DivClassName
{
background-color: #EC47E1;
}
.BgClassName
{
background-color: #EC47E1;
}
</style>
border-color css
<style>
span { border-color: #EC47E1; }
span { border-color: rgb(236,71,225); }
td.TdClassName
{
border-color: #EC47E1;
}
.TagClassName
{
border-color: #EC47E1;
}
</style>