Html Css Color HEX #EC5CE6 Free Speech Magenta
📋 copy color: '#EC5CE6'red 236 ◦ green 92 ◦ blue 230
Shades of Free Speech Magenta #EC5CE6
Tints of Free Speech Magenta #EC5CE6
RGB
CMYK
RGB Variations
Color information
#EC5CE6 (or 0xEC5CE6) is known color: Free Speech Magenta. HEX triplet: EC, 5C and E6. RGB value is (236,92,230). Sum of RGB (Red+Green+Blue) = 236+92+230=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 92 (36.33% from 255 or 16.49% from 558); Blue value is 230 (90.23% from 255 or 41.22% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5CE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5CE6 is #13A319. Grayscale: #969696. Windows color (decimal): -1286938 or 15097068. OLE color: 15097068.
HSL color Cylindrical-coordinate representation of color #EC5CE6: hue angle of 302.5º 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 #EC5CE6 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 92 | 230 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.07 |
| HSL | 302.5º | 0.79% | 0.64% | - |
| HSV(B) | 302.5º | 0.61% | 0.93% | - |
| XYZ | 52.7 | 31.2 | 78.11 | - |
| YUV | 150.79 | 172.71 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 230 | 0 | 0.61 | 0.03 | 0.07 | 302.5 | 0.79 | 0.64 |
| Hex | EC | 5C | E6 | 0 | 3D | 3 | 7 | 12E | 4F | 40 |
| Octal | 354 | 134 | 346 | 0 | 75 | 3 | 7 | 456 | 117 | 100 |
| Binary | 11101100 | 1011100 | 11100110 | 0 | 111101 | 11 | 111 | 100101110 | 1001111 | 1000000 |
Color Harmonies of #EC5CE6
Complementary color
Monochromatic Colors of #EC5CE6
Black with #EC5CE6
Text Example
Text Example
White with #EC5CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5CE6; }
p { color: rgb(236,92,230); }
H1.HeaderClassName
{
color: #EC5CE6;
}
.AnyTagClassName
{
color: #EC5CE6;
}
</style>
background-color css
<style>
a { background-color: #EC5CE6; }
a { background-color: rgb(236,92,230); }
div.DivClassName
{
background-color: #EC5CE6;
}
.BgClassName
{
background-color: #EC5CE6;
}
</style>
border-color css
<style>
span { border-color: #EC5CE6; }
span { border-color: rgb(236,92,230); }
td.TdClassName
{
border-color: #EC5CE6;
}
.TagClassName
{
border-color: #EC5CE6;
}
</style>