Html Css Color HEX #EC6BDC Free Speech Magenta
📋 copy color: '#EC6BDC'red 236 ◦ green 107 ◦ blue 220
Shades of Free Speech Magenta #EC6BDC
Tints of Free Speech Magenta #EC6BDC
RGB
CMYK
RGB Variations
Color information
#EC6BDC (or 0xEC6BDC) is known color: Free Speech Magenta. HEX triplet: EC, 6B and DC. RGB value is (236,107,220). Sum of RGB (Red+Green+Blue) = 236+107+220=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 107 (42.19% from 255 or 19.01% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6BDC is #139423. Grayscale: #9E9E9E. Windows color (decimal): -1283108 or 14445548. OLE color: 14445548.
HSL color Cylindrical-coordinate representation of color #EC6BDC: hue angle of 307.44º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC6BDC is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 107 | 220 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.07 |
| HSL | 307.44º | 0.77% | 0.67% | - |
| HSV(B) | 307.44º | 0.55% | 0.93% | - |
| XYZ | 52.77 | 33.52 | 71.4 | - |
| YUV | 158.45 | 162.74 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 220 | 0 | 0.55 | 0.07 | 0.07 | 307.44 | 0.77 | 0.67 |
| Hex | EC | 6B | DC | 0 | 37 | 7 | 7 | 133 | 4D | 43 |
| Octal | 354 | 153 | 334 | 0 | 67 | 7 | 7 | 463 | 115 | 103 |
| Binary | 11101100 | 1101011 | 11011100 | 0 | 110111 | 111 | 111 | 100110011 | 1001101 | 1000011 |
Color Harmonies of #EC6BDC
Complementary color
Monochromatic Colors of #EC6BDC
Black with #EC6BDC
Text Example
Text Example
White with #EC6BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6BDC; }
p { color: rgb(236,107,220); }
H1.HeaderClassName
{
color: #EC6BDC;
}
.AnyTagClassName
{
color: #EC6BDC;
}
</style>
background-color css
<style>
a { background-color: #EC6BDC; }
a { background-color: rgb(236,107,220); }
div.DivClassName
{
background-color: #EC6BDC;
}
.BgClassName
{
background-color: #EC6BDC;
}
</style>
border-color css
<style>
span { border-color: #EC6BDC; }
span { border-color: rgb(236,107,220); }
td.TdClassName
{
border-color: #EC6BDC;
}
.TagClassName
{
border-color: #EC6BDC;
}
</style>