Html Css Color HEX #EC56E6 Free Speech Magenta
📋 copy color: '#EC56E6'red 236 ◦ green 86 ◦ blue 230
Shades of Free Speech Magenta #EC56E6
Tints of Free Speech Magenta #EC56E6
RGB
CMYK
RGB Variations
Color information
#EC56E6 (or 0xEC56E6) is known color: Free Speech Magenta. HEX triplet: EC, 56 and E6. RGB value is (236,86,230). Sum of RGB (Red+Green+Blue) = 236+86+230=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 86 (33.98% from 255 or 15.58% from 552); Blue value is 230 (90.23% from 255 or 41.67% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #EC56E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC56E6 is #13A919. Grayscale: #929292. Windows color (decimal): -1288474 or 15095532. OLE color: 15095532.
HSL color Cylindrical-coordinate representation of color #EC56E6: hue angle of 302.4º 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 #EC56E6 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 230 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.07 |
| HSL | 302.4º | 0.8% | 0.63% | - |
| HSV(B) | 302.4º | 0.64% | 0.93% | - |
| XYZ | 52.2 | 30.2 | 77.94 | - |
| YUV | 147.27 | 174.7 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 230 | 0 | 0.64 | 0.03 | 0.07 | 302.4 | 0.8 | 0.63 |
| Hex | EC | 56 | E6 | 0 | 40 | 3 | 7 | 12E | 50 | 3F |
| Octal | 354 | 126 | 346 | 0 | 100 | 3 | 7 | 456 | 120 | 77 |
| Binary | 11101100 | 1010110 | 11100110 | 0 | 1000000 | 11 | 111 | 100101110 | 1010000 | 111111 |
Color Harmonies of #EC56E6
Complementary color
Monochromatic Colors of #EC56E6
Black with #EC56E6
Text Example
Text Example
White with #EC56E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC56E6; }
p { color: rgb(236,86,230); }
H1.HeaderClassName
{
color: #EC56E6;
}
.AnyTagClassName
{
color: #EC56E6;
}
</style>
background-color css
<style>
a { background-color: #EC56E6; }
a { background-color: rgb(236,86,230); }
div.DivClassName
{
background-color: #EC56E6;
}
.BgClassName
{
background-color: #EC56E6;
}
</style>
border-color css
<style>
span { border-color: #EC56E6; }
span { border-color: rgb(236,86,230); }
td.TdClassName
{
border-color: #EC56E6;
}
.TagClassName
{
border-color: #EC56E6;
}
</style>