Html Css Color HEX #EC64CD Free Speech Magenta
📋 copy color: '#EC64CD'red 236 ◦ green 100 ◦ blue 205
Shades of Free Speech Magenta #EC64CD
Tints of Free Speech Magenta #EC64CD
RGB
CMYK
RGB Variations
Color information
#EC64CD (or 0xEC64CD) is known color: Free Speech Magenta. HEX triplet: EC, 64 and CD. RGB value is (236,100,205). Sum of RGB (Red+Green+Blue) = 236+100+205=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 100 (39.45% from 255 or 18.48% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #EC64CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC64CD is #139B32. Grayscale: #989898. Windows color (decimal): -1284915 or 13460716. OLE color: 13460716.
HSL color Cylindrical-coordinate representation of color #EC64CD: hue angle of 313.68º 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 #EC64CD is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 205 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.07 |
| HSL | 313.68º | 0.78% | 0.66% | - |
| HSV(B) | 313.68º | 0.58% | 0.93% | - |
| XYZ | 50.17 | 31.35 | 61.17 | - |
| YUV | 152.63 | 157.56 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 205 | 0 | 0.58 | 0.13 | 0.07 | 313.68 | 0.78 | 0.66 |
| Hex | EC | 64 | CD | 0 | 3A | D | 7 | 13A | 4E | 42 |
| Octal | 354 | 144 | 315 | 0 | 72 | 15 | 7 | 472 | 116 | 102 |
| Binary | 11101100 | 1100100 | 11001101 | 0 | 111010 | 1101 | 111 | 100111010 | 1001110 | 1000010 |
Color Harmonies of #EC64CD
Complementary color
Monochromatic Colors of #EC64CD
Black with #EC64CD
Text Example
Text Example
White with #EC64CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC64CD; }
p { color: rgb(236,100,205); }
H1.HeaderClassName
{
color: #EC64CD;
}
.AnyTagClassName
{
color: #EC64CD;
}
</style>
background-color css
<style>
a { background-color: #EC64CD; }
a { background-color: rgb(236,100,205); }
div.DivClassName
{
background-color: #EC64CD;
}
.BgClassName
{
background-color: #EC64CD;
}
</style>
border-color css
<style>
span { border-color: #EC64CD; }
span { border-color: rgb(236,100,205); }
td.TdClassName
{
border-color: #EC64CD;
}
.TagClassName
{
border-color: #EC64CD;
}
</style>