Html Css Color HEX #EC64DA Free Speech Magenta
📋 copy color: '#EC64DA'red 236 ◦ green 100 ◦ blue 218
Shades of Free Speech Magenta #EC64DA
Tints of Free Speech Magenta #EC64DA
RGB
CMYK
RGB Variations
Color information
#EC64DA (or 0xEC64DA) is known color: Free Speech Magenta. HEX triplet: EC, 64 and DA. RGB value is (236,100,218). Sum of RGB (Red+Green+Blue) = 236+100+218=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 100 (39.45% from 255 or 18.05% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #EC64DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC64DA is #139B25. Grayscale: #999999. Windows color (decimal): -1284902 or 14312684. OLE color: 14312684.
HSL color Cylindrical-coordinate representation of color #EC64DA: hue angle of 307.94º 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 #EC64DA is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 218 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.07 |
| HSL | 307.94º | 0.78% | 0.66% | - |
| HSV(B) | 307.94º | 0.58% | 0.93% | - |
| XYZ | 51.8 | 32.01 | 69.78 | - |
| YUV | 154.12 | 164.06 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 218 | 0 | 0.58 | 0.08 | 0.07 | 307.94 | 0.78 | 0.66 |
| Hex | EC | 64 | DA | 0 | 3A | 8 | 7 | 134 | 4E | 42 |
| Octal | 354 | 144 | 332 | 0 | 72 | 10 | 7 | 464 | 116 | 102 |
| Binary | 11101100 | 1100100 | 11011010 | 0 | 111010 | 1000 | 111 | 100110100 | 1001110 | 1000010 |
Color Harmonies of #EC64DA
Complementary color
Monochromatic Colors of #EC64DA
Black with #EC64DA
Text Example
Text Example
White with #EC64DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC64DA; }
p { color: rgb(236,100,218); }
H1.HeaderClassName
{
color: #EC64DA;
}
.AnyTagClassName
{
color: #EC64DA;
}
</style>
background-color css
<style>
a { background-color: #EC64DA; }
a { background-color: rgb(236,100,218); }
div.DivClassName
{
background-color: #EC64DA;
}
.BgClassName
{
background-color: #EC64DA;
}
</style>
border-color css
<style>
span { border-color: #EC64DA; }
span { border-color: rgb(236,100,218); }
td.TdClassName
{
border-color: #EC64DA;
}
.TagClassName
{
border-color: #EC64DA;
}
</style>