Html Css Color HEX #EC4DEE Free Speech Magenta
📋 copy color: '#EC4DEE'red 236 ◦ green 77 ◦ blue 238
Shades of Free Speech Magenta #EC4DEE
Tints of Free Speech Magenta #EC4DEE
RGB
CMYK
RGB Variations
Color information
#EC4DEE (or 0xEC4DEE) is known color: Free Speech Magenta. HEX triplet: EC, 4D and EE. RGB value is (236,77,238). Sum of RGB (Red+Green+Blue) = 236+77+238=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 77 (30.47% from 255 or 13.97% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC4DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC4DEE is #13B211. Grayscale: #8E8E8E. Windows color (decimal): -1290770 or 15617516. OLE color: 15617516.
HSL color Cylindrical-coordinate representation of color #EC4DEE: hue angle of 299.25º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC4DEE is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 238 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.07 |
| HSL | 299.25º | 0.83% | 0.62% | - |
| HSV(B) | 299.25º | 0.68% | 0.93% | - |
| XYZ | 52.68 | 29.31 | 83.77 | - |
| YUV | 142.9 | 181.68 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 238 | 0.01 | 0.68 | 0 | 0.07 | 299.25 | 0.83 | 0.62 |
| Hex | EC | 4D | EE | 1 | 44 | 0 | 7 | 12B | 53 | 3E |
| Octal | 354 | 115 | 356 | 1 | 104 | 0 | 7 | 453 | 123 | 76 |
| Binary | 11101100 | 1001101 | 11101110 | 1 | 1000100 | 0 | 111 | 100101011 | 1010011 | 111110 |
Color Harmonies of #EC4DEE
Complementary color
Monochromatic Colors of #EC4DEE
Black with #EC4DEE
Text Example
Text Example
White with #EC4DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4DEE; }
p { color: rgb(236,77,238); }
H1.HeaderClassName
{
color: #EC4DEE;
}
.AnyTagClassName
{
color: #EC4DEE;
}
</style>
background-color css
<style>
a { background-color: #EC4DEE; }
a { background-color: rgb(236,77,238); }
div.DivClassName
{
background-color: #EC4DEE;
}
.BgClassName
{
background-color: #EC4DEE;
}
</style>
border-color css
<style>
span { border-color: #EC4DEE; }
span { border-color: rgb(236,77,238); }
td.TdClassName
{
border-color: #EC4DEE;
}
.TagClassName
{
border-color: #EC4DEE;
}
</style>