Html Css Color HEX #EC60EA Free Speech Magenta
📋 copy color: '#EC60EA'red 236 ◦ green 96 ◦ blue 234
Shades of Free Speech Magenta #EC60EA
Tints of Free Speech Magenta #EC60EA
RGB
CMYK
RGB Variations
Color information
#EC60EA (or 0xEC60EA) is known color: Free Speech Magenta. HEX triplet: EC, 60 and EA. RGB value is (236,96,234). Sum of RGB (Red+Green+Blue) = 236+96+234=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 96 (37.89% from 255 or 16.96% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #EC60EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC60EA is #139F15. Grayscale: #999999. Windows color (decimal): -1285910 or 15360236. OLE color: 15360236.
HSL color Cylindrical-coordinate representation of color #EC60EA: hue angle of 300.86º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC60EA is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 234 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.07 |
| HSL | 300.86º | 0.79% | 0.65% | - |
| HSV(B) | 300.86º | 0.59% | 0.93% | - |
| XYZ | 53.63 | 32.14 | 81.22 | - |
| YUV | 153.59 | 173.38 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 234 | 0 | 0.59 | 0.01 | 0.07 | 300.86 | 0.79 | 0.65 |
| Hex | EC | 60 | EA | 0 | 3B | 1 | 7 | 12D | 4F | 41 |
| Octal | 354 | 140 | 352 | 0 | 73 | 1 | 7 | 455 | 117 | 101 |
| Binary | 11101100 | 1100000 | 11101010 | 0 | 111011 | 1 | 111 | 100101101 | 1001111 | 1000001 |
Color Harmonies of #EC60EA
Complementary color
Monochromatic Colors of #EC60EA
Black with #EC60EA
Text Example
Text Example
White with #EC60EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC60EA; }
p { color: rgb(236,96,234); }
H1.HeaderClassName
{
color: #EC60EA;
}
.AnyTagClassName
{
color: #EC60EA;
}
</style>
background-color css
<style>
a { background-color: #EC60EA; }
a { background-color: rgb(236,96,234); }
div.DivClassName
{
background-color: #EC60EA;
}
.BgClassName
{
background-color: #EC60EA;
}
</style>
border-color css
<style>
span { border-color: #EC60EA; }
span { border-color: rgb(236,96,234); }
td.TdClassName
{
border-color: #EC60EA;
}
.TagClassName
{
border-color: #EC60EA;
}
</style>