Html Css Color HEX #EC60CF Free Speech Magenta
📋 copy color: '#EC60CF'red 236 ◦ green 96 ◦ blue 207
Shades of Free Speech Magenta #EC60CF
Tints of Free Speech Magenta #EC60CF
RGB
CMYK
RGB Variations
Color information
#EC60CF (or 0xEC60CF) is known color: Free Speech Magenta. HEX triplet: EC, 60 and CF. RGB value is (236,96,207). Sum of RGB (Red+Green+Blue) = 236+96+207=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 96 (37.89% from 255 or 17.81% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #EC60CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC60CF is #139F30. Grayscale: #969696. Windows color (decimal): -1285937 or 13590764. OLE color: 13590764.
HSL color Cylindrical-coordinate representation of color #EC60CF: hue angle of 312.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 #EC60CF is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 207 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.07 |
| HSL | 312.43º | 0.79% | 0.65% | - |
| HSV(B) | 312.43º | 0.59% | 0.93% | - |
| XYZ | 50.04 | 30.7 | 62.32 | - |
| YUV | 150.51 | 159.88 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 207 | 0 | 0.59 | 0.12 | 0.07 | 312.43 | 0.79 | 0.65 |
| Hex | EC | 60 | CF | 0 | 3B | C | 7 | 138 | 4F | 41 |
| Octal | 354 | 140 | 317 | 0 | 73 | 14 | 7 | 470 | 117 | 101 |
| Binary | 11101100 | 1100000 | 11001111 | 0 | 111011 | 1100 | 111 | 100111000 | 1001111 | 1000001 |
Color Harmonies of #EC60CF
Complementary color
Monochromatic Colors of #EC60CF
Black with #EC60CF
Text Example
Text Example
White with #EC60CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC60CF; }
p { color: rgb(236,96,207); }
H1.HeaderClassName
{
color: #EC60CF;
}
.AnyTagClassName
{
color: #EC60CF;
}
</style>
background-color css
<style>
a { background-color: #EC60CF; }
a { background-color: rgb(236,96,207); }
div.DivClassName
{
background-color: #EC60CF;
}
.BgClassName
{
background-color: #EC60CF;
}
</style>
border-color css
<style>
span { border-color: #EC60CF; }
span { border-color: rgb(236,96,207); }
td.TdClassName
{
border-color: #EC60CF;
}
.TagClassName
{
border-color: #EC60CF;
}
</style>