Html Css Color HEX #EC64DC Free Speech Magenta
📋 copy color: '#EC64DC'red 236 ◦ green 100 ◦ blue 220
Shades of Free Speech Magenta #EC64DC
Tints of Free Speech Magenta #EC64DC
RGB
CMYK
RGB Variations
Color information
#EC64DC (or 0xEC64DC) is known color: Free Speech Magenta. HEX triplet: EC, 64 and DC. RGB value is (236,100,220). Sum of RGB (Red+Green+Blue) = 236+100+220=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 100 (39.45% from 255 or 17.99% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #EC64DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC64DC is #139B23. Grayscale: #9A9A9A. Windows color (decimal): -1284900 or 14443756. OLE color: 14443756.
HSL color Cylindrical-coordinate representation of color #EC64DC: hue angle of 307.06º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC64DC is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 220 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.07 |
| HSL | 307.06º | 0.78% | 0.66% | - |
| HSV(B) | 307.06º | 0.58% | 0.93% | - |
| XYZ | 52.07 | 32.11 | 71.16 | - |
| YUV | 154.34 | 165.06 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 220 | 0 | 0.58 | 0.07 | 0.07 | 307.06 | 0.78 | 0.66 |
| Hex | EC | 64 | DC | 0 | 3A | 7 | 7 | 133 | 4E | 42 |
| Octal | 354 | 144 | 334 | 0 | 72 | 7 | 7 | 463 | 116 | 102 |
| Binary | 11101100 | 1100100 | 11011100 | 0 | 111010 | 111 | 111 | 100110011 | 1001110 | 1000010 |
Color Harmonies of #EC64DC
Complementary color
Monochromatic Colors of #EC64DC
Black with #EC64DC
Text Example
Text Example
White with #EC64DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC64DC; }
p { color: rgb(236,100,220); }
H1.HeaderClassName
{
color: #EC64DC;
}
.AnyTagClassName
{
color: #EC64DC;
}
</style>
background-color css
<style>
a { background-color: #EC64DC; }
a { background-color: rgb(236,100,220); }
div.DivClassName
{
background-color: #EC64DC;
}
.BgClassName
{
background-color: #EC64DC;
}
</style>
border-color css
<style>
span { border-color: #EC64DC; }
span { border-color: rgb(236,100,220); }
td.TdClassName
{
border-color: #EC64DC;
}
.TagClassName
{
border-color: #EC64DC;
}
</style>