Html Css Color HEX #EC56E4 Free Speech Magenta
📋 copy color: '#EC56E4'red 236 ◦ green 86 ◦ blue 228
Shades of Free Speech Magenta #EC56E4
Tints of Free Speech Magenta #EC56E4
RGB
CMYK
RGB Variations
Color information
#EC56E4 (or 0xEC56E4) is known color: Free Speech Magenta. HEX triplet: EC, 56 and E4. RGB value is (236,86,228). Sum of RGB (Red+Green+Blue) = 236+86+228=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 86 (33.98% from 255 or 15.64% from 550); Blue value is 228 (89.45% from 255 or 41.45% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #EC56E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC56E4 is #13A91B. Grayscale: #929292. Windows color (decimal): -1288476 or 14964460. OLE color: 14964460.
HSL color Cylindrical-coordinate representation of color #EC56E4: hue angle of 303.2º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC56E4 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 228 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.07 |
| HSL | 303.2º | 0.8% | 0.63% | - |
| HSV(B) | 303.2º | 0.64% | 0.93% | - |
| XYZ | 51.92 | 30.09 | 76.47 | - |
| YUV | 147.04 | 173.7 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 228 | 0 | 0.64 | 0.03 | 0.07 | 303.2 | 0.8 | 0.63 |
| Hex | EC | 56 | E4 | 0 | 40 | 3 | 7 | 12F | 50 | 3F |
| Octal | 354 | 126 | 344 | 0 | 100 | 3 | 7 | 457 | 120 | 77 |
| Binary | 11101100 | 1010110 | 11100100 | 0 | 1000000 | 11 | 111 | 100101111 | 1010000 | 111111 |
Color Harmonies of #EC56E4
Complementary color
Monochromatic Colors of #EC56E4
Black with #EC56E4
Text Example
Text Example
White with #EC56E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC56E4; }
p { color: rgb(236,86,228); }
H1.HeaderClassName
{
color: #EC56E4;
}
.AnyTagClassName
{
color: #EC56E4;
}
</style>
background-color css
<style>
a { background-color: #EC56E4; }
a { background-color: rgb(236,86,228); }
div.DivClassName
{
background-color: #EC56E4;
}
.BgClassName
{
background-color: #EC56E4;
}
</style>
border-color css
<style>
span { border-color: #EC56E4; }
span { border-color: rgb(236,86,228); }
td.TdClassName
{
border-color: #EC56E4;
}
.TagClassName
{
border-color: #EC56E4;
}
</style>