Html Css Color HEX #EC51E2 Free Speech Magenta
📋 copy color: '#EC51E2'red 236 ◦ green 81 ◦ blue 226
Shades of Free Speech Magenta #EC51E2
Tints of Free Speech Magenta #EC51E2
RGB
CMYK
RGB Variations
Color information
#EC51E2 (or 0xEC51E2) is known color: Free Speech Magenta. HEX triplet: EC, 51 and E2. RGB value is (236,81,226). Sum of RGB (Red+Green+Blue) = 236+81+226=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 81 (32.03% from 255 or 14.92% from 543); Blue value is 226 (88.67% from 255 or 41.62% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #EC51E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC51E2 is #13AE1D. Grayscale: #8F8F8F. Windows color (decimal): -1289758 or 14832108. OLE color: 14832108.
HSL color Cylindrical-coordinate representation of color #EC51E2: hue angle of 303.87º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC51E2 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 226 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.07 |
| HSL | 303.87º | 0.8% | 0.62% | - |
| HSV(B) | 303.87º | 0.66% | 0.93% | - |
| XYZ | 51.26 | 29.21 | 74.89 | - |
| YUV | 143.88 | 174.35 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 226 | 0 | 0.66 | 0.04 | 0.07 | 303.87 | 0.8 | 0.62 |
| Hex | EC | 51 | E2 | 0 | 42 | 4 | 7 | 130 | 50 | 3E |
| Octal | 354 | 121 | 342 | 0 | 102 | 4 | 7 | 460 | 120 | 76 |
| Binary | 11101100 | 1010001 | 11100010 | 0 | 1000010 | 100 | 111 | 100110000 | 1010000 | 111110 |
Color Harmonies of #EC51E2
Complementary color
Monochromatic Colors of #EC51E2
Black with #EC51E2
Text Example
Text Example
White with #EC51E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC51E2; }
p { color: rgb(236,81,226); }
H1.HeaderClassName
{
color: #EC51E2;
}
.AnyTagClassName
{
color: #EC51E2;
}
</style>
background-color css
<style>
a { background-color: #EC51E2; }
a { background-color: rgb(236,81,226); }
div.DivClassName
{
background-color: #EC51E2;
}
.BgClassName
{
background-color: #EC51E2;
}
</style>
border-color css
<style>
span { border-color: #EC51E2; }
span { border-color: rgb(236,81,226); }
td.TdClassName
{
border-color: #EC51E2;
}
.TagClassName
{
border-color: #EC51E2;
}
</style>