Html Css Color HEX #EC5CE2 Free Speech Magenta
📋 copy color: '#EC5CE2'red 236 ◦ green 92 ◦ blue 226
Shades of Free Speech Magenta #EC5CE2
Tints of Free Speech Magenta #EC5CE2
RGB
CMYK
RGB Variations
Color information
#EC5CE2 (or 0xEC5CE2) is known color: Free Speech Magenta. HEX triplet: EC, 5C and E2. RGB value is (236,92,226). Sum of RGB (Red+Green+Blue) = 236+92+226=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 92 (36.33% from 255 or 16.61% from 554); Blue value is 226 (88.67% from 255 or 40.79% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5CE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5CE2 is #13A31D. Grayscale: #959595. Windows color (decimal): -1286942 or 14834924. OLE color: 14834924.
HSL color Cylindrical-coordinate representation of color #EC5CE2: hue angle of 304.17º 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 #EC5CE2 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 92 | 226 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.07 |
| HSL | 304.17º | 0.79% | 0.64% | - |
| HSV(B) | 304.17º | 0.61% | 0.93% | - |
| XYZ | 52.15 | 30.98 | 75.18 | - |
| YUV | 150.33 | 170.71 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 226 | 0 | 0.61 | 0.04 | 0.07 | 304.17 | 0.79 | 0.64 |
| Hex | EC | 5C | E2 | 0 | 3D | 4 | 7 | 130 | 4F | 40 |
| Octal | 354 | 134 | 342 | 0 | 75 | 4 | 7 | 460 | 117 | 100 |
| Binary | 11101100 | 1011100 | 11100010 | 0 | 111101 | 100 | 111 | 100110000 | 1001111 | 1000000 |
Color Harmonies of #EC5CE2
Complementary color
Monochromatic Colors of #EC5CE2
Black with #EC5CE2
Text Example
Text Example
White with #EC5CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5CE2; }
p { color: rgb(236,92,226); }
H1.HeaderClassName
{
color: #EC5CE2;
}
.AnyTagClassName
{
color: #EC5CE2;
}
</style>
background-color css
<style>
a { background-color: #EC5CE2; }
a { background-color: rgb(236,92,226); }
div.DivClassName
{
background-color: #EC5CE2;
}
.BgClassName
{
background-color: #EC5CE2;
}
</style>
border-color css
<style>
span { border-color: #EC5CE2; }
span { border-color: rgb(236,92,226); }
td.TdClassName
{
border-color: #EC5CE2;
}
.TagClassName
{
border-color: #EC5CE2;
}
</style>