Html Css Color HEX #EC61CE Free Speech Magenta
📋 copy color: '#EC61CE'red 236 ◦ green 97 ◦ blue 206
Shades of Free Speech Magenta #EC61CE
Tints of Free Speech Magenta #EC61CE
RGB
CMYK
RGB Variations
Color information
#EC61CE (or 0xEC61CE) is known color: Free Speech Magenta. HEX triplet: EC, 61 and CE. RGB value is (236,97,206). Sum of RGB (Red+Green+Blue) = 236+97+206=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 97 (38.28% from 255 or 18.00% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #EC61CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC61CE is #139E31. Grayscale: #969696. Windows color (decimal): -1285682 or 13525484. OLE color: 13525484.
HSL color Cylindrical-coordinate representation of color #EC61CE: hue angle of 312.95º 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 #EC61CE is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 97 | 206 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.07 |
| HSL | 312.95º | 0.79% | 0.65% | - |
| HSV(B) | 312.95º | 0.59% | 0.93% | - |
| XYZ | 50.01 | 30.84 | 61.71 | - |
| YUV | 150.99 | 159.05 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 206 | 0 | 0.59 | 0.13 | 0.07 | 312.95 | 0.79 | 0.65 |
| Hex | EC | 61 | CE | 0 | 3B | D | 7 | 139 | 4F | 41 |
| Octal | 354 | 141 | 316 | 0 | 73 | 15 | 7 | 471 | 117 | 101 |
| Binary | 11101100 | 1100001 | 11001110 | 0 | 111011 | 1101 | 111 | 100111001 | 1001111 | 1000001 |
Color Harmonies of #EC61CE
Complementary color
Monochromatic Colors of #EC61CE
Black with #EC61CE
Text Example
Text Example
White with #EC61CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC61CE; }
p { color: rgb(236,97,206); }
H1.HeaderClassName
{
color: #EC61CE;
}
.AnyTagClassName
{
color: #EC61CE;
}
</style>
background-color css
<style>
a { background-color: #EC61CE; }
a { background-color: rgb(236,97,206); }
div.DivClassName
{
background-color: #EC61CE;
}
.BgClassName
{
background-color: #EC61CE;
}
</style>
border-color css
<style>
span { border-color: #EC61CE; }
span { border-color: rgb(236,97,206); }
td.TdClassName
{
border-color: #EC61CE;
}
.TagClassName
{
border-color: #EC61CE;
}
</style>