Html Css Color HEX #EC5CCC Free Speech Magenta
📋 copy color: '#EC5CCC'red 236 ◦ green 92 ◦ blue 204
Shades of Free Speech Magenta #EC5CCC
Tints of Free Speech Magenta #EC5CCC
RGB
CMYK
RGB Variations
Color information
#EC5CCC (or 0xEC5CCC) is known color: Free Speech Magenta. HEX triplet: EC, 5C and CC. RGB value is (236,92,204). Sum of RGB (Red+Green+Blue) = 236+92+204=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 92 (36.33% from 255 or 17.29% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5CCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5CCC is #13A333. Grayscale: #939393. Windows color (decimal): -1286964 or 13393132. OLE color: 13393132.
HSL color Cylindrical-coordinate representation of color #EC5CCC: hue angle of 313.33º 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 #EC5CCC is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 92 | 204 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.07 |
| HSL | 313.33º | 0.79% | 0.64% | - |
| HSV(B) | 313.33º | 0.61% | 0.93% | - |
| XYZ | 49.32 | 29.85 | 60.29 | - |
| YUV | 147.82 | 159.71 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 204 | 0 | 0.61 | 0.14 | 0.07 | 313.33 | 0.79 | 0.64 |
| Hex | EC | 5C | CC | 0 | 3D | E | 7 | 139 | 4F | 40 |
| Octal | 354 | 134 | 314 | 0 | 75 | 16 | 7 | 471 | 117 | 100 |
| Binary | 11101100 | 1011100 | 11001100 | 0 | 111101 | 1110 | 111 | 100111001 | 1001111 | 1000000 |
Color Harmonies of #EC5CCC
Complementary color
Monochromatic Colors of #EC5CCC
Black with #EC5CCC
Text Example
Text Example
White with #EC5CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5CCC; }
p { color: rgb(236,92,204); }
H1.HeaderClassName
{
color: #EC5CCC;
}
.AnyTagClassName
{
color: #EC5CCC;
}
</style>
background-color css
<style>
a { background-color: #EC5CCC; }
a { background-color: rgb(236,92,204); }
div.DivClassName
{
background-color: #EC5CCC;
}
.BgClassName
{
background-color: #EC5CCC;
}
</style>
border-color css
<style>
span { border-color: #EC5CCC; }
span { border-color: rgb(236,92,204); }
td.TdClassName
{
border-color: #EC5CCC;
}
.TagClassName
{
border-color: #EC5CCC;
}
</style>