Html Css Color HEX #EC53F1 Free Speech Magenta
📋 copy color: '#EC53F1'red 236 ◦ green 83 ◦ blue 241
Shades of Free Speech Magenta #EC53F1
Tints of Free Speech Magenta #EC53F1
RGB
CMYK
RGB Variations
Color information
#EC53F1 (or 0xEC53F1) is known color: Free Speech Magenta. HEX triplet: EC, 53 and F1. RGB value is (236,83,241). Sum of RGB (Red+Green+Blue) = 236+83+241=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 83 (32.81% from 255 or 14.82% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC53F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC53F1 is #13AC0E. Grayscale: #929292. Windows color (decimal): -1289231 or 15815660. OLE color: 15815660.
HSL color Cylindrical-coordinate representation of color #EC53F1: hue angle of 298.1º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC53F1 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 83 | 241 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.05 |
| HSL | 298.1º | 0.85% | 0.64% | - |
| HSV(B) | 298.1º | 0.66% | 0.95% | - |
| XYZ | 53.56 | 30.37 | 86.26 | - |
| YUV | 146.76 | 181.19 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 241 | 0.02 | 0.66 | 0 | 0.05 | 298.1 | 0.85 | 0.64 |
| Hex | EC | 53 | F1 | 2 | 42 | 0 | 5 | 12A | 55 | 40 |
| Octal | 354 | 123 | 361 | 2 | 102 | 0 | 5 | 452 | 125 | 100 |
| Binary | 11101100 | 1010011 | 11110001 | 10 | 1000010 | 0 | 101 | 100101010 | 1010101 | 1000000 |
Color Harmonies of #EC53F1
Complementary color
Monochromatic Colors of #EC53F1
Black with #EC53F1
Text Example
Text Example
White with #EC53F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC53F1; }
p { color: rgb(236,83,241); }
H1.HeaderClassName
{
color: #EC53F1;
}
.AnyTagClassName
{
color: #EC53F1;
}
</style>
background-color css
<style>
a { background-color: #EC53F1; }
a { background-color: rgb(236,83,241); }
div.DivClassName
{
background-color: #EC53F1;
}
.BgClassName
{
background-color: #EC53F1;
}
</style>
border-color css
<style>
span { border-color: #EC53F1; }
span { border-color: rgb(236,83,241); }
td.TdClassName
{
border-color: #EC53F1;
}
.TagClassName
{
border-color: #EC53F1;
}
</style>