Html Css Color HEX #EC3FE1 Free Speech Magenta
📋 copy color: '#EC3FE1'red 236 ◦ green 63 ◦ blue 225
Shades of Free Speech Magenta #EC3FE1
Tints of Free Speech Magenta #EC3FE1
RGB
CMYK
RGB Variations
Color information
#EC3FE1 (or 0xEC3FE1) is known color: Free Speech Magenta. HEX triplet: EC, 3F and E1. RGB value is (236,63,225). Sum of RGB (Red+Green+Blue) = 236+63+225=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 63 (25% from 255 or 12.02% from 524); Blue value is 225 (88.28% from 255 or 42.94% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3FE1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3FE1 is #13C01E. Grayscale: #848484. Windows color (decimal): -1294367 or 14761964. OLE color: 14761964.
HSL color Cylindrical-coordinate representation of color #EC3FE1: hue angle of 303.82º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC3FE1 is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 63 | 225 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.07 |
| HSL | 303.82º | 0.82% | 0.59% | - |
| HSV(B) | 303.82º | 0.73% | 0.93% | - |
| XYZ | 49.96 | 26.82 | 73.78 | - |
| YUV | 133.2 | 179.81 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 225 | 0 | 0.73 | 0.05 | 0.07 | 303.82 | 0.82 | 0.59 |
| Hex | EC | 3F | E1 | 0 | 49 | 5 | 7 | 130 | 52 | 3B |
| Octal | 354 | 77 | 341 | 0 | 111 | 5 | 7 | 460 | 122 | 73 |
| Binary | 11101100 | 111111 | 11100001 | 0 | 1001001 | 101 | 111 | 100110000 | 1010010 | 111011 |
Color Harmonies of #EC3FE1
Complementary color
Monochromatic Colors of #EC3FE1
Black with #EC3FE1
Text Example
Text Example
White with #EC3FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3FE1; }
p { color: rgb(236,63,225); }
H1.HeaderClassName
{
color: #EC3FE1;
}
.AnyTagClassName
{
color: #EC3FE1;
}
</style>
background-color css
<style>
a { background-color: #EC3FE1; }
a { background-color: rgb(236,63,225); }
div.DivClassName
{
background-color: #EC3FE1;
}
.BgClassName
{
background-color: #EC3FE1;
}
</style>
border-color css
<style>
span { border-color: #EC3FE1; }
span { border-color: rgb(236,63,225); }
td.TdClassName
{
border-color: #EC3FE1;
}
.TagClassName
{
border-color: #EC3FE1;
}
</style>