Html Css Color HEX #EC60CE Free Speech Magenta
📋 copy color: '#EC60CE'red 236 ◦ green 96 ◦ blue 206
Shades of Free Speech Magenta #EC60CE
Tints of Free Speech Magenta #EC60CE
RGB
CMYK
RGB Variations
Color information
#EC60CE (or 0xEC60CE) is known color: Free Speech Magenta. HEX triplet: EC, 60 and CE. RGB value is (236,96,206). Sum of RGB (Red+Green+Blue) = 236+96+206=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 96 (37.89% from 255 or 17.84% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #EC60CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC60CE is #139F31. Grayscale: #969696. Windows color (decimal): -1285938 or 13525228. OLE color: 13525228.
HSL color Cylindrical-coordinate representation of color #EC60CE: hue angle of 312.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 #EC60CE is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 206 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.07 |
| HSL | 312.86º | 0.79% | 0.65% | - |
| HSV(B) | 312.86º | 0.59% | 0.93% | - |
| XYZ | 49.92 | 30.65 | 61.68 | - |
| YUV | 150.4 | 159.38 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 206 | 0 | 0.59 | 0.13 | 0.07 | 312.86 | 0.79 | 0.65 |
| Hex | EC | 60 | CE | 0 | 3B | D | 7 | 139 | 4F | 41 |
| Octal | 354 | 140 | 316 | 0 | 73 | 15 | 7 | 471 | 117 | 101 |
| Binary | 11101100 | 1100000 | 11001110 | 0 | 111011 | 1101 | 111 | 100111001 | 1001111 | 1000001 |
Color Harmonies of #EC60CE
Complementary color
Monochromatic Colors of #EC60CE
Black with #EC60CE
Text Example
Text Example
White with #EC60CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC60CE; }
p { color: rgb(236,96,206); }
H1.HeaderClassName
{
color: #EC60CE;
}
.AnyTagClassName
{
color: #EC60CE;
}
</style>
background-color css
<style>
a { background-color: #EC60CE; }
a { background-color: rgb(236,96,206); }
div.DivClassName
{
background-color: #EC60CE;
}
.BgClassName
{
background-color: #EC60CE;
}
</style>
border-color css
<style>
span { border-color: #EC60CE; }
span { border-color: rgb(236,96,206); }
td.TdClassName
{
border-color: #EC60CE;
}
.TagClassName
{
border-color: #EC60CE;
}
</style>