Html Css Color HEX #EC56D4 Free Speech Magenta
📋 copy color: '#EC56D4'red 236 ◦ green 86 ◦ blue 212
Shades of Free Speech Magenta #EC56D4
Tints of Free Speech Magenta #EC56D4
RGB
CMYK
RGB Variations
Color information
#EC56D4 (or 0xEC56D4) is known color: Free Speech Magenta. HEX triplet: EC, 56 and D4. RGB value is (236,86,212). Sum of RGB (Red+Green+Blue) = 236+86+212=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 86 (33.98% from 255 or 16.10% from 534); Blue value is 212 (83.20% from 255 or 39.70% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #EC56D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC56D4 is #13A92B. Grayscale: #909090. Windows color (decimal): -1288492 or 13915884. OLE color: 13915884.
HSL color Cylindrical-coordinate representation of color #EC56D4: hue angle of 309.6º 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 #EC56D4 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 212 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.07 |
| HSL | 309.6º | 0.8% | 0.63% | - |
| HSV(B) | 309.6º | 0.64% | 0.93% | - |
| XYZ | 49.8 | 29.24 | 65.31 | - |
| YUV | 145.21 | 165.7 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 212 | 0 | 0.64 | 0.10 | 0.07 | 309.6 | 0.8 | 0.63 |
| Hex | EC | 56 | D4 | 0 | 40 | A | 7 | 136 | 50 | 3F |
| Octal | 354 | 126 | 324 | 0 | 100 | 12 | 7 | 466 | 120 | 77 |
| Binary | 11101100 | 1010110 | 11010100 | 0 | 1000000 | 1010 | 111 | 100110110 | 1010000 | 111111 |
Color Harmonies of #EC56D4
Complementary color
Monochromatic Colors of #EC56D4
Black with #EC56D4
Text Example
Text Example
White with #EC56D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC56D4; }
p { color: rgb(236,86,212); }
H1.HeaderClassName
{
color: #EC56D4;
}
.AnyTagClassName
{
color: #EC56D4;
}
</style>
background-color css
<style>
a { background-color: #EC56D4; }
a { background-color: rgb(236,86,212); }
div.DivClassName
{
background-color: #EC56D4;
}
.BgClassName
{
background-color: #EC56D4;
}
</style>
border-color css
<style>
span { border-color: #EC56D4; }
span { border-color: rgb(236,86,212); }
td.TdClassName
{
border-color: #EC56D4;
}
.TagClassName
{
border-color: #EC56D4;
}
</style>