Html Css Color HEX #EC3DF1 Free Speech Magenta
📋 copy color: '#EC3DF1'red 236 ◦ green 61 ◦ blue 241
Shades of Free Speech Magenta #EC3DF1
Tints of Free Speech Magenta #EC3DF1
RGB
CMYK
RGB Variations
Color information
#EC3DF1 (or 0xEC3DF1) is known color: Free Speech Magenta. HEX triplet: EC, 3D and F1. RGB value is (236,61,241). Sum of RGB (Red+Green+Blue) = 236+61+241=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 61 (24.22% from 255 or 11.34% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC3DF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC3DF1 is #13C20E. Grayscale: #858585. Windows color (decimal): -1294863 or 15810028. OLE color: 15810028.
HSL color Cylindrical-coordinate representation of color #EC3DF1: hue angle of 298.33º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3DF1 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 61 | 241 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.05 |
| HSL | 298.33º | 0.87% | 0.59% | - |
| HSV(B) | 298.33º | 0.75% | 0.95% | - |
| XYZ | 52.14 | 27.52 | 85.78 | - |
| YUV | 133.85 | 188.48 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 61 | 241 | 0.02 | 0.75 | 0 | 0.05 | 298.33 | 0.87 | 0.59 |
| Hex | EC | 3D | F1 | 2 | 4B | 0 | 5 | 12A | 57 | 3B |
| Octal | 354 | 75 | 361 | 2 | 113 | 0 | 5 | 452 | 127 | 73 |
| Binary | 11101100 | 111101 | 11110001 | 10 | 1001011 | 0 | 101 | 100101010 | 1010111 | 111011 |
Color Harmonies of #EC3DF1
Complementary color
Monochromatic Colors of #EC3DF1
Black with #EC3DF1
Text Example
Text Example
White with #EC3DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3DF1; }
p { color: rgb(236,61,241); }
H1.HeaderClassName
{
color: #EC3DF1;
}
.AnyTagClassName
{
color: #EC3DF1;
}
</style>
background-color css
<style>
a { background-color: #EC3DF1; }
a { background-color: rgb(236,61,241); }
div.DivClassName
{
background-color: #EC3DF1;
}
.BgClassName
{
background-color: #EC3DF1;
}
</style>
border-color css
<style>
span { border-color: #EC3DF1; }
span { border-color: rgb(236,61,241); }
td.TdClassName
{
border-color: #EC3DF1;
}
.TagClassName
{
border-color: #EC3DF1;
}
</style>