Html Css Color HEX #EC51C9 Free Speech Magenta
📋 copy color: '#EC51C9'red 236 ◦ green 81 ◦ blue 201
Shades of Free Speech Magenta #EC51C9
Tints of Free Speech Magenta #EC51C9
RGB
CMYK
RGB Variations
Color information
#EC51C9 (or 0xEC51C9) is known color: Free Speech Magenta. HEX triplet: EC, 51 and C9. RGB value is (236,81,201). Sum of RGB (Red+Green+Blue) = 236+81+201=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 81 (32.03% from 255 or 15.64% from 518); Blue value is 201 (78.91% from 255 or 38.80% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #EC51C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC51C9 is #13AE36. Grayscale: #8C8C8C. Windows color (decimal): -1289783 or 13193708. OLE color: 13193708.
HSL color Cylindrical-coordinate representation of color #EC51C9: hue angle of 313.55º 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 #EC51C9 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 201 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.07 |
| HSL | 313.55º | 0.8% | 0.62% | - |
| HSV(B) | 313.55º | 0.66% | 0.93% | - |
| XYZ | 48.08 | 27.93 | 58.12 | - |
| YUV | 141.03 | 161.85 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 201 | 0 | 0.66 | 0.15 | 0.07 | 313.55 | 0.8 | 0.62 |
| Hex | EC | 51 | C9 | 0 | 42 | F | 7 | 13A | 50 | 3E |
| Octal | 354 | 121 | 311 | 0 | 102 | 17 | 7 | 472 | 120 | 76 |
| Binary | 11101100 | 1010001 | 11001001 | 0 | 1000010 | 1111 | 111 | 100111010 | 1010000 | 111110 |
Color Harmonies of #EC51C9
Complementary color
Monochromatic Colors of #EC51C9
Black with #EC51C9
Text Example
Text Example
White with #EC51C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC51C9; }
p { color: rgb(236,81,201); }
H1.HeaderClassName
{
color: #EC51C9;
}
.AnyTagClassName
{
color: #EC51C9;
}
</style>
background-color css
<style>
a { background-color: #EC51C9; }
a { background-color: rgb(236,81,201); }
div.DivClassName
{
background-color: #EC51C9;
}
.BgClassName
{
background-color: #EC51C9;
}
</style>
border-color css
<style>
span { border-color: #EC51C9; }
span { border-color: rgb(236,81,201); }
td.TdClassName
{
border-color: #EC51C9;
}
.TagClassName
{
border-color: #EC51C9;
}
</style>