Html Css Color HEX #EC47E2 Free Speech Magenta
📋 copy color: '#EC47E2'red 236 ◦ green 71 ◦ blue 226
Shades of Free Speech Magenta #EC47E2
Tints of Free Speech Magenta #EC47E2
RGB
CMYK
RGB Variations
Color information
#EC47E2 (or 0xEC47E2) is known color: Free Speech Magenta. HEX triplet: EC, 47 and E2. RGB value is (236,71,226). Sum of RGB (Red+Green+Blue) = 236+71+226=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 71 (28.12% from 255 or 13.32% from 533); Blue value is 226 (88.67% from 255 or 42.40% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #EC47E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC47E2 is #13B81D. Grayscale: #898989. Windows color (decimal): -1292318 or 14829548. OLE color: 14829548.
HSL color Cylindrical-coordinate representation of color #EC47E2: hue angle of 303.64º 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 #EC47E2 is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 226 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.07 |
| HSL | 303.64º | 0.81% | 0.6% | - |
| HSV(B) | 303.64º | 0.7% | 0.93% | - |
| XYZ | 50.57 | 27.83 | 74.66 | - |
| YUV | 138.01 | 177.66 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 226 | 0 | 0.70 | 0.04 | 0.07 | 303.64 | 0.81 | 0.6 |
| Hex | EC | 47 | E2 | 0 | 46 | 4 | 7 | 130 | 51 | 3C |
| Octal | 354 | 107 | 342 | 0 | 106 | 4 | 7 | 460 | 121 | 74 |
| Binary | 11101100 | 1000111 | 11100010 | 0 | 1000110 | 100 | 111 | 100110000 | 1010001 | 111100 |
Color Harmonies of #EC47E2
Complementary color
Monochromatic Colors of #EC47E2
Black with #EC47E2
Text Example
Text Example
White with #EC47E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC47E2; }
p { color: rgb(236,71,226); }
H1.HeaderClassName
{
color: #EC47E2;
}
.AnyTagClassName
{
color: #EC47E2;
}
</style>
background-color css
<style>
a { background-color: #EC47E2; }
a { background-color: rgb(236,71,226); }
div.DivClassName
{
background-color: #EC47E2;
}
.BgClassName
{
background-color: #EC47E2;
}
</style>
border-color css
<style>
span { border-color: #EC47E2; }
span { border-color: rgb(236,71,226); }
td.TdClassName
{
border-color: #EC47E2;
}
.TagClassName
{
border-color: #EC47E2;
}
</style>