Html Css Color HEX #EC41F1 Free Speech Magenta
📋 copy color: '#EC41F1'red 236 ◦ green 65 ◦ blue 241
Shades of Free Speech Magenta #EC41F1
Tints of Free Speech Magenta #EC41F1
RGB
CMYK
RGB Variations
Color information
#EC41F1 (or 0xEC41F1) is known color: Free Speech Magenta. HEX triplet: EC, 41 and F1. RGB value is (236,65,241). Sum of RGB (Red+Green+Blue) = 236+65+241=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 65 (25.78% from 255 or 11.99% from 542); Blue value is 241 (94.53% from 255 or 44.46% from 542); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC41F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC41F1 is #13BE0E. Grayscale: #878787. Windows color (decimal): -1293839 or 15811052. OLE color: 15811052.
HSL color Cylindrical-coordinate representation of color #EC41F1: hue angle of 298.3º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC41F1 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 65 | 241 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.05 |
| HSL | 298.3º | 0.86% | 0.6% | - |
| HSV(B) | 298.3º | 0.73% | 0.95% | - |
| XYZ | 52.36 | 27.96 | 85.86 | - |
| YUV | 136.19 | 187.15 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 241 | 0.02 | 0.73 | 0 | 0.05 | 298.3 | 0.86 | 0.6 |
| Hex | EC | 41 | F1 | 2 | 49 | 0 | 5 | 12A | 56 | 3C |
| Octal | 354 | 101 | 361 | 2 | 111 | 0 | 5 | 452 | 126 | 74 |
| Binary | 11101100 | 1000001 | 11110001 | 10 | 1001001 | 0 | 101 | 100101010 | 1010110 | 111100 |
Color Harmonies of #EC41F1
Complementary color
Monochromatic Colors of #EC41F1
Black with #EC41F1
Text Example
Text Example
White with #EC41F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC41F1; }
p { color: rgb(236,65,241); }
H1.HeaderClassName
{
color: #EC41F1;
}
.AnyTagClassName
{
color: #EC41F1;
}
</style>
background-color css
<style>
a { background-color: #EC41F1; }
a { background-color: rgb(236,65,241); }
div.DivClassName
{
background-color: #EC41F1;
}
.BgClassName
{
background-color: #EC41F1;
}
</style>
border-color css
<style>
span { border-color: #EC41F1; }
span { border-color: rgb(236,65,241); }
td.TdClassName
{
border-color: #EC41F1;
}
.TagClassName
{
border-color: #EC41F1;
}
</style>