Html Css Color HEX #EC51C1 Free Speech Magenta
📋 copy color: '#EC51C1'red 236 ◦ green 81 ◦ blue 193
Shades of Free Speech Magenta #EC51C1
Tints of Free Speech Magenta #EC51C1
RGB
CMYK
RGB Variations
Color information
#EC51C1 (or 0xEC51C1) is known color: Free Speech Magenta. HEX triplet: EC, 51 and C1. RGB value is (236,81,193). Sum of RGB (Red+Green+Blue) = 236+81+193=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 81 (32.03% from 255 or 15.88% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #EC51C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC51C1 is #13AE3E. Grayscale: #8B8B8B. Windows color (decimal): -1289791 or 12669420. OLE color: 12669420.
HSL color Cylindrical-coordinate representation of color #EC51C1: hue angle of 316.65º 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 #EC51C1 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 193 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.07 |
| HSL | 316.65º | 0.8% | 0.62% | - |
| HSV(B) | 316.65º | 0.66% | 0.93% | - |
| XYZ | 47.16 | 27.57 | 53.29 | - |
| YUV | 140.11 | 157.85 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 193 | 0 | 0.66 | 0.18 | 0.07 | 316.65 | 0.8 | 0.62 |
| Hex | EC | 51 | C1 | 0 | 42 | 12 | 7 | 13D | 50 | 3E |
| Octal | 354 | 121 | 301 | 0 | 102 | 22 | 7 | 475 | 120 | 76 |
| Binary | 11101100 | 1010001 | 11000001 | 0 | 1000010 | 10010 | 111 | 100111101 | 1010000 | 111110 |
Color Harmonies of #EC51C1
Complementary color
Monochromatic Colors of #EC51C1
Black with #EC51C1
Text Example
Text Example
White with #EC51C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC51C1; }
p { color: rgb(236,81,193); }
H1.HeaderClassName
{
color: #EC51C1;
}
.AnyTagClassName
{
color: #EC51C1;
}
</style>
background-color css
<style>
a { background-color: #EC51C1; }
a { background-color: rgb(236,81,193); }
div.DivClassName
{
background-color: #EC51C1;
}
.BgClassName
{
background-color: #EC51C1;
}
</style>
border-color css
<style>
span { border-color: #EC51C1; }
span { border-color: rgb(236,81,193); }
td.TdClassName
{
border-color: #EC51C1;
}
.TagClassName
{
border-color: #EC51C1;
}
</style>