Html Css Color HEX #EC64D5 Free Speech Magenta
📋 copy color: '#EC64D5'red 236 ◦ green 100 ◦ blue 213
Shades of Free Speech Magenta #EC64D5
Tints of Free Speech Magenta #EC64D5
RGB
CMYK
RGB Variations
Color information
#EC64D5 (or 0xEC64D5) is known color: Free Speech Magenta. HEX triplet: EC, 64 and D5. RGB value is (236,100,213). Sum of RGB (Red+Green+Blue) = 236+100+213=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 100 (39.45% from 255 or 18.21% from 549); Blue value is 213 (83.59% from 255 or 38.80% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #EC64D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC64D5 is #139B2A. Grayscale: #999999. Windows color (decimal): -1284907 or 13985004. OLE color: 13985004.
HSL color Cylindrical-coordinate representation of color #EC64D5: hue angle of 310.15º 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 #EC64D5 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 213 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.07 |
| HSL | 310.15º | 0.78% | 0.66% | - |
| HSV(B) | 310.15º | 0.58% | 0.93% | - |
| XYZ | 51.16 | 31.75 | 66.38 | - |
| YUV | 153.55 | 161.56 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 213 | 0 | 0.58 | 0.10 | 0.07 | 310.15 | 0.78 | 0.66 |
| Hex | EC | 64 | D5 | 0 | 3A | A | 7 | 136 | 4E | 42 |
| Octal | 354 | 144 | 325 | 0 | 72 | 12 | 7 | 466 | 116 | 102 |
| Binary | 11101100 | 1100100 | 11010101 | 0 | 111010 | 1010 | 111 | 100110110 | 1001110 | 1000010 |
Color Harmonies of #EC64D5
Complementary color
Monochromatic Colors of #EC64D5
Black with #EC64D5
Text Example
Text Example
White with #EC64D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC64D5; }
p { color: rgb(236,100,213); }
H1.HeaderClassName
{
color: #EC64D5;
}
.AnyTagClassName
{
color: #EC64D5;
}
</style>
background-color css
<style>
a { background-color: #EC64D5; }
a { background-color: rgb(236,100,213); }
div.DivClassName
{
background-color: #EC64D5;
}
.BgClassName
{
background-color: #EC64D5;
}
</style>
border-color css
<style>
span { border-color: #EC64D5; }
span { border-color: rgb(236,100,213); }
td.TdClassName
{
border-color: #EC64D5;
}
.TagClassName
{
border-color: #EC64D5;
}
</style>