Html Css Color HEX #EC61CB Free Speech Magenta
📋 copy color: '#EC61CB'red 236 ◦ green 97 ◦ blue 203
Shades of Free Speech Magenta #EC61CB
Tints of Free Speech Magenta #EC61CB
RGB
CMYK
RGB Variations
Color information
#EC61CB (or 0xEC61CB) is known color: Free Speech Magenta. HEX triplet: EC, 61 and CB. RGB value is (236,97,203). Sum of RGB (Red+Green+Blue) = 236+97+203=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 97 (38.28% from 255 or 18.10% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #EC61CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC61CB is #139E34. Grayscale: #969696. Windows color (decimal): -1285685 or 13328876. OLE color: 13328876.
HSL color Cylindrical-coordinate representation of color #EC61CB: hue angle of 314.24º 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 #EC61CB is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 97 | 203 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.07 |
| HSL | 314.24º | 0.79% | 0.65% | - |
| HSV(B) | 314.24º | 0.59% | 0.93% | - |
| XYZ | 49.65 | 30.69 | 59.81 | - |
| YUV | 150.65 | 157.55 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 203 | 0 | 0.59 | 0.14 | 0.07 | 314.24 | 0.79 | 0.65 |
| Hex | EC | 61 | CB | 0 | 3B | E | 7 | 13A | 4F | 41 |
| Octal | 354 | 141 | 313 | 0 | 73 | 16 | 7 | 472 | 117 | 101 |
| Binary | 11101100 | 1100001 | 11001011 | 0 | 111011 | 1110 | 111 | 100111010 | 1001111 | 1000001 |
Color Harmonies of #EC61CB
Complementary color
Monochromatic Colors of #EC61CB
Black with #EC61CB
Text Example
Text Example
White with #EC61CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC61CB; }
p { color: rgb(236,97,203); }
H1.HeaderClassName
{
color: #EC61CB;
}
.AnyTagClassName
{
color: #EC61CB;
}
</style>
background-color css
<style>
a { background-color: #EC61CB; }
a { background-color: rgb(236,97,203); }
div.DivClassName
{
background-color: #EC61CB;
}
.BgClassName
{
background-color: #EC61CB;
}
</style>
border-color css
<style>
span { border-color: #EC61CB; }
span { border-color: rgb(236,97,203); }
td.TdClassName
{
border-color: #EC61CB;
}
.TagClassName
{
border-color: #EC61CB;
}
</style>