Html Css Color HEX #EC60C7 Free Speech Magenta
📋 copy color: '#EC60C7'red 236 ◦ green 96 ◦ blue 199
Shades of Free Speech Magenta #EC60C7
Tints of Free Speech Magenta #EC60C7
RGB
CMYK
RGB Variations
Color information
#EC60C7 (or 0xEC60C7) is known color: Free Speech Magenta. HEX triplet: EC, 60 and C7. RGB value is (236,96,199). Sum of RGB (Red+Green+Blue) = 236+96+199=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 96 (37.89% from 255 or 18.08% from 531); Blue value is 199 (78.12% from 255 or 37.48% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #EC60C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC60C7 is #139F38. Grayscale: #959595. Windows color (decimal): -1285945 or 13066476. OLE color: 13066476.
HSL color Cylindrical-coordinate representation of color #EC60C7: hue angle of 315.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 #EC60C7 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 199 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.07 |
| HSL | 315.86º | 0.79% | 0.65% | - |
| HSV(B) | 315.86º | 0.59% | 0.93% | - |
| XYZ | 49.08 | 30.32 | 57.3 | - |
| YUV | 149.6 | 155.88 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 199 | 0 | 0.59 | 0.16 | 0.07 | 315.86 | 0.79 | 0.65 |
| Hex | EC | 60 | C7 | 0 | 3B | 10 | 7 | 13C | 4F | 41 |
| Octal | 354 | 140 | 307 | 0 | 73 | 20 | 7 | 474 | 117 | 101 |
| Binary | 11101100 | 1100000 | 11000111 | 0 | 111011 | 10000 | 111 | 100111100 | 1001111 | 1000001 |
Color Harmonies of #EC60C7
Complementary color
Monochromatic Colors of #EC60C7
Black with #EC60C7
Text Example
Text Example
White with #EC60C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC60C7; }
p { color: rgb(236,96,199); }
H1.HeaderClassName
{
color: #EC60C7;
}
.AnyTagClassName
{
color: #EC60C7;
}
</style>
background-color css
<style>
a { background-color: #EC60C7; }
a { background-color: rgb(236,96,199); }
div.DivClassName
{
background-color: #EC60C7;
}
.BgClassName
{
background-color: #EC60C7;
}
</style>
border-color css
<style>
span { border-color: #EC60C7; }
span { border-color: rgb(236,96,199); }
td.TdClassName
{
border-color: #EC60C7;
}
.TagClassName
{
border-color: #EC60C7;
}
</style>