Html Css Color HEX #EC51C2 Free Speech Magenta
📋 copy color: '#EC51C2'red 236 ◦ green 81 ◦ blue 194
Shades of Free Speech Magenta #EC51C2
Tints of Free Speech Magenta #EC51C2
RGB
CMYK
RGB Variations
Color information
#EC51C2 (or 0xEC51C2) is known color: Free Speech Magenta. HEX triplet: EC, 51 and C2. RGB value is (236,81,194). Sum of RGB (Red+Green+Blue) = 236+81+194=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 81 (32.03% from 255 or 15.85% from 511); Blue value is 194 (76.17% from 255 or 37.96% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC51C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC51C2 is #13AE3D. Grayscale: #8B8B8B. Windows color (decimal): -1289790 or 12734956. OLE color: 12734956.
HSL color Cylindrical-coordinate representation of color #EC51C2: hue angle of 316.26º 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 #EC51C2 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 194 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.07 |
| HSL | 316.26º | 0.8% | 0.62% | - |
| HSV(B) | 316.26º | 0.66% | 0.93% | - |
| XYZ | 47.27 | 27.61 | 53.88 | - |
| YUV | 140.23 | 158.35 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 194 | 0 | 0.66 | 0.18 | 0.07 | 316.26 | 0.8 | 0.62 |
| Hex | EC | 51 | C2 | 0 | 42 | 12 | 7 | 13C | 50 | 3E |
| Octal | 354 | 121 | 302 | 0 | 102 | 22 | 7 | 474 | 120 | 76 |
| Binary | 11101100 | 1010001 | 11000010 | 0 | 1000010 | 10010 | 111 | 100111100 | 1010000 | 111110 |
Color Harmonies of #EC51C2
Complementary color
Monochromatic Colors of #EC51C2
Black with #EC51C2
Text Example
Text Example
White with #EC51C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC51C2; }
p { color: rgb(236,81,194); }
H1.HeaderClassName
{
color: #EC51C2;
}
.AnyTagClassName
{
color: #EC51C2;
}
</style>
background-color css
<style>
a { background-color: #EC51C2; }
a { background-color: rgb(236,81,194); }
div.DivClassName
{
background-color: #EC51C2;
}
.BgClassName
{
background-color: #EC51C2;
}
</style>
border-color css
<style>
span { border-color: #EC51C2; }
span { border-color: rgb(236,81,194); }
td.TdClassName
{
border-color: #EC51C2;
}
.TagClassName
{
border-color: #EC51C2;
}
</style>