Html Css Color HEX #EC41E6 Free Speech Magenta
📋 copy color: '#EC41E6'red 236 ◦ green 65 ◦ blue 230
Shades of Free Speech Magenta #EC41E6
Tints of Free Speech Magenta #EC41E6
RGB
CMYK
RGB Variations
Color information
#EC41E6 (or 0xEC41E6) is known color: Free Speech Magenta. HEX triplet: EC, 41 and E6. RGB value is (236,65,230). Sum of RGB (Red+Green+Blue) = 236+65+230=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 65 (25.78% from 255 or 12.24% from 531); Blue value is 230 (90.23% from 255 or 43.31% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC41E6 is #13BE19. Grayscale: #868686. Windows color (decimal): -1293850 or 15090156. OLE color: 15090156.
HSL color Cylindrical-coordinate representation of color #EC41E6: hue angle of 302.11º 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 #EC41E6 is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 230 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.07 |
| HSL | 302.11º | 0.82% | 0.59% | - |
| HSV(B) | 302.11º | 0.72% | 0.93% | - |
| XYZ | 50.77 | 27.33 | 77.46 | - |
| YUV | 134.94 | 181.65 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 230 | 0 | 0.72 | 0.03 | 0.07 | 302.11 | 0.82 | 0.59 |
| Hex | EC | 41 | E6 | 0 | 48 | 3 | 7 | 12E | 52 | 3B |
| Octal | 354 | 101 | 346 | 0 | 110 | 3 | 7 | 456 | 122 | 73 |
| Binary | 11101100 | 1000001 | 11100110 | 0 | 1001000 | 11 | 111 | 100101110 | 1010010 | 111011 |
Color Harmonies of #EC41E6
Complementary color
Monochromatic Colors of #EC41E6
Black with #EC41E6
Text Example
Text Example
White with #EC41E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC41E6; }
p { color: rgb(236,65,230); }
H1.HeaderClassName
{
color: #EC41E6;
}
.AnyTagClassName
{
color: #EC41E6;
}
</style>
background-color css
<style>
a { background-color: #EC41E6; }
a { background-color: rgb(236,65,230); }
div.DivClassName
{
background-color: #EC41E6;
}
.BgClassName
{
background-color: #EC41E6;
}
</style>
border-color css
<style>
span { border-color: #EC41E6; }
span { border-color: rgb(236,65,230); }
td.TdClassName
{
border-color: #EC41E6;
}
.TagClassName
{
border-color: #EC41E6;
}
</style>