Html Css Color HEX #EC66CC Free Speech Magenta
📋 copy color: '#EC66CC'red 236 ◦ green 102 ◦ blue 204
Shades of Free Speech Magenta #EC66CC
Tints of Free Speech Magenta #EC66CC
RGB
CMYK
RGB Variations
Color information
#EC66CC (or 0xEC66CC) is known color: Free Speech Magenta. HEX triplet: EC, 66 and CC. RGB value is (236,102,204). Sum of RGB (Red+Green+Blue) = 236+102+204=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 102 (40.23% from 255 or 18.82% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #EC66CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC66CC is #139933. Grayscale: #999999. Windows color (decimal): -1284404 or 13395692. OLE color: 13395692.
HSL color Cylindrical-coordinate representation of color #EC66CC: hue angle of 314.33º 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 #EC66CC is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 204 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.07 |
| HSL | 314.33º | 0.78% | 0.66% | - |
| HSV(B) | 314.33º | 0.57% | 0.93% | - |
| XYZ | 50.24 | 31.7 | 60.6 | - |
| YUV | 153.69 | 156.39 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 204 | 0 | 0.57 | 0.14 | 0.07 | 314.33 | 0.78 | 0.66 |
| Hex | EC | 66 | CC | 0 | 39 | E | 7 | 13A | 4E | 42 |
| Octal | 354 | 146 | 314 | 0 | 71 | 16 | 7 | 472 | 116 | 102 |
| Binary | 11101100 | 1100110 | 11001100 | 0 | 111001 | 1110 | 111 | 100111010 | 1001110 | 1000010 |
Color Harmonies of #EC66CC
Complementary color
Monochromatic Colors of #EC66CC
Black with #EC66CC
Text Example
Text Example
White with #EC66CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC66CC; }
p { color: rgb(236,102,204); }
H1.HeaderClassName
{
color: #EC66CC;
}
.AnyTagClassName
{
color: #EC66CC;
}
</style>
background-color css
<style>
a { background-color: #EC66CC; }
a { background-color: rgb(236,102,204); }
div.DivClassName
{
background-color: #EC66CC;
}
.BgClassName
{
background-color: #EC66CC;
}
</style>
border-color css
<style>
span { border-color: #EC66CC; }
span { border-color: rgb(236,102,204); }
td.TdClassName
{
border-color: #EC66CC;
}
.TagClassName
{
border-color: #EC66CC;
}
</style>