Html Css Color HEX #EC41E3 Free Speech Magenta
📋 copy color: '#EC41E3'red 236 ◦ green 65 ◦ blue 227
Shades of Free Speech Magenta #EC41E3
Tints of Free Speech Magenta #EC41E3
RGB
CMYK
RGB Variations
Color information
#EC41E3 (or 0xEC41E3) is known color: Free Speech Magenta. HEX triplet: EC, 41 and E3. RGB value is (236,65,227). Sum of RGB (Red+Green+Blue) = 236+65+227=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 65 (25.78% from 255 or 12.31% from 528); Blue value is 227 (89.06% from 255 or 42.99% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC41E3 is #13BE1C. Grayscale: #868686. Windows color (decimal): -1293853 or 14893548. OLE color: 14893548.
HSL color Cylindrical-coordinate representation of color #EC41E3: hue angle of 303.16º 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 #EC41E3 is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 227 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.07 |
| HSL | 303.16º | 0.82% | 0.59% | - |
| HSV(B) | 303.16º | 0.72% | 0.93% | - |
| XYZ | 50.35 | 27.16 | 75.26 | - |
| YUV | 134.6 | 180.15 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 227 | 0 | 0.72 | 0.04 | 0.07 | 303.16 | 0.82 | 0.59 |
| Hex | EC | 41 | E3 | 0 | 48 | 4 | 7 | 12F | 52 | 3B |
| Octal | 354 | 101 | 343 | 0 | 110 | 4 | 7 | 457 | 122 | 73 |
| Binary | 11101100 | 1000001 | 11100011 | 0 | 1001000 | 100 | 111 | 100101111 | 1010010 | 111011 |
Color Harmonies of #EC41E3
Complementary color
Monochromatic Colors of #EC41E3
Black with #EC41E3
Text Example
Text Example
White with #EC41E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC41E3; }
p { color: rgb(236,65,227); }
H1.HeaderClassName
{
color: #EC41E3;
}
.AnyTagClassName
{
color: #EC41E3;
}
</style>
background-color css
<style>
a { background-color: #EC41E3; }
a { background-color: rgb(236,65,227); }
div.DivClassName
{
background-color: #EC41E3;
}
.BgClassName
{
background-color: #EC41E3;
}
</style>
border-color css
<style>
span { border-color: #EC41E3; }
span { border-color: rgb(236,65,227); }
td.TdClassName
{
border-color: #EC41E3;
}
.TagClassName
{
border-color: #EC41E3;
}
</style>