Html Css Color HEX #EC5FCC Free Speech Magenta
📋 copy color: '#EC5FCC'red 236 ◦ green 95 ◦ blue 204
Shades of Free Speech Magenta #EC5FCC
Tints of Free Speech Magenta #EC5FCC
RGB
CMYK
RGB Variations
Color information
#EC5FCC (or 0xEC5FCC) is known color: Free Speech Magenta. HEX triplet: EC, 5F and CC. RGB value is (236,95,204). Sum of RGB (Red+Green+Blue) = 236+95+204=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 95 (37.5% from 255 or 17.76% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5FCC is #13A033. Grayscale: #959595. Windows color (decimal): -1286196 or 13393900. OLE color: 13393900.
HSL color Cylindrical-coordinate representation of color #EC5FCC: hue angle of 313.62º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5FCC is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 95 | 204 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.07 |
| HSL | 313.62º | 0.79% | 0.65% | - |
| HSV(B) | 313.62º | 0.6% | 0.93% | - |
| XYZ | 49.58 | 30.38 | 60.38 | - |
| YUV | 149.59 | 158.71 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 95 | 204 | 0 | 0.60 | 0.14 | 0.07 | 313.62 | 0.79 | 0.65 |
| Hex | EC | 5F | CC | 0 | 3C | E | 7 | 13A | 4F | 41 |
| Octal | 354 | 137 | 314 | 0 | 74 | 16 | 7 | 472 | 117 | 101 |
| Binary | 11101100 | 1011111 | 11001100 | 0 | 111100 | 1110 | 111 | 100111010 | 1001111 | 1000001 |
Color Harmonies of #EC5FCC
Complementary color
Monochromatic Colors of #EC5FCC
Black with #EC5FCC
Text Example
Text Example
White with #EC5FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5FCC; }
p { color: rgb(236,95,204); }
H1.HeaderClassName
{
color: #EC5FCC;
}
.AnyTagClassName
{
color: #EC5FCC;
}
</style>
background-color css
<style>
a { background-color: #EC5FCC; }
a { background-color: rgb(236,95,204); }
div.DivClassName
{
background-color: #EC5FCC;
}
.BgClassName
{
background-color: #EC5FCC;
}
</style>
border-color css
<style>
span { border-color: #EC5FCC; }
span { border-color: rgb(236,95,204); }
td.TdClassName
{
border-color: #EC5FCC;
}
.TagClassName
{
border-color: #EC5FCC;
}
</style>