Html Css Color HEX #EC53E4 Free Speech Magenta
📋 copy color: '#EC53E4'red 236 ◦ green 83 ◦ blue 228
Shades of Free Speech Magenta #EC53E4
Tints of Free Speech Magenta #EC53E4
RGB
CMYK
RGB Variations
Color information
#EC53E4 (or 0xEC53E4) is known color: Free Speech Magenta. HEX triplet: EC, 53 and E4. RGB value is (236,83,228). Sum of RGB (Red+Green+Blue) = 236+83+228=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 83 (32.81% from 255 or 15.17% from 547); Blue value is 228 (89.45% from 255 or 41.68% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #EC53E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC53E4 is #13AC1B. Grayscale: #909090. Windows color (decimal): -1289244 or 14963692. OLE color: 14963692.
HSL color Cylindrical-coordinate representation of color #EC53E4: hue angle of 303.14º 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 #EC53E4 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 228 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.07 |
| HSL | 303.14º | 0.8% | 0.63% | - |
| HSV(B) | 303.14º | 0.65% | 0.93% | - |
| XYZ | 51.69 | 29.62 | 76.39 | - |
| YUV | 145.28 | 174.69 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 228 | 0 | 0.65 | 0.03 | 0.07 | 303.14 | 0.8 | 0.63 |
| Hex | EC | 53 | E4 | 0 | 41 | 3 | 7 | 12F | 50 | 3F |
| Octal | 354 | 123 | 344 | 0 | 101 | 3 | 7 | 457 | 120 | 77 |
| Binary | 11101100 | 1010011 | 11100100 | 0 | 1000001 | 11 | 111 | 100101111 | 1010000 | 111111 |
Color Harmonies of #EC53E4
Complementary color
Monochromatic Colors of #EC53E4
Black with #EC53E4
Text Example
Text Example
White with #EC53E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC53E4; }
p { color: rgb(236,83,228); }
H1.HeaderClassName
{
color: #EC53E4;
}
.AnyTagClassName
{
color: #EC53E4;
}
</style>
background-color css
<style>
a { background-color: #EC53E4; }
a { background-color: rgb(236,83,228); }
div.DivClassName
{
background-color: #EC53E4;
}
.BgClassName
{
background-color: #EC53E4;
}
</style>
border-color css
<style>
span { border-color: #EC53E4; }
span { border-color: rgb(236,83,228); }
td.TdClassName
{
border-color: #EC53E4;
}
.TagClassName
{
border-color: #EC53E4;
}
</style>