Html Css Color HEX #EC66CF Free Speech Magenta
📋 copy color: '#EC66CF'red 236 ◦ green 102 ◦ blue 207
Shades of Free Speech Magenta #EC66CF
Tints of Free Speech Magenta #EC66CF
RGB
CMYK
RGB Variations
Color information
#EC66CF (or 0xEC66CF) is known color: Free Speech Magenta. HEX triplet: EC, 66 and CF. RGB value is (236,102,207). Sum of RGB (Red+Green+Blue) = 236+102+207=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 102 (40.23% from 255 or 18.72% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #EC66CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC66CF is #139930. Grayscale: #999999. Windows color (decimal): -1284401 or 13592300. OLE color: 13592300.
HSL color Cylindrical-coordinate representation of color #EC66CF: hue angle of 312.99º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC66CF is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 207 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.07 |
| HSL | 312.99º | 0.78% | 0.66% | - |
| HSV(B) | 312.99º | 0.57% | 0.93% | - |
| XYZ | 50.61 | 31.84 | 62.51 | - |
| YUV | 154.04 | 157.89 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 207 | 0 | 0.57 | 0.12 | 0.07 | 312.99 | 0.78 | 0.66 |
| Hex | EC | 66 | CF | 0 | 39 | C | 7 | 139 | 4E | 42 |
| Octal | 354 | 146 | 317 | 0 | 71 | 14 | 7 | 471 | 116 | 102 |
| Binary | 11101100 | 1100110 | 11001111 | 0 | 111001 | 1100 | 111 | 100111001 | 1001110 | 1000010 |
Color Harmonies of #EC66CF
Complementary color
Monochromatic Colors of #EC66CF
Black with #EC66CF
Text Example
Text Example
White with #EC66CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC66CF; }
p { color: rgb(236,102,207); }
H1.HeaderClassName
{
color: #EC66CF;
}
.AnyTagClassName
{
color: #EC66CF;
}
</style>
background-color css
<style>
a { background-color: #EC66CF; }
a { background-color: rgb(236,102,207); }
div.DivClassName
{
background-color: #EC66CF;
}
.BgClassName
{
background-color: #EC66CF;
}
</style>
border-color css
<style>
span { border-color: #EC66CF; }
span { border-color: rgb(236,102,207); }
td.TdClassName
{
border-color: #EC66CF;
}
.TagClassName
{
border-color: #EC66CF;
}
</style>