Html Css Color HEX #EC41E5 Free Speech Magenta
📋 copy color: '#EC41E5'red 236 ◦ green 65 ◦ blue 229
Shades of Free Speech Magenta #EC41E5
Tints of Free Speech Magenta #EC41E5
RGB
CMYK
RGB Variations
Color information
#EC41E5 (or 0xEC41E5) is known color: Free Speech Magenta. HEX triplet: EC, 41 and E5. RGB value is (236,65,229). Sum of RGB (Red+Green+Blue) = 236+65+229=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 65 (25.78% from 255 or 12.26% from 530); Blue value is 229 (89.84% from 255 or 43.21% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC41E5 is #13BE1A. Grayscale: #868686. Windows color (decimal): -1293851 or 15024620. OLE color: 15024620.
HSL color Cylindrical-coordinate representation of color #EC41E5: hue angle of 302.46º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC41E5 is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 229 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.07 |
| HSL | 302.46º | 0.82% | 0.59% | - |
| HSV(B) | 302.46º | 0.72% | 0.93% | - |
| XYZ | 50.63 | 27.27 | 76.72 | - |
| YUV | 134.83 | 181.15 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 229 | 0 | 0.72 | 0.03 | 0.07 | 302.46 | 0.82 | 0.59 |
| Hex | EC | 41 | E5 | 0 | 48 | 3 | 7 | 12E | 52 | 3B |
| Octal | 354 | 101 | 345 | 0 | 110 | 3 | 7 | 456 | 122 | 73 |
| Binary | 11101100 | 1000001 | 11100101 | 0 | 1001000 | 11 | 111 | 100101110 | 1010010 | 111011 |
Color Harmonies of #EC41E5
Complementary color
Monochromatic Colors of #EC41E5
Black with #EC41E5
Text Example
Text Example
White with #EC41E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC41E5; }
p { color: rgb(236,65,229); }
H1.HeaderClassName
{
color: #EC41E5;
}
.AnyTagClassName
{
color: #EC41E5;
}
</style>
background-color css
<style>
a { background-color: #EC41E5; }
a { background-color: rgb(236,65,229); }
div.DivClassName
{
background-color: #EC41E5;
}
.BgClassName
{
background-color: #EC41E5;
}
</style>
border-color css
<style>
span { border-color: #EC41E5; }
span { border-color: rgb(236,65,229); }
td.TdClassName
{
border-color: #EC41E5;
}
.TagClassName
{
border-color: #EC41E5;
}
</style>