Html Css Color HEX #EC4EF1 Free Speech Magenta
📋 copy color: '#EC4EF1'red 236 ◦ green 78 ◦ blue 241
Shades of Free Speech Magenta #EC4EF1
Tints of Free Speech Magenta #EC4EF1
RGB
CMYK
RGB Variations
Color information
#EC4EF1 (or 0xEC4EF1) is known color: Free Speech Magenta. HEX triplet: EC, 4E and F1. RGB value is (236,78,241). Sum of RGB (Red+Green+Blue) = 236+78+241=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 78 (30.86% from 255 or 14.05% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC4EF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC4EF1 is #13B10E. Grayscale: #8F8F8F. Windows color (decimal): -1290511 or 15814380. OLE color: 15814380.
HSL color Cylindrical-coordinate representation of color #EC4EF1: hue angle of 298.16º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC4EF1 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 78 | 241 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.05 |
| HSL | 298.16º | 0.85% | 0.63% | - |
| HSV(B) | 298.16º | 0.68% | 0.95% | - |
| XYZ | 53.19 | 29.63 | 86.14 | - |
| YUV | 143.82 | 182.85 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 78 | 241 | 0.02 | 0.68 | 0 | 0.05 | 298.16 | 0.85 | 0.63 |
| Hex | EC | 4E | F1 | 2 | 44 | 0 | 5 | 12A | 55 | 3F |
| Octal | 354 | 116 | 361 | 2 | 104 | 0 | 5 | 452 | 125 | 77 |
| Binary | 11101100 | 1001110 | 11110001 | 10 | 1000100 | 0 | 101 | 100101010 | 1010101 | 111111 |
Color Harmonies of #EC4EF1
Complementary color
Monochromatic Colors of #EC4EF1
Black with #EC4EF1
Text Example
Text Example
White with #EC4EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4EF1; }
p { color: rgb(236,78,241); }
H1.HeaderClassName
{
color: #EC4EF1;
}
.AnyTagClassName
{
color: #EC4EF1;
}
</style>
background-color css
<style>
a { background-color: #EC4EF1; }
a { background-color: rgb(236,78,241); }
div.DivClassName
{
background-color: #EC4EF1;
}
.BgClassName
{
background-color: #EC4EF1;
}
</style>
border-color css
<style>
span { border-color: #EC4EF1; }
span { border-color: rgb(236,78,241); }
td.TdClassName
{
border-color: #EC4EF1;
}
.TagClassName
{
border-color: #EC4EF1;
}
</style>