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