Html Css Color HEX #EC54C1 Free Speech Magenta
📋 copy color: '#EC54C1'red 236 ◦ green 84 ◦ blue 193
Shades of Free Speech Magenta #EC54C1
Tints of Free Speech Magenta #EC54C1
RGB
CMYK
RGB Variations
Color information
#EC54C1 (or 0xEC54C1) is known color: Free Speech Magenta. HEX triplet: EC, 54 and C1. RGB value is (236,84,193). Sum of RGB (Red+Green+Blue) = 236+84+193=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 84 (33.20% from 255 or 16.37% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC54C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC54C1 is #13AB3E. Grayscale: #8D8D8D. Windows color (decimal): -1289023 or 12670188. OLE color: 12670188.
HSL color Cylindrical-coordinate representation of color #EC54C1: hue angle of 316.97º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC54C1 is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 193 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.07 |
| HSL | 316.97º | 0.8% | 0.63% | - |
| HSV(B) | 316.97º | 0.64% | 0.93% | - |
| XYZ | 47.39 | 28.02 | 53.36 | - |
| YUV | 141.87 | 156.86 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 193 | 0 | 0.64 | 0.18 | 0.07 | 316.97 | 0.8 | 0.63 |
| Hex | EC | 54 | C1 | 0 | 40 | 12 | 7 | 13D | 50 | 3F |
| Octal | 354 | 124 | 301 | 0 | 100 | 22 | 7 | 475 | 120 | 77 |
| Binary | 11101100 | 1010100 | 11000001 | 0 | 1000000 | 10010 | 111 | 100111101 | 1010000 | 111111 |
Color Harmonies of #EC54C1
Complementary color
Monochromatic Colors of #EC54C1
Black with #EC54C1
Text Example
Text Example
White with #EC54C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC54C1; }
p { color: rgb(236,84,193); }
H1.HeaderClassName
{
color: #EC54C1;
}
.AnyTagClassName
{
color: #EC54C1;
}
</style>
background-color css
<style>
a { background-color: #EC54C1; }
a { background-color: rgb(236,84,193); }
div.DivClassName
{
background-color: #EC54C1;
}
.BgClassName
{
background-color: #EC54C1;
}
</style>
border-color css
<style>
span { border-color: #EC54C1; }
span { border-color: rgb(236,84,193); }
td.TdClassName
{
border-color: #EC54C1;
}
.TagClassName
{
border-color: #EC54C1;
}
</style>