Html Css Color HEX #EC3BEF Free Speech Magenta
📋 copy color: '#EC3BEF'red 236 ◦ green 59 ◦ blue 239
Shades of Free Speech Magenta #EC3BEF
Tints of Free Speech Magenta #EC3BEF
RGB
CMYK
RGB Variations
Color information
#EC3BEF (or 0xEC3BEF) is known color: Free Speech Magenta. HEX triplet: EC, 3B and EF. RGB value is (236,59,239). Sum of RGB (Red+Green+Blue) = 236+59+239=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 59 (23.44% from 255 or 11.05% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC3BEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC3BEF is #13C410. Grayscale: #838383. Windows color (decimal): -1295377 or 15678444. OLE color: 15678444.
HSL color Cylindrical-coordinate representation of color #EC3BEF: hue angle of 299º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3BEF is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 59 | 239 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.06 |
| HSL | 299º | 0.85% | 0.58% | - |
| HSV(B) | 299º | 0.75% | 0.94% | - |
| XYZ | 51.74 | 27.19 | 84.18 | - |
| YUV | 132.44 | 188.14 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 59 | 239 | 0.01 | 0.75 | 0 | 0.06 | 299 | 0.85 | 0.58 |
| Hex | EC | 3B | EF | 1 | 4B | 0 | 6 | 12B | 55 | 3A |
| Octal | 354 | 73 | 357 | 1 | 113 | 0 | 6 | 453 | 125 | 72 |
| Binary | 11101100 | 111011 | 11101111 | 1 | 1001011 | 0 | 110 | 100101011 | 1010101 | 111010 |
Color Harmonies of #EC3BEF
Complementary color
Monochromatic Colors of #EC3BEF
Black with #EC3BEF
Text Example
Text Example
White with #EC3BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3BEF; }
p { color: rgb(236,59,239); }
H1.HeaderClassName
{
color: #EC3BEF;
}
.AnyTagClassName
{
color: #EC3BEF;
}
</style>
background-color css
<style>
a { background-color: #EC3BEF; }
a { background-color: rgb(236,59,239); }
div.DivClassName
{
background-color: #EC3BEF;
}
.BgClassName
{
background-color: #EC3BEF;
}
</style>
border-color css
<style>
span { border-color: #EC3BEF; }
span { border-color: rgb(236,59,239); }
td.TdClassName
{
border-color: #EC3BEF;
}
.TagClassName
{
border-color: #EC3BEF;
}
</style>