Html Css Color HEX #EC53C1 Free Speech Magenta
📋 copy color: '#EC53C1'red 236 ◦ green 83 ◦ blue 193
Shades of Free Speech Magenta #EC53C1
Tints of Free Speech Magenta #EC53C1
RGB
CMYK
RGB Variations
Color information
#EC53C1 (or 0xEC53C1) is known color: Free Speech Magenta. HEX triplet: EC, 53 and C1. RGB value is (236,83,193). Sum of RGB (Red+Green+Blue) = 236+83+193=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 83 (32.81% from 255 or 16.21% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC53C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC53C1 is #13AC3E. Grayscale: #8D8D8D. Windows color (decimal): -1289279 or 12669932. OLE color: 12669932.
HSL color Cylindrical-coordinate representation of color #EC53C1: hue angle of 316.86º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC53C1 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 193 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.07 |
| HSL | 316.86º | 0.8% | 0.63% | - |
| HSV(B) | 316.86º | 0.65% | 0.93% | - |
| XYZ | 47.31 | 27.87 | 53.34 | - |
| YUV | 141.29 | 157.19 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 193 | 0 | 0.65 | 0.18 | 0.07 | 316.86 | 0.8 | 0.63 |
| Hex | EC | 53 | C1 | 0 | 41 | 12 | 7 | 13D | 50 | 3F |
| Octal | 354 | 123 | 301 | 0 | 101 | 22 | 7 | 475 | 120 | 77 |
| Binary | 11101100 | 1010011 | 11000001 | 0 | 1000001 | 10010 | 111 | 100111101 | 1010000 | 111111 |
Color Harmonies of #EC53C1
Complementary color
Monochromatic Colors of #EC53C1
Black with #EC53C1
Text Example
Text Example
White with #EC53C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC53C1; }
p { color: rgb(236,83,193); }
H1.HeaderClassName
{
color: #EC53C1;
}
.AnyTagClassName
{
color: #EC53C1;
}
</style>
background-color css
<style>
a { background-color: #EC53C1; }
a { background-color: rgb(236,83,193); }
div.DivClassName
{
background-color: #EC53C1;
}
.BgClassName
{
background-color: #EC53C1;
}
</style>
border-color css
<style>
span { border-color: #EC53C1; }
span { border-color: rgb(236,83,193); }
td.TdClassName
{
border-color: #EC53C1;
}
.TagClassName
{
border-color: #EC53C1;
}
</style>