Html Css Color HEX #EC3FE6 Free Speech Magenta
📋 copy color: '#EC3FE6'red 236 ◦ green 63 ◦ blue 230
Shades of Free Speech Magenta #EC3FE6
Tints of Free Speech Magenta #EC3FE6
RGB
CMYK
RGB Variations
Color information
#EC3FE6 (or 0xEC3FE6) is known color: Free Speech Magenta. HEX triplet: EC, 3F and E6. RGB value is (236,63,230). Sum of RGB (Red+Green+Blue) = 236+63+230=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 63 (25% from 255 or 11.91% from 529); Blue value is 230 (90.23% from 255 or 43.48% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3FE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC3FE6 is #13C019. Grayscale: #858585. Windows color (decimal): -1294362 or 15089644. OLE color: 15089644.
HSL color Cylindrical-coordinate representation of color #EC3FE6: hue angle of 302.08º 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 #EC3FE6 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 63 | 230 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.07 |
| HSL | 302.08º | 0.82% | 0.59% | - |
| HSV(B) | 302.08º | 0.73% | 0.93% | - |
| XYZ | 50.65 | 27.1 | 77.42 | - |
| YUV | 133.77 | 182.31 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 230 | 0 | 0.73 | 0.03 | 0.07 | 302.08 | 0.82 | 0.59 |
| Hex | EC | 3F | E6 | 0 | 49 | 3 | 7 | 12E | 52 | 3B |
| Octal | 354 | 77 | 346 | 0 | 111 | 3 | 7 | 456 | 122 | 73 |
| Binary | 11101100 | 111111 | 11100110 | 0 | 1001001 | 11 | 111 | 100101110 | 1010010 | 111011 |
Color Harmonies of #EC3FE6
Complementary color
Monochromatic Colors of #EC3FE6
Black with #EC3FE6
Text Example
Text Example
White with #EC3FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3FE6; }
p { color: rgb(236,63,230); }
H1.HeaderClassName
{
color: #EC3FE6;
}
.AnyTagClassName
{
color: #EC3FE6;
}
</style>
background-color css
<style>
a { background-color: #EC3FE6; }
a { background-color: rgb(236,63,230); }
div.DivClassName
{
background-color: #EC3FE6;
}
.BgClassName
{
background-color: #EC3FE6;
}
</style>
border-color css
<style>
span { border-color: #EC3FE6; }
span { border-color: rgb(236,63,230); }
td.TdClassName
{
border-color: #EC3FE6;
}
.TagClassName
{
border-color: #EC3FE6;
}
</style>