Html Css Color HEX #EC60DC Free Speech Magenta
📋 copy color: '#EC60DC'red 236 ◦ green 96 ◦ blue 220
Shades of Free Speech Magenta #EC60DC
Tints of Free Speech Magenta #EC60DC
RGB
CMYK
RGB Variations
Color information
#EC60DC (or 0xEC60DC) is known color: Free Speech Magenta. HEX triplet: EC, 60 and DC. RGB value is (236,96,220). Sum of RGB (Red+Green+Blue) = 236+96+220=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 96 (37.89% from 255 or 17.39% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #EC60DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC60DC is #139F23. Grayscale: #979797. Windows color (decimal): -1285924 or 14442732. OLE color: 14442732.
HSL color Cylindrical-coordinate representation of color #EC60DC: hue angle of 306.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 #EC60DC is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 220 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.07 |
| HSL | 306.86º | 0.79% | 0.65% | - |
| HSV(B) | 306.86º | 0.59% | 0.93% | - |
| XYZ | 51.69 | 31.37 | 71.04 | - |
| YUV | 152 | 166.38 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 220 | 0 | 0.59 | 0.07 | 0.07 | 306.86 | 0.79 | 0.65 |
| Hex | EC | 60 | DC | 0 | 3B | 7 | 7 | 133 | 4F | 41 |
| Octal | 354 | 140 | 334 | 0 | 73 | 7 | 7 | 463 | 117 | 101 |
| Binary | 11101100 | 1100000 | 11011100 | 0 | 111011 | 111 | 111 | 100110011 | 1001111 | 1000001 |
Color Harmonies of #EC60DC
Complementary color
Monochromatic Colors of #EC60DC
Black with #EC60DC
Text Example
Text Example
White with #EC60DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC60DC; }
p { color: rgb(236,96,220); }
H1.HeaderClassName
{
color: #EC60DC;
}
.AnyTagClassName
{
color: #EC60DC;
}
</style>
background-color css
<style>
a { background-color: #EC60DC; }
a { background-color: rgb(236,96,220); }
div.DivClassName
{
background-color: #EC60DC;
}
.BgClassName
{
background-color: #EC60DC;
}
</style>
border-color css
<style>
span { border-color: #EC60DC; }
span { border-color: rgb(236,96,220); }
td.TdClassName
{
border-color: #EC60DC;
}
.TagClassName
{
border-color: #EC60DC;
}
</style>