Html Css Color HEX #EC46ED Free Speech Magenta
📋 copy color: '#EC46ED'red 236 ◦ green 70 ◦ blue 237
Shades of Free Speech Magenta #EC46ED
Tints of Free Speech Magenta #EC46ED
RGB
CMYK
RGB Variations
Color information
#EC46ED (or 0xEC46ED) is known color: Free Speech Magenta. HEX triplet: EC, 46 and ED. RGB value is (236,70,237). Sum of RGB (Red+Green+Blue) = 236+70+237=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 70 (27.73% from 255 or 12.89% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC46ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC46ED is #13B912. Grayscale: #8A8A8A. Windows color (decimal): -1292563 or 15550188. OLE color: 15550188.
HSL color Cylindrical-coordinate representation of color #EC46ED: hue angle of 299.64º degrees, saturation: 0.82, 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 #EC46ED is Cyan = 0.00, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 70 | 237 | - |
| CMYK | 0.00 | 0.70 | 0 | 0.07 |
| HSL | 299.64º | 0.82% | 0.6% | - |
| HSV(B) | 299.64º | 0.7% | 0.93% | - |
| XYZ | 52.07 | 28.33 | 82.84 | - |
| YUV | 138.67 | 183.5 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 70 | 237 | 0.00 | 0.70 | 0 | 0.07 | 299.64 | 0.82 | 0.6 |
| Hex | EC | 46 | ED | 0 | 46 | 0 | 7 | 12C | 52 | 3C |
| Octal | 354 | 106 | 355 | 0 | 106 | 0 | 7 | 454 | 122 | 74 |
| Binary | 11101100 | 1000110 | 11101101 | 0 | 1000110 | 0 | 111 | 100101100 | 1010010 | 111100 |
Color Harmonies of #EC46ED
Complementary color
Monochromatic Colors of #EC46ED
Black with #EC46ED
Text Example
Text Example
White with #EC46ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC46ED; }
p { color: rgb(236,70,237); }
H1.HeaderClassName
{
color: #EC46ED;
}
.AnyTagClassName
{
color: #EC46ED;
}
</style>
background-color css
<style>
a { background-color: #EC46ED; }
a { background-color: rgb(236,70,237); }
div.DivClassName
{
background-color: #EC46ED;
}
.BgClassName
{
background-color: #EC46ED;
}
</style>
border-color css
<style>
span { border-color: #EC46ED; }
span { border-color: rgb(236,70,237); }
td.TdClassName
{
border-color: #EC46ED;
}
.TagClassName
{
border-color: #EC46ED;
}
</style>