Html Css Color HEX #EC60D6 Free Speech Magenta
📋 copy color: '#EC60D6'red 236 ◦ green 96 ◦ blue 214
Shades of Free Speech Magenta #EC60D6
Tints of Free Speech Magenta #EC60D6
RGB
CMYK
RGB Variations
Color information
#EC60D6 (or 0xEC60D6) is known color: Free Speech Magenta. HEX triplet: EC, 60 and D6. RGB value is (236,96,214). Sum of RGB (Red+Green+Blue) = 236+96+214=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 96 (37.89% from 255 or 17.58% from 546); Blue value is 214 (83.98% from 255 or 39.19% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #EC60D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC60D6 is #139F29. Grayscale: #969696. Windows color (decimal): -1285930 or 14049516. OLE color: 14049516.
HSL color Cylindrical-coordinate representation of color #EC60D6: hue angle of 309.43º 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 #EC60D6 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 214 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.07 |
| HSL | 309.43º | 0.79% | 0.65% | - |
| HSV(B) | 309.43º | 0.59% | 0.93% | - |
| XYZ | 50.91 | 31.05 | 66.93 | - |
| YUV | 151.31 | 163.38 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 214 | 0 | 0.59 | 0.09 | 0.07 | 309.43 | 0.79 | 0.65 |
| Hex | EC | 60 | D6 | 0 | 3B | 9 | 7 | 135 | 4F | 41 |
| Octal | 354 | 140 | 326 | 0 | 73 | 11 | 7 | 465 | 117 | 101 |
| Binary | 11101100 | 1100000 | 11010110 | 0 | 111011 | 1001 | 111 | 100110101 | 1001111 | 1000001 |
Color Harmonies of #EC60D6
Complementary color
Monochromatic Colors of #EC60D6
Black with #EC60D6
Text Example
Text Example
White with #EC60D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC60D6; }
p { color: rgb(236,96,214); }
H1.HeaderClassName
{
color: #EC60D6;
}
.AnyTagClassName
{
color: #EC60D6;
}
</style>
background-color css
<style>
a { background-color: #EC60D6; }
a { background-color: rgb(236,96,214); }
div.DivClassName
{
background-color: #EC60D6;
}
.BgClassName
{
background-color: #EC60D6;
}
</style>
border-color css
<style>
span { border-color: #EC60D6; }
span { border-color: rgb(236,96,214); }
td.TdClassName
{
border-color: #EC60D6;
}
.TagClassName
{
border-color: #EC60D6;
}
</style>