Html Css Color HEX #EC5CE7 Free Speech Magenta
📋 copy color: '#EC5CE7'red 236 ◦ green 92 ◦ blue 231
Shades of Free Speech Magenta #EC5CE7
Tints of Free Speech Magenta #EC5CE7
RGB
CMYK
RGB Variations
Color information
#EC5CE7 (or 0xEC5CE7) is known color: Free Speech Magenta. HEX triplet: EC, 5C and E7. RGB value is (236,92,231). Sum of RGB (Red+Green+Blue) = 236+92+231=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 92 (36.33% from 255 or 16.46% from 559); Blue value is 231 (90.62% from 255 or 41.32% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5CE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5CE7 is #13A318. Grayscale: #969696. Windows color (decimal): -1286937 or 15162604. OLE color: 15162604.
HSL color Cylindrical-coordinate representation of color #EC5CE7: hue angle of 302.08º 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 #EC5CE7 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 92 | 231 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.07 |
| HSL | 302.08º | 0.79% | 0.64% | - |
| HSV(B) | 302.08º | 0.61% | 0.93% | - |
| XYZ | 52.84 | 31.26 | 78.85 | - |
| YUV | 150.9 | 173.21 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 231 | 0 | 0.61 | 0.02 | 0.07 | 302.08 | 0.79 | 0.64 |
| Hex | EC | 5C | E7 | 0 | 3D | 2 | 7 | 12E | 4F | 40 |
| Octal | 354 | 134 | 347 | 0 | 75 | 2 | 7 | 456 | 117 | 100 |
| Binary | 11101100 | 1011100 | 11100111 | 0 | 111101 | 10 | 111 | 100101110 | 1001111 | 1000000 |
Color Harmonies of #EC5CE7
Complementary color
Monochromatic Colors of #EC5CE7
Black with #EC5CE7
Text Example
Text Example
White with #EC5CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5CE7; }
p { color: rgb(236,92,231); }
H1.HeaderClassName
{
color: #EC5CE7;
}
.AnyTagClassName
{
color: #EC5CE7;
}
</style>
background-color css
<style>
a { background-color: #EC5CE7; }
a { background-color: rgb(236,92,231); }
div.DivClassName
{
background-color: #EC5CE7;
}
.BgClassName
{
background-color: #EC5CE7;
}
</style>
border-color css
<style>
span { border-color: #EC5CE7; }
span { border-color: rgb(236,92,231); }
td.TdClassName
{
border-color: #EC5CE7;
}
.TagClassName
{
border-color: #EC5CE7;
}
</style>