Html Css Color HEX #EC53E8 Free Speech Magenta
📋 copy color: '#EC53E8'red 236 ◦ green 83 ◦ blue 232
Shades of Free Speech Magenta #EC53E8
Tints of Free Speech Magenta #EC53E8
RGB
CMYK
RGB Variations
Color information
#EC53E8 (or 0xEC53E8) is known color: Free Speech Magenta. HEX triplet: EC, 53 and E8. RGB value is (236,83,232). Sum of RGB (Red+Green+Blue) = 236+83+232=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 83 (32.81% from 255 or 15.06% from 551); Blue value is 232 (91.02% from 255 or 42.11% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #EC53E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC53E8 is #13AC17. Grayscale: #919191. Windows color (decimal): -1289240 or 15225836. OLE color: 15225836.
HSL color Cylindrical-coordinate representation of color #EC53E8: hue angle of 301.57º 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 #EC53E8 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 232 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.07 |
| HSL | 301.57º | 0.8% | 0.63% | - |
| HSV(B) | 301.57º | 0.65% | 0.93% | - |
| XYZ | 52.25 | 29.85 | 79.35 | - |
| YUV | 145.73 | 176.69 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 232 | 0 | 0.65 | 0.02 | 0.07 | 301.57 | 0.8 | 0.63 |
| Hex | EC | 53 | E8 | 0 | 41 | 2 | 7 | 12E | 50 | 3F |
| Octal | 354 | 123 | 350 | 0 | 101 | 2 | 7 | 456 | 120 | 77 |
| Binary | 11101100 | 1010011 | 11101000 | 0 | 1000001 | 10 | 111 | 100101110 | 1010000 | 111111 |
Color Harmonies of #EC53E8
Complementary color
Monochromatic Colors of #EC53E8
Black with #EC53E8
Text Example
Text Example
White with #EC53E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC53E8; }
p { color: rgb(236,83,232); }
H1.HeaderClassName
{
color: #EC53E8;
}
.AnyTagClassName
{
color: #EC53E8;
}
</style>
background-color css
<style>
a { background-color: #EC53E8; }
a { background-color: rgb(236,83,232); }
div.DivClassName
{
background-color: #EC53E8;
}
.BgClassName
{
background-color: #EC53E8;
}
</style>
border-color css
<style>
span { border-color: #EC53E8; }
span { border-color: rgb(236,83,232); }
td.TdClassName
{
border-color: #EC53E8;
}
.TagClassName
{
border-color: #EC53E8;
}
</style>