Html Css Color HEX #EC4CEF Free Speech Magenta
📋 copy color: '#EC4CEF'red 236 ◦ green 76 ◦ blue 239
Shades of Free Speech Magenta #EC4CEF
Tints of Free Speech Magenta #EC4CEF
RGB
CMYK
RGB Variations
Color information
#EC4CEF (or 0xEC4CEF) is known color: Free Speech Magenta. HEX triplet: EC, 4C and EF. RGB value is (236,76,239). Sum of RGB (Red+Green+Blue) = 236+76+239=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 76 (30.08% from 255 or 13.79% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC4CEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC4CEF is #13B310. Grayscale: #8D8D8D. Windows color (decimal): -1291025 or 15682796. OLE color: 15682796.
HSL color Cylindrical-coordinate representation of color #EC4CEF: hue angle of 298.9º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC4CEF is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 76 | 239 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.06 |
| HSL | 298.9º | 0.84% | 0.62% | - |
| HSV(B) | 298.9º | 0.68% | 0.94% | - |
| XYZ | 52.76 | 29.23 | 84.52 | - |
| YUV | 142.42 | 182.51 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 239 | 0.01 | 0.68 | 0 | 0.06 | 298.9 | 0.84 | 0.62 |
| Hex | EC | 4C | EF | 1 | 44 | 0 | 6 | 12B | 54 | 3E |
| Octal | 354 | 114 | 357 | 1 | 104 | 0 | 6 | 453 | 124 | 76 |
| Binary | 11101100 | 1001100 | 11101111 | 1 | 1000100 | 0 | 110 | 100101011 | 1010100 | 111110 |
Color Harmonies of #EC4CEF
Complementary color
Monochromatic Colors of #EC4CEF
Black with #EC4CEF
Text Example
Text Example
White with #EC4CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4CEF; }
p { color: rgb(236,76,239); }
H1.HeaderClassName
{
color: #EC4CEF;
}
.AnyTagClassName
{
color: #EC4CEF;
}
</style>
background-color css
<style>
a { background-color: #EC4CEF; }
a { background-color: rgb(236,76,239); }
div.DivClassName
{
background-color: #EC4CEF;
}
.BgClassName
{
background-color: #EC4CEF;
}
</style>
border-color css
<style>
span { border-color: #EC4CEF; }
span { border-color: rgb(236,76,239); }
td.TdClassName
{
border-color: #EC4CEF;
}
.TagClassName
{
border-color: #EC4CEF;
}
</style>