Html Css Color HEX #EC66D3 Free Speech Magenta
📋 copy color: '#EC66D3'red 236 ◦ green 102 ◦ blue 211
Shades of Free Speech Magenta #EC66D3
Tints of Free Speech Magenta #EC66D3
RGB
CMYK
RGB Variations
Color information
#EC66D3 (or 0xEC66D3) is known color: Free Speech Magenta. HEX triplet: EC, 66 and D3. RGB value is (236,102,211). Sum of RGB (Red+Green+Blue) = 236+102+211=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 102 (40.23% from 255 or 18.58% from 549); Blue value is 211 (82.81% from 255 or 38.43% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #EC66D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC66D3 is #13992C. Grayscale: #9A9A9A. Windows color (decimal): -1284397 or 13854444. OLE color: 13854444.
HSL color Cylindrical-coordinate representation of color #EC66D3: hue angle of 311.19º 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 #EC66D3 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 211 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.07 |
| HSL | 311.19º | 0.78% | 0.66% | - |
| HSV(B) | 311.19º | 0.57% | 0.93% | - |
| XYZ | 51.1 | 32.04 | 65.12 | - |
| YUV | 154.49 | 159.89 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 211 | 0 | 0.57 | 0.11 | 0.07 | 311.19 | 0.78 | 0.66 |
| Hex | EC | 66 | D3 | 0 | 39 | B | 7 | 137 | 4E | 42 |
| Octal | 354 | 146 | 323 | 0 | 71 | 13 | 7 | 467 | 116 | 102 |
| Binary | 11101100 | 1100110 | 11010011 | 0 | 111001 | 1011 | 111 | 100110111 | 1001110 | 1000010 |
Color Harmonies of #EC66D3
Complementary color
Monochromatic Colors of #EC66D3
Black with #EC66D3
Text Example
Text Example
White with #EC66D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC66D3; }
p { color: rgb(236,102,211); }
H1.HeaderClassName
{
color: #EC66D3;
}
.AnyTagClassName
{
color: #EC66D3;
}
</style>
background-color css
<style>
a { background-color: #EC66D3; }
a { background-color: rgb(236,102,211); }
div.DivClassName
{
background-color: #EC66D3;
}
.BgClassName
{
background-color: #EC66D3;
}
</style>
border-color css
<style>
span { border-color: #EC66D3; }
span { border-color: rgb(236,102,211); }
td.TdClassName
{
border-color: #EC66D3;
}
.TagClassName
{
border-color: #EC66D3;
}
</style>