Html Css Color HEX #EC46CE Free Speech Magenta
📋 copy color: '#EC46CE'red 236 ◦ green 70 ◦ blue 206
Shades of Free Speech Magenta #EC46CE
Tints of Free Speech Magenta #EC46CE
RGB
CMYK
RGB Variations
Color information
#EC46CE (or 0xEC46CE) is known color: Free Speech Magenta. HEX triplet: EC, 46 and CE. RGB value is (236,70,206). Sum of RGB (Red+Green+Blue) = 236+70+206=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 70 (27.73% from 255 or 13.67% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC46CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC46CE is #13B931. Grayscale: #868686. Windows color (decimal): -1292594 or 13518572. OLE color: 13518572.
HSL color Cylindrical-coordinate representation of color #EC46CE: hue angle of 310.84º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC46CE is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 70 | 206 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.07 |
| HSL | 310.84º | 0.81% | 0.6% | - |
| HSV(B) | 310.84º | 0.7% | 0.93% | - |
| XYZ | 47.92 | 26.67 | 61.01 | - |
| YUV | 135.14 | 168 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 70 | 206 | 0 | 0.70 | 0.13 | 0.07 | 310.84 | 0.81 | 0.6 |
| Hex | EC | 46 | CE | 0 | 46 | D | 7 | 137 | 51 | 3C |
| Octal | 354 | 106 | 316 | 0 | 106 | 15 | 7 | 467 | 121 | 74 |
| Binary | 11101100 | 1000110 | 11001110 | 0 | 1000110 | 1101 | 111 | 100110111 | 1010001 | 111100 |
Color Harmonies of #EC46CE
Complementary color
Monochromatic Colors of #EC46CE
Black with #EC46CE
Text Example
Text Example
White with #EC46CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC46CE; }
p { color: rgb(236,70,206); }
H1.HeaderClassName
{
color: #EC46CE;
}
.AnyTagClassName
{
color: #EC46CE;
}
</style>
background-color css
<style>
a { background-color: #EC46CE; }
a { background-color: rgb(236,70,206); }
div.DivClassName
{
background-color: #EC46CE;
}
.BgClassName
{
background-color: #EC46CE;
}
</style>
border-color css
<style>
span { border-color: #EC46CE; }
span { border-color: rgb(236,70,206); }
td.TdClassName
{
border-color: #EC46CE;
}
.TagClassName
{
border-color: #EC46CE;
}
</style>