Html Css Color HEX #EC37F0 Free Speech Magenta
📋 copy color: '#EC37F0'red 236 ◦ green 55 ◦ blue 240
Shades of Free Speech Magenta #EC37F0
Tints of Free Speech Magenta #EC37F0
RGB
CMYK
RGB Variations
Color information
#EC37F0 (or 0xEC37F0) is known color: Free Speech Magenta. HEX triplet: EC, 37 and F0. RGB value is (236,55,240). Sum of RGB (Red+Green+Blue) = 236+55+240=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 55 (21.88% from 255 or 10.36% from 531); Blue value is 240 (94.14% from 255 or 45.20% from 531); Max value from RGB is 240 - color contains mainly: blue. Hex color #EC37F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC37F0 is #13C80F. Grayscale: #818181. Windows color (decimal): -1296400 or 15742956. OLE color: 15742956.
HSL color Cylindrical-coordinate representation of color #EC37F0: hue angle of 298.7º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC37F0 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 55 | 240 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.06 |
| HSL | 298.7º | 0.86% | 0.58% | - |
| HSV(B) | 298.7º | 0.77% | 0.94% | - |
| XYZ | 51.69 | 26.86 | 84.9 | - |
| YUV | 130.21 | 189.97 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 55 | 240 | 0.02 | 0.77 | 0 | 0.06 | 298.7 | 0.86 | 0.58 |
| Hex | EC | 37 | F0 | 2 | 4D | 0 | 6 | 12B | 56 | 3A |
| Octal | 354 | 67 | 360 | 2 | 115 | 0 | 6 | 453 | 126 | 72 |
| Binary | 11101100 | 110111 | 11110000 | 10 | 1001101 | 0 | 110 | 100101011 | 1010110 | 111010 |
Color Harmonies of #EC37F0
Complementary color
Monochromatic Colors of #EC37F0
Black with #EC37F0
Text Example
Text Example
White with #EC37F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC37F0; }
p { color: rgb(236,55,240); }
H1.HeaderClassName
{
color: #EC37F0;
}
.AnyTagClassName
{
color: #EC37F0;
}
</style>
background-color css
<style>
a { background-color: #EC37F0; }
a { background-color: rgb(236,55,240); }
div.DivClassName
{
background-color: #EC37F0;
}
.BgClassName
{
background-color: #EC37F0;
}
</style>
border-color css
<style>
span { border-color: #EC37F0; }
span { border-color: rgb(236,55,240); }
td.TdClassName
{
border-color: #EC37F0;
}
.TagClassName
{
border-color: #EC37F0;
}
</style>