Html Css Color HEX #EC6CDF Free Speech Magenta
📋 copy color: '#EC6CDF'red 236 ◦ green 108 ◦ blue 223
Shades of Free Speech Magenta #EC6CDF
Tints of Free Speech Magenta #EC6CDF
RGB
CMYK
RGB Variations
Color information
#EC6CDF (or 0xEC6CDF) is known color: Free Speech Magenta. HEX triplet: EC, 6C and DF. RGB value is (236,108,223). Sum of RGB (Red+Green+Blue) = 236+108+223=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 108 (42.58% from 255 or 19.05% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6CDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6CDF is #139320. Grayscale: #9F9F9F. Windows color (decimal): -1282849 or 14642412. OLE color: 14642412.
HSL color Cylindrical-coordinate representation of color #EC6CDF: hue angle of 306.09º 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 #EC6CDF is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 108 | 223 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.07 |
| HSL | 306.09º | 0.77% | 0.67% | - |
| HSV(B) | 306.09º | 0.54% | 0.93% | - |
| XYZ | 53.27 | 33.89 | 73.54 | - |
| YUV | 159.38 | 163.91 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 223 | 0 | 0.54 | 0.06 | 0.07 | 306.09 | 0.77 | 0.67 |
| Hex | EC | 6C | DF | 0 | 36 | 6 | 7 | 132 | 4D | 43 |
| Octal | 354 | 154 | 337 | 0 | 66 | 6 | 7 | 462 | 115 | 103 |
| Binary | 11101100 | 1101100 | 11011111 | 0 | 110110 | 110 | 111 | 100110010 | 1001101 | 1000011 |
Color Harmonies of #EC6CDF
Complementary color
Monochromatic Colors of #EC6CDF
Black with #EC6CDF
Text Example
Text Example
White with #EC6CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6CDF; }
p { color: rgb(236,108,223); }
H1.HeaderClassName
{
color: #EC6CDF;
}
.AnyTagClassName
{
color: #EC6CDF;
}
</style>
background-color css
<style>
a { background-color: #EC6CDF; }
a { background-color: rgb(236,108,223); }
div.DivClassName
{
background-color: #EC6CDF;
}
.BgClassName
{
background-color: #EC6CDF;
}
</style>
border-color css
<style>
span { border-color: #EC6CDF; }
span { border-color: rgb(236,108,223); }
td.TdClassName
{
border-color: #EC6CDF;
}
.TagClassName
{
border-color: #EC6CDF;
}
</style>