Html Css Color HEX #EC53EE Free Speech Magenta
📋 copy color: '#EC53EE'red 236 ◦ green 83 ◦ blue 238
Shades of Free Speech Magenta #EC53EE
Tints of Free Speech Magenta #EC53EE
RGB
CMYK
RGB Variations
Color information
#EC53EE (or 0xEC53EE) is known color: Free Speech Magenta. HEX triplet: EC, 53 and EE. RGB value is (236,83,238). Sum of RGB (Red+Green+Blue) = 236+83+238=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 83 (32.81% from 255 or 14.90% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC53EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC53EE is #13AC11. Grayscale: #919191. Windows color (decimal): -1289234 or 15619052. OLE color: 15619052.
HSL color Cylindrical-coordinate representation of color #EC53EE: hue angle of 299.23º degrees, saturation: 0.82, 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 #EC53EE is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 238 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.07 |
| HSL | 299.23º | 0.82% | 0.63% | - |
| HSV(B) | 299.23º | 0.65% | 0.93% | - |
| XYZ | 53.12 | 30.19 | 83.92 | - |
| YUV | 146.42 | 179.69 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 238 | 0.01 | 0.65 | 0 | 0.07 | 299.23 | 0.82 | 0.63 |
| Hex | EC | 53 | EE | 1 | 41 | 0 | 7 | 12B | 52 | 3F |
| Octal | 354 | 123 | 356 | 1 | 101 | 0 | 7 | 453 | 122 | 77 |
| Binary | 11101100 | 1010011 | 11101110 | 1 | 1000001 | 0 | 111 | 100101011 | 1010010 | 111111 |
Color Harmonies of #EC53EE
Complementary color
Monochromatic Colors of #EC53EE
Black with #EC53EE
Text Example
Text Example
White with #EC53EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC53EE; }
p { color: rgb(236,83,238); }
H1.HeaderClassName
{
color: #EC53EE;
}
.AnyTagClassName
{
color: #EC53EE;
}
</style>
background-color css
<style>
a { background-color: #EC53EE; }
a { background-color: rgb(236,83,238); }
div.DivClassName
{
background-color: #EC53EE;
}
.BgClassName
{
background-color: #EC53EE;
}
</style>
border-color css
<style>
span { border-color: #EC53EE; }
span { border-color: rgb(236,83,238); }
td.TdClassName
{
border-color: #EC53EE;
}
.TagClassName
{
border-color: #EC53EE;
}
</style>