Html Css Color HEX #EC4EED Free Speech Magenta
📋 copy color: '#EC4EED'red 236 ◦ green 78 ◦ blue 237
Shades of Free Speech Magenta #EC4EED
Tints of Free Speech Magenta #EC4EED
RGB
CMYK
RGB Variations
Color information
#EC4EED (or 0xEC4EED) is known color: Free Speech Magenta. HEX triplet: EC, 4E and ED. RGB value is (236,78,237). Sum of RGB (Red+Green+Blue) = 236+78+237=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 78 (30.86% from 255 or 14.16% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC4EED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC4EED is #13B112. Grayscale: #8E8E8E. Windows color (decimal): -1290515 or 15552236. OLE color: 15552236.
HSL color Cylindrical-coordinate representation of color #EC4EED: hue angle of 299.62º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4EED is Cyan = 0.00, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 78 | 237 | - |
| CMYK | 0.00 | 0.67 | 0 | 0.07 |
| HSL | 299.62º | 0.82% | 0.62% | - |
| HSV(B) | 299.62º | 0.67% | 0.93% | - |
| XYZ | 52.6 | 29.4 | 83.02 | - |
| YUV | 143.37 | 180.85 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 78 | 237 | 0.00 | 0.67 | 0 | 0.07 | 299.62 | 0.82 | 0.62 |
| Hex | EC | 4E | ED | 0 | 43 | 0 | 7 | 12C | 52 | 3E |
| Octal | 354 | 116 | 355 | 0 | 103 | 0 | 7 | 454 | 122 | 76 |
| Binary | 11101100 | 1001110 | 11101101 | 0 | 1000011 | 0 | 111 | 100101100 | 1010010 | 111110 |
Color Harmonies of #EC4EED
Complementary color
Monochromatic Colors of #EC4EED
Black with #EC4EED
Text Example
Text Example
White with #EC4EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4EED; }
p { color: rgb(236,78,237); }
H1.HeaderClassName
{
color: #EC4EED;
}
.AnyTagClassName
{
color: #EC4EED;
}
</style>
background-color css
<style>
a { background-color: #EC4EED; }
a { background-color: rgb(236,78,237); }
div.DivClassName
{
background-color: #EC4EED;
}
.BgClassName
{
background-color: #EC4EED;
}
</style>
border-color css
<style>
span { border-color: #EC4EED; }
span { border-color: rgb(236,78,237); }
td.TdClassName
{
border-color: #EC4EED;
}
.TagClassName
{
border-color: #EC4EED;
}
</style>