Html Css Color HEX #EC4DF1 Free Speech Magenta
📋 copy color: '#EC4DF1'red 236 ◦ green 77 ◦ blue 241
Shades of Free Speech Magenta #EC4DF1
Tints of Free Speech Magenta #EC4DF1
RGB
CMYK
RGB Variations
Color information
#EC4DF1 (or 0xEC4DF1) is known color: Free Speech Magenta. HEX triplet: EC, 4D and F1. RGB value is (236,77,241). Sum of RGB (Red+Green+Blue) = 236+77+241=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 77 (30.47% from 255 or 13.90% from 554); Blue value is 241 (94.53% from 255 or 43.50% from 554); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC4DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC4DF1 is #13B20E. Grayscale: #8E8E8E. Windows color (decimal): -1290767 or 15814124. OLE color: 15814124.
HSL color Cylindrical-coordinate representation of color #EC4DF1: hue angle of 298.17º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC4DF1 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 77 | 241 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.05 |
| HSL | 298.17º | 0.85% | 0.62% | - |
| HSV(B) | 298.17º | 0.68% | 0.95% | - |
| XYZ | 53.12 | 29.49 | 86.11 | - |
| YUV | 143.24 | 183.18 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 241 | 0.02 | 0.68 | 0 | 0.05 | 298.17 | 0.85 | 0.62 |
| Hex | EC | 4D | F1 | 2 | 44 | 0 | 5 | 12A | 55 | 3E |
| Octal | 354 | 115 | 361 | 2 | 104 | 0 | 5 | 452 | 125 | 76 |
| Binary | 11101100 | 1001101 | 11110001 | 10 | 1000100 | 0 | 101 | 100101010 | 1010101 | 111110 |
Color Harmonies of #EC4DF1
Complementary color
Monochromatic Colors of #EC4DF1
Black with #EC4DF1
Text Example
Text Example
White with #EC4DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4DF1; }
p { color: rgb(236,77,241); }
H1.HeaderClassName
{
color: #EC4DF1;
}
.AnyTagClassName
{
color: #EC4DF1;
}
</style>
background-color css
<style>
a { background-color: #EC4DF1; }
a { background-color: rgb(236,77,241); }
div.DivClassName
{
background-color: #EC4DF1;
}
.BgClassName
{
background-color: #EC4DF1;
}
</style>
border-color css
<style>
span { border-color: #EC4DF1; }
span { border-color: rgb(236,77,241); }
td.TdClassName
{
border-color: #EC4DF1;
}
.TagClassName
{
border-color: #EC4DF1;
}
</style>