Html Css Color HEX #EC4DE8 Free Speech Magenta
📋 copy color: '#EC4DE8'red 236 ◦ green 77 ◦ blue 232
Shades of Free Speech Magenta #EC4DE8
Tints of Free Speech Magenta #EC4DE8
RGB
CMYK
RGB Variations
Color information
#EC4DE8 (or 0xEC4DE8) is known color: Free Speech Magenta. HEX triplet: EC, 4D and E8. RGB value is (236,77,232). Sum of RGB (Red+Green+Blue) = 236+77+232=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 77 (30.47% from 255 or 14.13% from 545); Blue value is 232 (91.02% from 255 or 42.57% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4DE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC4DE8 is #13B217. Grayscale: #8D8D8D. Windows color (decimal): -1290776 or 15224300. OLE color: 15224300.
HSL color Cylindrical-coordinate representation of color #EC4DE8: hue angle of 301.51º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4DE8 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 232 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.07 |
| HSL | 301.51º | 0.81% | 0.61% | - |
| HSV(B) | 301.51º | 0.67% | 0.93% | - |
| XYZ | 51.81 | 28.97 | 79.2 | - |
| YUV | 142.21 | 178.68 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 232 | 0 | 0.67 | 0.02 | 0.07 | 301.51 | 0.81 | 0.61 |
| Hex | EC | 4D | E8 | 0 | 43 | 2 | 7 | 12E | 51 | 3D |
| Octal | 354 | 115 | 350 | 0 | 103 | 2 | 7 | 456 | 121 | 75 |
| Binary | 11101100 | 1001101 | 11101000 | 0 | 1000011 | 10 | 111 | 100101110 | 1010001 | 111101 |
Color Harmonies of #EC4DE8
Complementary color
Monochromatic Colors of #EC4DE8
Black with #EC4DE8
Text Example
Text Example
White with #EC4DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4DE8; }
p { color: rgb(236,77,232); }
H1.HeaderClassName
{
color: #EC4DE8;
}
.AnyTagClassName
{
color: #EC4DE8;
}
</style>
background-color css
<style>
a { background-color: #EC4DE8; }
a { background-color: rgb(236,77,232); }
div.DivClassName
{
background-color: #EC4DE8;
}
.BgClassName
{
background-color: #EC4DE8;
}
</style>
border-color css
<style>
span { border-color: #EC4DE8; }
span { border-color: rgb(236,77,232); }
td.TdClassName
{
border-color: #EC4DE8;
}
.TagClassName
{
border-color: #EC4DE8;
}
</style>