Html Css Color HEX #EC66DC Free Speech Magenta
📋 copy color: '#EC66DC'red 236 ◦ green 102 ◦ blue 220
Shades of Free Speech Magenta #EC66DC
Tints of Free Speech Magenta #EC66DC
RGB
CMYK
RGB Variations
Color information
#EC66DC (or 0xEC66DC) is known color: Free Speech Magenta. HEX triplet: EC, 66 and DC. RGB value is (236,102,220). Sum of RGB (Red+Green+Blue) = 236+102+220=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 102 (40.23% from 255 or 18.28% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #EC66DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC66DC is #139923. Grayscale: #9B9B9B. Windows color (decimal): -1284388 or 14444268. OLE color: 14444268.
HSL color Cylindrical-coordinate representation of color #EC66DC: hue angle of 307.16º 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 #EC66DC is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 220 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.07 |
| HSL | 307.16º | 0.78% | 0.66% | - |
| HSV(B) | 307.16º | 0.57% | 0.93% | - |
| XYZ | 52.26 | 32.5 | 71.23 | - |
| YUV | 155.52 | 164.39 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 220 | 0 | 0.57 | 0.07 | 0.07 | 307.16 | 0.78 | 0.66 |
| Hex | EC | 66 | DC | 0 | 39 | 7 | 7 | 133 | 4E | 42 |
| Octal | 354 | 146 | 334 | 0 | 71 | 7 | 7 | 463 | 116 | 102 |
| Binary | 11101100 | 1100110 | 11011100 | 0 | 111001 | 111 | 111 | 100110011 | 1001110 | 1000010 |
Color Harmonies of #EC66DC
Complementary color
Monochromatic Colors of #EC66DC
Black with #EC66DC
Text Example
Text Example
White with #EC66DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC66DC; }
p { color: rgb(236,102,220); }
H1.HeaderClassName
{
color: #EC66DC;
}
.AnyTagClassName
{
color: #EC66DC;
}
</style>
background-color css
<style>
a { background-color: #EC66DC; }
a { background-color: rgb(236,102,220); }
div.DivClassName
{
background-color: #EC66DC;
}
.BgClassName
{
background-color: #EC66DC;
}
</style>
border-color css
<style>
span { border-color: #EC66DC; }
span { border-color: rgb(236,102,220); }
td.TdClassName
{
border-color: #EC66DC;
}
.TagClassName
{
border-color: #EC66DC;
}
</style>