Html Css Color HEX #EC64CE Free Speech Magenta
📋 copy color: '#EC64CE'red 236 ◦ green 100 ◦ blue 206
Shades of Free Speech Magenta #EC64CE
Tints of Free Speech Magenta #EC64CE
RGB
CMYK
RGB Variations
Color information
#EC64CE (or 0xEC64CE) is known color: Free Speech Magenta. HEX triplet: EC, 64 and CE. RGB value is (236,100,206). Sum of RGB (Red+Green+Blue) = 236+100+206=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 100 (39.45% from 255 or 18.45% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #EC64CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC64CE is #139B31. Grayscale: #989898. Windows color (decimal): -1284914 or 13526252. OLE color: 13526252.
HSL color Cylindrical-coordinate representation of color #EC64CE: hue angle of 313.24º 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 #EC64CE is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 206 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.07 |
| HSL | 313.24º | 0.78% | 0.66% | - |
| HSV(B) | 313.24º | 0.58% | 0.93% | - |
| XYZ | 50.29 | 31.4 | 61.8 | - |
| YUV | 152.75 | 158.06 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 206 | 0 | 0.58 | 0.13 | 0.07 | 313.24 | 0.78 | 0.66 |
| Hex | EC | 64 | CE | 0 | 3A | D | 7 | 139 | 4E | 42 |
| Octal | 354 | 144 | 316 | 0 | 72 | 15 | 7 | 471 | 116 | 102 |
| Binary | 11101100 | 1100100 | 11001110 | 0 | 111010 | 1101 | 111 | 100111001 | 1001110 | 1000010 |
Color Harmonies of #EC64CE
Complementary color
Monochromatic Colors of #EC64CE
Black with #EC64CE
Text Example
Text Example
White with #EC64CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC64CE; }
p { color: rgb(236,100,206); }
H1.HeaderClassName
{
color: #EC64CE;
}
.AnyTagClassName
{
color: #EC64CE;
}
</style>
background-color css
<style>
a { background-color: #EC64CE; }
a { background-color: rgb(236,100,206); }
div.DivClassName
{
background-color: #EC64CE;
}
.BgClassName
{
background-color: #EC64CE;
}
</style>
border-color css
<style>
span { border-color: #EC64CE; }
span { border-color: rgb(236,100,206); }
td.TdClassName
{
border-color: #EC64CE;
}
.TagClassName
{
border-color: #EC64CE;
}
</style>