Html Css Color HEX #EC4DF0 Free Speech Magenta
📋 copy color: '#EC4DF0'red 236 ◦ green 77 ◦ blue 240
Shades of Free Speech Magenta #EC4DF0
Tints of Free Speech Magenta #EC4DF0
RGB
CMYK
RGB Variations
Color information
#EC4DF0 (or 0xEC4DF0) is known color: Free Speech Magenta. HEX triplet: EC, 4D and F0. RGB value is (236,77,240). Sum of RGB (Red+Green+Blue) = 236+77+240=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 77 (30.47% from 255 or 13.92% from 553); Blue value is 240 (94.14% from 255 or 43.40% from 553); Max value from RGB is 240 - color contains mainly: blue. Hex color #EC4DF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC4DF0 is #13B20F. Grayscale: #8E8E8E. Windows color (decimal): -1290768 or 15748588. OLE color: 15748588.
HSL color Cylindrical-coordinate representation of color #EC4DF0: hue angle of 298.53º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC4DF0 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 77 | 240 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.06 |
| HSL | 298.53º | 0.84% | 0.62% | - |
| HSV(B) | 298.53º | 0.68% | 0.94% | - |
| XYZ | 52.97 | 29.43 | 85.33 | - |
| YUV | 143.12 | 182.68 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 240 | 0.02 | 0.68 | 0 | 0.06 | 298.53 | 0.84 | 0.62 |
| Hex | EC | 4D | F0 | 2 | 44 | 0 | 6 | 12B | 54 | 3E |
| Octal | 354 | 115 | 360 | 2 | 104 | 0 | 6 | 453 | 124 | 76 |
| Binary | 11101100 | 1001101 | 11110000 | 10 | 1000100 | 0 | 110 | 100101011 | 1010100 | 111110 |
Color Harmonies of #EC4DF0
Complementary color
Monochromatic Colors of #EC4DF0
Black with #EC4DF0
Text Example
Text Example
White with #EC4DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4DF0; }
p { color: rgb(236,77,240); }
H1.HeaderClassName
{
color: #EC4DF0;
}
.AnyTagClassName
{
color: #EC4DF0;
}
</style>
background-color css
<style>
a { background-color: #EC4DF0; }
a { background-color: rgb(236,77,240); }
div.DivClassName
{
background-color: #EC4DF0;
}
.BgClassName
{
background-color: #EC4DF0;
}
</style>
border-color css
<style>
span { border-color: #EC4DF0; }
span { border-color: rgb(236,77,240); }
td.TdClassName
{
border-color: #EC4DF0;
}
.TagClassName
{
border-color: #EC4DF0;
}
</style>