Html Css Color HEX #EC55D0 Free Speech Magenta
📋 copy color: '#EC55D0'red 236 ◦ green 85 ◦ blue 208
Shades of Free Speech Magenta #EC55D0
Tints of Free Speech Magenta #EC55D0
RGB
CMYK
RGB Variations
Color information
#EC55D0 (or 0xEC55D0) is known color: Free Speech Magenta. HEX triplet: EC, 55 and D0. RGB value is (236,85,208). Sum of RGB (Red+Green+Blue) = 236+85+208=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 85 (33.59% from 255 or 16.07% from 529); Blue value is 208 (81.64% from 255 or 39.32% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #EC55D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC55D0 is #13AA2F. Grayscale: #8F8F8F. Windows color (decimal): -1288752 or 13653484. OLE color: 13653484.
HSL color Cylindrical-coordinate representation of color #EC55D0: hue angle of 311.13º 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 #EC55D0 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 208 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.07 |
| HSL | 311.13º | 0.8% | 0.63% | - |
| HSV(B) | 311.13º | 0.64% | 0.93% | - |
| XYZ | 49.23 | 28.88 | 62.66 | - |
| YUV | 144.17 | 164.03 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 208 | 0 | 0.64 | 0.12 | 0.07 | 311.13 | 0.8 | 0.63 |
| Hex | EC | 55 | D0 | 0 | 40 | C | 7 | 137 | 50 | 3F |
| Octal | 354 | 125 | 320 | 0 | 100 | 14 | 7 | 467 | 120 | 77 |
| Binary | 11101100 | 1010101 | 11010000 | 0 | 1000000 | 1100 | 111 | 100110111 | 1010000 | 111111 |
Color Harmonies of #EC55D0
Complementary color
Monochromatic Colors of #EC55D0
Black with #EC55D0
Text Example
Text Example
White with #EC55D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC55D0; }
p { color: rgb(236,85,208); }
H1.HeaderClassName
{
color: #EC55D0;
}
.AnyTagClassName
{
color: #EC55D0;
}
</style>
background-color css
<style>
a { background-color: #EC55D0; }
a { background-color: rgb(236,85,208); }
div.DivClassName
{
background-color: #EC55D0;
}
.BgClassName
{
background-color: #EC55D0;
}
</style>
border-color css
<style>
span { border-color: #EC55D0; }
span { border-color: rgb(236,85,208); }
td.TdClassName
{
border-color: #EC55D0;
}
.TagClassName
{
border-color: #EC55D0;
}
</style>