Html Css Color HEX #EC6BDF Free Speech Magenta
📋 copy color: '#EC6BDF'red 236 ◦ green 107 ◦ blue 223
Shades of Free Speech Magenta #EC6BDF
Tints of Free Speech Magenta #EC6BDF
RGB
CMYK
RGB Variations
Color information
#EC6BDF (or 0xEC6BDF) is known color: Free Speech Magenta. HEX triplet: EC, 6B and DF. RGB value is (236,107,223). Sum of RGB (Red+Green+Blue) = 236+107+223=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 107 (42.19% from 255 or 18.90% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6BDF is #139420. Grayscale: #9E9E9E. Windows color (decimal): -1283105 or 14642156. OLE color: 14642156.
HSL color Cylindrical-coordinate representation of color #EC6BDF: hue angle of 306.05º 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 #EC6BDF is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 107 | 223 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.07 |
| HSL | 306.05º | 0.77% | 0.67% | - |
| HSV(B) | 306.05º | 0.55% | 0.93% | - |
| XYZ | 53.17 | 33.68 | 73.51 | - |
| YUV | 158.8 | 164.24 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 223 | 0 | 0.55 | 0.06 | 0.07 | 306.05 | 0.77 | 0.67 |
| Hex | EC | 6B | DF | 0 | 37 | 6 | 7 | 132 | 4D | 43 |
| Octal | 354 | 153 | 337 | 0 | 67 | 6 | 7 | 462 | 115 | 103 |
| Binary | 11101100 | 1101011 | 11011111 | 0 | 110111 | 110 | 111 | 100110010 | 1001101 | 1000011 |
Color Harmonies of #EC6BDF
Complementary color
Monochromatic Colors of #EC6BDF
Black with #EC6BDF
Text Example
Text Example
White with #EC6BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6BDF; }
p { color: rgb(236,107,223); }
H1.HeaderClassName
{
color: #EC6BDF;
}
.AnyTagClassName
{
color: #EC6BDF;
}
</style>
background-color css
<style>
a { background-color: #EC6BDF; }
a { background-color: rgb(236,107,223); }
div.DivClassName
{
background-color: #EC6BDF;
}
.BgClassName
{
background-color: #EC6BDF;
}
</style>
border-color css
<style>
span { border-color: #EC6BDF; }
span { border-color: rgb(236,107,223); }
td.TdClassName
{
border-color: #EC6BDF;
}
.TagClassName
{
border-color: #EC6BDF;
}
</style>