Html Css Color HEX #EC56DD Free Speech Magenta
📋 copy color: '#EC56DD'red 236 ◦ green 86 ◦ blue 221
Shades of Free Speech Magenta #EC56DD
Tints of Free Speech Magenta #EC56DD
RGB
CMYK
RGB Variations
Color information
#EC56DD (or 0xEC56DD) is known color: Free Speech Magenta. HEX triplet: EC, 56 and DD. RGB value is (236,86,221). Sum of RGB (Red+Green+Blue) = 236+86+221=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 86 (33.98% from 255 or 15.84% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #EC56DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC56DD is #13A922. Grayscale: #919191. Windows color (decimal): -1288483 or 14505708. OLE color: 14505708.
HSL color Cylindrical-coordinate representation of color #EC56DD: hue angle of 306º 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 #EC56DD is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 221 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.07 |
| HSL | 306º | 0.8% | 0.63% | - |
| HSV(B) | 306º | 0.64% | 0.93% | - |
| XYZ | 50.97 | 29.71 | 71.45 | - |
| YUV | 146.24 | 170.2 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 221 | 0 | 0.64 | 0.06 | 0.07 | 306 | 0.8 | 0.63 |
| Hex | EC | 56 | DD | 0 | 40 | 6 | 7 | 132 | 50 | 3F |
| Octal | 354 | 126 | 335 | 0 | 100 | 6 | 7 | 462 | 120 | 77 |
| Binary | 11101100 | 1010110 | 11011101 | 0 | 1000000 | 110 | 111 | 100110010 | 1010000 | 111111 |
Color Harmonies of #EC56DD
Complementary color
Monochromatic Colors of #EC56DD
Black with #EC56DD
Text Example
Text Example
White with #EC56DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC56DD; }
p { color: rgb(236,86,221); }
H1.HeaderClassName
{
color: #EC56DD;
}
.AnyTagClassName
{
color: #EC56DD;
}
</style>
background-color css
<style>
a { background-color: #EC56DD; }
a { background-color: rgb(236,86,221); }
div.DivClassName
{
background-color: #EC56DD;
}
.BgClassName
{
background-color: #EC56DD;
}
</style>
border-color css
<style>
span { border-color: #EC56DD; }
span { border-color: rgb(236,86,221); }
td.TdClassName
{
border-color: #EC56DD;
}
.TagClassName
{
border-color: #EC56DD;
}
</style>