Html Css Color HEX #EC4CF1 Free Speech Magenta
📋 copy color: '#EC4CF1'red 236 ◦ green 76 ◦ blue 241
Shades of Free Speech Magenta #EC4CF1
Tints of Free Speech Magenta #EC4CF1
RGB
CMYK
RGB Variations
Color information
#EC4CF1 (or 0xEC4CF1) is known color: Free Speech Magenta. HEX triplet: EC, 4C and F1. RGB value is (236,76,241). Sum of RGB (Red+Green+Blue) = 236+76+241=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 76 (30.08% from 255 or 13.74% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC4CF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC4CF1 is #13B30E. Grayscale: #8E8E8E. Windows color (decimal): -1291023 or 15813868. OLE color: 15813868.
HSL color Cylindrical-coordinate representation of color #EC4CF1: hue angle of 298.18º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC4CF1 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 76 | 241 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.05 |
| HSL | 298.18º | 0.85% | 0.62% | - |
| HSV(B) | 298.18º | 0.68% | 0.95% | - |
| XYZ | 53.05 | 29.35 | 86.09 | - |
| YUV | 142.65 | 183.51 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 241 | 0.02 | 0.68 | 0 | 0.05 | 298.18 | 0.85 | 0.62 |
| Hex | EC | 4C | F1 | 2 | 44 | 0 | 5 | 12A | 55 | 3E |
| Octal | 354 | 114 | 361 | 2 | 104 | 0 | 5 | 452 | 125 | 76 |
| Binary | 11101100 | 1001100 | 11110001 | 10 | 1000100 | 0 | 101 | 100101010 | 1010101 | 111110 |
Color Harmonies of #EC4CF1
Complementary color
Monochromatic Colors of #EC4CF1
Black with #EC4CF1
Text Example
Text Example
White with #EC4CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4CF1; }
p { color: rgb(236,76,241); }
H1.HeaderClassName
{
color: #EC4CF1;
}
.AnyTagClassName
{
color: #EC4CF1;
}
</style>
background-color css
<style>
a { background-color: #EC4CF1; }
a { background-color: rgb(236,76,241); }
div.DivClassName
{
background-color: #EC4CF1;
}
.BgClassName
{
background-color: #EC4CF1;
}
</style>
border-color css
<style>
span { border-color: #EC4CF1; }
span { border-color: rgb(236,76,241); }
td.TdClassName
{
border-color: #EC4CF1;
}
.TagClassName
{
border-color: #EC4CF1;
}
</style>