Html Css Color HEX #EC68D9 Free Speech Magenta
📋 copy color: '#EC68D9'red 236 ◦ green 104 ◦ blue 217
Shades of Free Speech Magenta #EC68D9
Tints of Free Speech Magenta #EC68D9
RGB
CMYK
RGB Variations
Color information
#EC68D9 (or 0xEC68D9) is known color: Free Speech Magenta. HEX triplet: EC, 68 and D9. RGB value is (236,104,217). Sum of RGB (Red+Green+Blue) = 236+104+217=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 104 (41.02% from 255 or 18.67% from 557); Blue value is 217 (85.16% from 255 or 38.96% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #EC68D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC68D9 is #139726. Grayscale: #9C9C9C. Windows color (decimal): -1283879 or 14248172. OLE color: 14248172.
HSL color Cylindrical-coordinate representation of color #EC68D9: hue angle of 308.64º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC68D9 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 217 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.07 |
| HSL | 308.64º | 0.78% | 0.67% | - |
| HSV(B) | 308.64º | 0.56% | 0.93% | - |
| XYZ | 52.07 | 32.74 | 69.22 | - |
| YUV | 156.35 | 162.23 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 217 | 0 | 0.56 | 0.08 | 0.07 | 308.64 | 0.78 | 0.67 |
| Hex | EC | 68 | D9 | 0 | 38 | 8 | 7 | 135 | 4E | 43 |
| Octal | 354 | 150 | 331 | 0 | 70 | 10 | 7 | 465 | 116 | 103 |
| Binary | 11101100 | 1101000 | 11011001 | 0 | 111000 | 1000 | 111 | 100110101 | 1001110 | 1000011 |
Color Harmonies of #EC68D9
Complementary color
Monochromatic Colors of #EC68D9
Black with #EC68D9
Text Example
Text Example
White with #EC68D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC68D9; }
p { color: rgb(236,104,217); }
H1.HeaderClassName
{
color: #EC68D9;
}
.AnyTagClassName
{
color: #EC68D9;
}
</style>
background-color css
<style>
a { background-color: #EC68D9; }
a { background-color: rgb(236,104,217); }
div.DivClassName
{
background-color: #EC68D9;
}
.BgClassName
{
background-color: #EC68D9;
}
</style>
border-color css
<style>
span { border-color: #EC68D9; }
span { border-color: rgb(236,104,217); }
td.TdClassName
{
border-color: #EC68D9;
}
.TagClassName
{
border-color: #EC68D9;
}
</style>