Html Css Color HEX #EC5ECC Free Speech Magenta
📋 copy color: '#EC5ECC'red 236 ◦ green 94 ◦ blue 204
Shades of Free Speech Magenta #EC5ECC
Tints of Free Speech Magenta #EC5ECC
RGB
CMYK
RGB Variations
Color information
#EC5ECC (or 0xEC5ECC) is known color: Free Speech Magenta. HEX triplet: EC, 5E and CC. RGB value is (236,94,204). Sum of RGB (Red+Green+Blue) = 236+94+204=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 94 (37.11% from 255 or 17.60% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5ECC is #13A133. Grayscale: #949494. Windows color (decimal): -1286452 or 13393644. OLE color: 13393644.
HSL color Cylindrical-coordinate representation of color #EC5ECC: hue angle of 313.52º 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 #EC5ECC is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 94 | 204 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.07 |
| HSL | 313.52º | 0.79% | 0.65% | - |
| HSV(B) | 313.52º | 0.6% | 0.93% | - |
| XYZ | 49.49 | 30.2 | 60.35 | - |
| YUV | 149 | 159.04 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 94 | 204 | 0 | 0.60 | 0.14 | 0.07 | 313.52 | 0.79 | 0.65 |
| Hex | EC | 5E | CC | 0 | 3C | E | 7 | 13A | 4F | 41 |
| Octal | 354 | 136 | 314 | 0 | 74 | 16 | 7 | 472 | 117 | 101 |
| Binary | 11101100 | 1011110 | 11001100 | 0 | 111100 | 1110 | 111 | 100111010 | 1001111 | 1000001 |
Color Harmonies of #EC5ECC
Complementary color
Monochromatic Colors of #EC5ECC
Black with #EC5ECC
Text Example
Text Example
White with #EC5ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5ECC; }
p { color: rgb(236,94,204); }
H1.HeaderClassName
{
color: #EC5ECC;
}
.AnyTagClassName
{
color: #EC5ECC;
}
</style>
background-color css
<style>
a { background-color: #EC5ECC; }
a { background-color: rgb(236,94,204); }
div.DivClassName
{
background-color: #EC5ECC;
}
.BgClassName
{
background-color: #EC5ECC;
}
</style>
border-color css
<style>
span { border-color: #EC5ECC; }
span { border-color: rgb(236,94,204); }
td.TdClassName
{
border-color: #EC5ECC;
}
.TagClassName
{
border-color: #EC5ECC;
}
</style>