Html Css Color HEX #EC64CF Free Speech Magenta
📋 copy color: '#EC64CF'red 236 ◦ green 100 ◦ blue 207
Shades of Free Speech Magenta #EC64CF
Tints of Free Speech Magenta #EC64CF
RGB
CMYK
RGB Variations
Color information
#EC64CF (or 0xEC64CF) is known color: Free Speech Magenta. HEX triplet: EC, 64 and CF. RGB value is (236,100,207). Sum of RGB (Red+Green+Blue) = 236+100+207=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 100 (39.45% from 255 or 18.42% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #EC64CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC64CF is #139B30. Grayscale: #989898. Windows color (decimal): -1284913 or 13591788. OLE color: 13591788.
HSL color Cylindrical-coordinate representation of color #EC64CF: hue angle of 312.79º 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 #EC64CF is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 207 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.07 |
| HSL | 312.79º | 0.78% | 0.66% | - |
| HSV(B) | 312.79º | 0.58% | 0.93% | - |
| XYZ | 50.41 | 31.45 | 62.45 | - |
| YUV | 152.86 | 158.56 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 207 | 0 | 0.58 | 0.12 | 0.07 | 312.79 | 0.78 | 0.66 |
| Hex | EC | 64 | CF | 0 | 3A | C | 7 | 139 | 4E | 42 |
| Octal | 354 | 144 | 317 | 0 | 72 | 14 | 7 | 471 | 116 | 102 |
| Binary | 11101100 | 1100100 | 11001111 | 0 | 111010 | 1100 | 111 | 100111001 | 1001110 | 1000010 |
Color Harmonies of #EC64CF
Complementary color
Monochromatic Colors of #EC64CF
Black with #EC64CF
Text Example
Text Example
White with #EC64CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC64CF; }
p { color: rgb(236,100,207); }
H1.HeaderClassName
{
color: #EC64CF;
}
.AnyTagClassName
{
color: #EC64CF;
}
</style>
background-color css
<style>
a { background-color: #EC64CF; }
a { background-color: rgb(236,100,207); }
div.DivClassName
{
background-color: #EC64CF;
}
.BgClassName
{
background-color: #EC64CF;
}
</style>
border-color css
<style>
span { border-color: #EC64CF; }
span { border-color: rgb(236,100,207); }
td.TdClassName
{
border-color: #EC64CF;
}
.TagClassName
{
border-color: #EC64CF;
}
</style>