Html Css Color HEX #EC39F0 Free Speech Magenta
📋 copy color: '#EC39F0'red 236 ◦ green 57 ◦ blue 240
Shades of Free Speech Magenta #EC39F0
Tints of Free Speech Magenta #EC39F0
RGB
CMYK
RGB Variations
Color information
#EC39F0 (or 0xEC39F0) is known color: Free Speech Magenta. HEX triplet: EC, 39 and F0. RGB value is (236,57,240). Sum of RGB (Red+Green+Blue) = 236+57+240=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 57 (22.66% from 255 or 10.69% from 533); Blue value is 240 (94.14% from 255 or 45.03% from 533); Max value from RGB is 240 - color contains mainly: blue. Hex color #EC39F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC39F0 is #13C60F. Grayscale: #828282. Windows color (decimal): -1295888 or 15743468. OLE color: 15743468.
HSL color Cylindrical-coordinate representation of color #EC39F0: hue angle of 298.69º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC39F0 is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 57 | 240 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.06 |
| HSL | 298.69º | 0.86% | 0.58% | - |
| HSV(B) | 298.69º | 0.76% | 0.94% | - |
| XYZ | 51.78 | 27.05 | 84.93 | - |
| YUV | 131.38 | 189.3 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 57 | 240 | 0.02 | 0.76 | 0 | 0.06 | 298.69 | 0.86 | 0.58 |
| Hex | EC | 39 | F0 | 2 | 4C | 0 | 6 | 12B | 56 | 3A |
| Octal | 354 | 71 | 360 | 2 | 114 | 0 | 6 | 453 | 126 | 72 |
| Binary | 11101100 | 111001 | 11110000 | 10 | 1001100 | 0 | 110 | 100101011 | 1010110 | 111010 |
Color Harmonies of #EC39F0
Complementary color
Monochromatic Colors of #EC39F0
Black with #EC39F0
Text Example
Text Example
White with #EC39F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC39F0; }
p { color: rgb(236,57,240); }
H1.HeaderClassName
{
color: #EC39F0;
}
.AnyTagClassName
{
color: #EC39F0;
}
</style>
background-color css
<style>
a { background-color: #EC39F0; }
a { background-color: rgb(236,57,240); }
div.DivClassName
{
background-color: #EC39F0;
}
.BgClassName
{
background-color: #EC39F0;
}
</style>
border-color css
<style>
span { border-color: #EC39F0; }
span { border-color: rgb(236,57,240); }
td.TdClassName
{
border-color: #EC39F0;
}
.TagClassName
{
border-color: #EC39F0;
}
</style>