Html Css Color HEX #EC5CDC Free Speech Magenta
📋 copy color: '#EC5CDC'red 236 ◦ green 92 ◦ blue 220
Shades of Free Speech Magenta #EC5CDC
Tints of Free Speech Magenta #EC5CDC
RGB
CMYK
RGB Variations
Color information
#EC5CDC (or 0xEC5CDC) is known color: Free Speech Magenta. HEX triplet: EC, 5C and DC. RGB value is (236,92,220). Sum of RGB (Red+Green+Blue) = 236+92+220=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 92 (36.33% from 255 or 16.79% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5CDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5CDC is #13A323. Grayscale: #959595. Windows color (decimal): -1286948 or 14441708. OLE color: 14441708.
HSL color Cylindrical-coordinate representation of color #EC5CDC: hue angle of 306.67º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5CDC is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 92 | 220 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.07 |
| HSL | 306.67º | 0.79% | 0.64% | - |
| HSV(B) | 306.67º | 0.61% | 0.93% | - |
| XYZ | 51.34 | 30.65 | 70.92 | - |
| YUV | 149.65 | 167.71 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 220 | 0 | 0.61 | 0.07 | 0.07 | 306.67 | 0.79 | 0.64 |
| Hex | EC | 5C | DC | 0 | 3D | 7 | 7 | 133 | 4F | 40 |
| Octal | 354 | 134 | 334 | 0 | 75 | 7 | 7 | 463 | 117 | 100 |
| Binary | 11101100 | 1011100 | 11011100 | 0 | 111101 | 111 | 111 | 100110011 | 1001111 | 1000000 |
Color Harmonies of #EC5CDC
Complementary color
Monochromatic Colors of #EC5CDC
Black with #EC5CDC
Text Example
Text Example
White with #EC5CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5CDC; }
p { color: rgb(236,92,220); }
H1.HeaderClassName
{
color: #EC5CDC;
}
.AnyTagClassName
{
color: #EC5CDC;
}
</style>
background-color css
<style>
a { background-color: #EC5CDC; }
a { background-color: rgb(236,92,220); }
div.DivClassName
{
background-color: #EC5CDC;
}
.BgClassName
{
background-color: #EC5CDC;
}
</style>
border-color css
<style>
span { border-color: #EC5CDC; }
span { border-color: rgb(236,92,220); }
td.TdClassName
{
border-color: #EC5CDC;
}
.TagClassName
{
border-color: #EC5CDC;
}
</style>