Html Css Color HEX #EC55D6 Free Speech Magenta
📋 copy color: '#EC55D6'red 236 ◦ green 85 ◦ blue 214
Shades of Free Speech Magenta #EC55D6
Tints of Free Speech Magenta #EC55D6
RGB
CMYK
RGB Variations
Color information
#EC55D6 (or 0xEC55D6) is known color: Free Speech Magenta. HEX triplet: EC, 55 and D6. RGB value is (236,85,214). Sum of RGB (Red+Green+Blue) = 236+85+214=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 85 (33.59% from 255 or 15.89% from 535); Blue value is 214 (83.98% from 255 or 40% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #EC55D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC55D6 is #13AA29. Grayscale: #909090. Windows color (decimal): -1288746 or 14046700. OLE color: 14046700.
HSL color Cylindrical-coordinate representation of color #EC55D6: hue angle of 308.74º 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 #EC55D6 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 214 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.07 |
| HSL | 308.74º | 0.8% | 0.63% | - |
| HSV(B) | 308.74º | 0.64% | 0.93% | - |
| XYZ | 49.98 | 29.18 | 66.62 | - |
| YUV | 144.86 | 167.03 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 214 | 0 | 0.64 | 0.09 | 0.07 | 308.74 | 0.8 | 0.63 |
| Hex | EC | 55 | D6 | 0 | 40 | 9 | 7 | 135 | 50 | 3F |
| Octal | 354 | 125 | 326 | 0 | 100 | 11 | 7 | 465 | 120 | 77 |
| Binary | 11101100 | 1010101 | 11010110 | 0 | 1000000 | 1001 | 111 | 100110101 | 1010000 | 111111 |
Color Harmonies of #EC55D6
Complementary color
Monochromatic Colors of #EC55D6
Black with #EC55D6
Text Example
Text Example
White with #EC55D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC55D6; }
p { color: rgb(236,85,214); }
H1.HeaderClassName
{
color: #EC55D6;
}
.AnyTagClassName
{
color: #EC55D6;
}
</style>
background-color css
<style>
a { background-color: #EC55D6; }
a { background-color: rgb(236,85,214); }
div.DivClassName
{
background-color: #EC55D6;
}
.BgClassName
{
background-color: #EC55D6;
}
</style>
border-color css
<style>
span { border-color: #EC55D6; }
span { border-color: rgb(236,85,214); }
td.TdClassName
{
border-color: #EC55D6;
}
.TagClassName
{
border-color: #EC55D6;
}
</style>