Html Css Color HEX #EC53EA Free Speech Magenta
📋 copy color: '#EC53EA'red 236 ◦ green 83 ◦ blue 234
Shades of Free Speech Magenta #EC53EA
Tints of Free Speech Magenta #EC53EA
RGB
CMYK
RGB Variations
Color information
#EC53EA (or 0xEC53EA) is known color: Free Speech Magenta. HEX triplet: EC, 53 and EA. RGB value is (236,83,234). Sum of RGB (Red+Green+Blue) = 236+83+234=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 83 (32.81% from 255 or 15.01% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #EC53EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC53EA is #13AC15. Grayscale: #919191. Windows color (decimal): -1289238 or 15356908. OLE color: 15356908.
HSL color Cylindrical-coordinate representation of color #EC53EA: hue angle of 300.78º 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 #EC53EA is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 234 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.07 |
| HSL | 300.78º | 0.8% | 0.63% | - |
| HSV(B) | 300.78º | 0.65% | 0.93% | - |
| XYZ | 52.54 | 29.96 | 80.86 | - |
| YUV | 145.96 | 177.69 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 234 | 0 | 0.65 | 0.01 | 0.07 | 300.78 | 0.8 | 0.63 |
| Hex | EC | 53 | EA | 0 | 41 | 1 | 7 | 12D | 50 | 3F |
| Octal | 354 | 123 | 352 | 0 | 101 | 1 | 7 | 455 | 120 | 77 |
| Binary | 11101100 | 1010011 | 11101010 | 0 | 1000001 | 1 | 111 | 100101101 | 1010000 | 111111 |
Color Harmonies of #EC53EA
Complementary color
Monochromatic Colors of #EC53EA
Black with #EC53EA
Text Example
Text Example
White with #EC53EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC53EA; }
p { color: rgb(236,83,234); }
H1.HeaderClassName
{
color: #EC53EA;
}
.AnyTagClassName
{
color: #EC53EA;
}
</style>
background-color css
<style>
a { background-color: #EC53EA; }
a { background-color: rgb(236,83,234); }
div.DivClassName
{
background-color: #EC53EA;
}
.BgClassName
{
background-color: #EC53EA;
}
</style>
border-color css
<style>
span { border-color: #EC53EA; }
span { border-color: rgb(236,83,234); }
td.TdClassName
{
border-color: #EC53EA;
}
.TagClassName
{
border-color: #EC53EA;
}
</style>