Html Css Color HEX #EC55F1 Free Speech Magenta
📋 copy color: '#EC55F1'red 236 ◦ green 85 ◦ blue 241
Shades of Free Speech Magenta #EC55F1
Tints of Free Speech Magenta #EC55F1
RGB
CMYK
RGB Variations
Color information
#EC55F1 (or 0xEC55F1) is known color: Free Speech Magenta. HEX triplet: EC, 55 and F1. RGB value is (236,85,241). Sum of RGB (Red+Green+Blue) = 236+85+241=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 85 (33.59% from 255 or 15.12% from 562); Blue value is 241 (94.53% from 255 or 42.88% from 562); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC55F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC55F1 is #13AA0E. Grayscale: #939393. Windows color (decimal): -1288719 or 15816172. OLE color: 15816172.
HSL color Cylindrical-coordinate representation of color #EC55F1: hue angle of 298.08º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC55F1 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 85 | 241 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.05 |
| HSL | 298.08º | 0.85% | 0.64% | - |
| HSV(B) | 298.08º | 0.65% | 0.95% | - |
| XYZ | 53.72 | 30.68 | 86.31 | - |
| YUV | 147.93 | 180.53 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 241 | 0.02 | 0.65 | 0 | 0.05 | 298.08 | 0.85 | 0.64 |
| Hex | EC | 55 | F1 | 2 | 41 | 0 | 5 | 12A | 55 | 40 |
| Octal | 354 | 125 | 361 | 2 | 101 | 0 | 5 | 452 | 125 | 100 |
| Binary | 11101100 | 1010101 | 11110001 | 10 | 1000001 | 0 | 101 | 100101010 | 1010101 | 1000000 |
Color Harmonies of #EC55F1
Complementary color
Monochromatic Colors of #EC55F1
Black with #EC55F1
Text Example
Text Example
White with #EC55F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC55F1; }
p { color: rgb(236,85,241); }
H1.HeaderClassName
{
color: #EC55F1;
}
.AnyTagClassName
{
color: #EC55F1;
}
</style>
background-color css
<style>
a { background-color: #EC55F1; }
a { background-color: rgb(236,85,241); }
div.DivClassName
{
background-color: #EC55F1;
}
.BgClassName
{
background-color: #EC55F1;
}
</style>
border-color css
<style>
span { border-color: #EC55F1; }
span { border-color: rgb(236,85,241); }
td.TdClassName
{
border-color: #EC55F1;
}
.TagClassName
{
border-color: #EC55F1;
}
</style>