Html Css Color HEX #EC40F4 Free Speech Magenta
📋 copy color: '#EC40F4'red 236 ◦ green 64 ◦ blue 244
Shades of Free Speech Magenta #EC40F4
Tints of Free Speech Magenta #EC40F4
RGB
CMYK
RGB Variations
Color information
#EC40F4 (or 0xEC40F4) is known color: Free Speech Magenta. HEX triplet: EC, 40 and F4. RGB value is (236,64,244). Sum of RGB (Red+Green+Blue) = 236+64+244=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 64 (25.39% from 255 or 11.76% from 544); Blue value is 244 (95.70% from 255 or 44.85% from 544); Max value from RGB is 244 - color contains mainly: blue. Hex color #EC40F4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC40F4 is #13BF0B. Grayscale: #878787. Windows color (decimal): -1294092 or 16007404. OLE color: 16007404.
HSL color Cylindrical-coordinate representation of color #EC40F4: hue angle of 297.33º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC40F4 is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 64 | 244 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.04 |
| HSL | 297.33º | 0.89% | 0.6% | - |
| HSV(B) | 297.33º | 0.74% | 0.96% | - |
| XYZ | 52.75 | 28.03 | 88.22 | - |
| YUV | 135.95 | 188.98 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 64 | 244 | 0.03 | 0.74 | 0 | 0.04 | 297.33 | 0.89 | 0.6 |
| Hex | EC | 40 | F4 | 3 | 4A | 0 | 4 | 129 | 59 | 3C |
| Octal | 354 | 100 | 364 | 3 | 112 | 0 | 4 | 451 | 131 | 74 |
| Binary | 11101100 | 1000000 | 11110100 | 11 | 1001010 | 0 | 100 | 100101001 | 1011001 | 111100 |
Color Harmonies of #EC40F4
Complementary color
Monochromatic Colors of #EC40F4
Black with #EC40F4
Text Example
Text Example
White with #EC40F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC40F4; }
p { color: rgb(236,64,244); }
H1.HeaderClassName
{
color: #EC40F4;
}
.AnyTagClassName
{
color: #EC40F4;
}
</style>
background-color css
<style>
a { background-color: #EC40F4; }
a { background-color: rgb(236,64,244); }
div.DivClassName
{
background-color: #EC40F4;
}
.BgClassName
{
background-color: #EC40F4;
}
</style>
border-color css
<style>
span { border-color: #EC40F4; }
span { border-color: rgb(236,64,244); }
td.TdClassName
{
border-color: #EC40F4;
}
.TagClassName
{
border-color: #EC40F4;
}
</style>