Html Css Color HEX #EC37ED Free Speech Magenta
📋 copy color: '#EC37ED'red 236 ◦ green 55 ◦ blue 237
Shades of Free Speech Magenta #EC37ED
Tints of Free Speech Magenta #EC37ED
RGB
CMYK
RGB Variations
Color information
#EC37ED (or 0xEC37ED) is known color: Free Speech Magenta. HEX triplet: EC, 37 and ED. RGB value is (236,55,237). Sum of RGB (Red+Green+Blue) = 236+55+237=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 55 (21.88% from 255 or 10.42% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC37ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC37ED is #13C812. Grayscale: #818181. Windows color (decimal): -1296403 or 15546348. OLE color: 15546348.
HSL color Cylindrical-coordinate representation of color #EC37ED: hue angle of 299.67º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC37ED is Cyan = 0.00, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 55 | 237 | - |
| CMYK | 0.00 | 0.77 | 0 | 0.07 |
| HSL | 299.67º | 0.83% | 0.57% | - |
| HSV(B) | 299.67º | 0.77% | 0.93% | - |
| XYZ | 51.24 | 26.68 | 82.57 | - |
| YUV | 129.87 | 188.47 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 55 | 237 | 0.00 | 0.77 | 0 | 0.07 | 299.67 | 0.83 | 0.57 |
| Hex | EC | 37 | ED | 0 | 4D | 0 | 7 | 12C | 53 | 39 |
| Octal | 354 | 67 | 355 | 0 | 115 | 0 | 7 | 454 | 123 | 71 |
| Binary | 11101100 | 110111 | 11101101 | 0 | 1001101 | 0 | 111 | 100101100 | 1010011 | 111001 |
Color Harmonies of #EC37ED
Complementary color
Monochromatic Colors of #EC37ED
Black with #EC37ED
Text Example
Text Example
White with #EC37ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC37ED; }
p { color: rgb(236,55,237); }
H1.HeaderClassName
{
color: #EC37ED;
}
.AnyTagClassName
{
color: #EC37ED;
}
</style>
background-color css
<style>
a { background-color: #EC37ED; }
a { background-color: rgb(236,55,237); }
div.DivClassName
{
background-color: #EC37ED;
}
.BgClassName
{
background-color: #EC37ED;
}
</style>
border-color css
<style>
span { border-color: #EC37ED; }
span { border-color: rgb(236,55,237); }
td.TdClassName
{
border-color: #EC37ED;
}
.TagClassName
{
border-color: #EC37ED;
}
</style>