Html Css Color HEX #EC6DD0 Free Speech Magenta
📋 copy color: '#EC6DD0'red 236 ◦ green 109 ◦ blue 208
Shades of Free Speech Magenta #EC6DD0
Tints of Free Speech Magenta #EC6DD0
RGB
CMYK
RGB Variations
Color information
#EC6DD0 (or 0xEC6DD0) is known color: Free Speech Magenta. HEX triplet: EC, 6D and D0. RGB value is (236,109,208). Sum of RGB (Red+Green+Blue) = 236+109+208=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 109 (42.97% from 255 or 19.71% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6DD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6DD0 is #13922F. Grayscale: #9D9D9D. Windows color (decimal): -1282608 or 13659628. OLE color: 13659628.
HSL color Cylindrical-coordinate representation of color #EC6DD0: hue angle of 313.23º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC6DD0 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 109 | 208 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.07 |
| HSL | 313.23º | 0.77% | 0.68% | - |
| HSV(B) | 313.23º | 0.54% | 0.93% | - |
| XYZ | 51.45 | 33.32 | 63.4 | - |
| YUV | 158.26 | 156.08 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 109 | 208 | 0 | 0.54 | 0.12 | 0.07 | 313.23 | 0.77 | 0.68 |
| Hex | EC | 6D | D0 | 0 | 36 | C | 7 | 139 | 4D | 44 |
| Octal | 354 | 155 | 320 | 0 | 66 | 14 | 7 | 471 | 115 | 104 |
| Binary | 11101100 | 1101101 | 11010000 | 0 | 110110 | 1100 | 111 | 100111001 | 1001101 | 1000100 |
Color Harmonies of #EC6DD0
Complementary color
Monochromatic Colors of #EC6DD0
Black with #EC6DD0
Text Example
Text Example
White with #EC6DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6DD0; }
p { color: rgb(236,109,208); }
H1.HeaderClassName
{
color: #EC6DD0;
}
.AnyTagClassName
{
color: #EC6DD0;
}
</style>
background-color css
<style>
a { background-color: #EC6DD0; }
a { background-color: rgb(236,109,208); }
div.DivClassName
{
background-color: #EC6DD0;
}
.BgClassName
{
background-color: #EC6DD0;
}
</style>
border-color css
<style>
span { border-color: #EC6DD0; }
span { border-color: rgb(236,109,208); }
td.TdClassName
{
border-color: #EC6DD0;
}
.TagClassName
{
border-color: #EC6DD0;
}
</style>