Html Css Color HEX #EC6CCF Free Speech Magenta
📋 copy color: '#EC6CCF'red 236 ◦ green 108 ◦ blue 207
Shades of Free Speech Magenta #EC6CCF
Tints of Free Speech Magenta #EC6CCF
RGB
CMYK
RGB Variations
Color information
#EC6CCF (or 0xEC6CCF) is known color: Free Speech Magenta. HEX triplet: EC, 6C and CF. RGB value is (236,108,207). Sum of RGB (Red+Green+Blue) = 236+108+207=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 108 (42.58% from 255 or 19.60% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6CCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6CCF is #139330. Grayscale: #9D9D9D. Windows color (decimal): -1282865 or 13593836. OLE color: 13593836.
HSL color Cylindrical-coordinate representation of color #EC6CCF: hue angle of 313.59º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC6CCF is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 108 | 207 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.07 |
| HSL | 313.59º | 0.77% | 0.67% | - |
| HSV(B) | 313.59º | 0.54% | 0.93% | - |
| XYZ | 51.22 | 33.06 | 62.71 | - |
| YUV | 157.56 | 155.91 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 207 | 0 | 0.54 | 0.12 | 0.07 | 313.59 | 0.77 | 0.67 |
| Hex | EC | 6C | CF | 0 | 36 | C | 7 | 13A | 4D | 43 |
| Octal | 354 | 154 | 317 | 0 | 66 | 14 | 7 | 472 | 115 | 103 |
| Binary | 11101100 | 1101100 | 11001111 | 0 | 110110 | 1100 | 111 | 100111010 | 1001101 | 1000011 |
Color Harmonies of #EC6CCF
Complementary color
Monochromatic Colors of #EC6CCF
Black with #EC6CCF
Text Example
Text Example
White with #EC6CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6CCF; }
p { color: rgb(236,108,207); }
H1.HeaderClassName
{
color: #EC6CCF;
}
.AnyTagClassName
{
color: #EC6CCF;
}
</style>
background-color css
<style>
a { background-color: #EC6CCF; }
a { background-color: rgb(236,108,207); }
div.DivClassName
{
background-color: #EC6CCF;
}
.BgClassName
{
background-color: #EC6CCF;
}
</style>
border-color css
<style>
span { border-color: #EC6CCF; }
span { border-color: rgb(236,108,207); }
td.TdClassName
{
border-color: #EC6CCF;
}
.TagClassName
{
border-color: #EC6CCF;
}
</style>