Html Css Color HEX #EC5EE8 Free Speech Magenta
📋 copy color: '#EC5EE8'red 236 ◦ green 94 ◦ blue 232
Shades of Free Speech Magenta #EC5EE8
Tints of Free Speech Magenta #EC5EE8
RGB
CMYK
RGB Variations
Color information
#EC5EE8 (or 0xEC5EE8) is known color: Free Speech Magenta. HEX triplet: EC, 5E and E8. RGB value is (236,94,232). Sum of RGB (Red+Green+Blue) = 236+94+232=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 94 (37.11% from 255 or 16.73% from 562); Blue value is 232 (91.02% from 255 or 41.28% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5EE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5EE8 is #13A117. Grayscale: #979797. Windows color (decimal): -1286424 or 15228652. OLE color: 15228652.
HSL color Cylindrical-coordinate representation of color #EC5EE8: hue angle of 301.69º 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 #EC5EE8 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 94 | 232 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.07 |
| HSL | 301.69º | 0.79% | 0.65% | - |
| HSV(B) | 301.69º | 0.6% | 0.93% | - |
| XYZ | 53.16 | 31.66 | 79.65 | - |
| YUV | 152.19 | 173.04 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 94 | 232 | 0 | 0.60 | 0.02 | 0.07 | 301.69 | 0.79 | 0.65 |
| Hex | EC | 5E | E8 | 0 | 3C | 2 | 7 | 12E | 4F | 41 |
| Octal | 354 | 136 | 350 | 0 | 74 | 2 | 7 | 456 | 117 | 101 |
| Binary | 11101100 | 1011110 | 11101000 | 0 | 111100 | 10 | 111 | 100101110 | 1001111 | 1000001 |
Color Harmonies of #EC5EE8
Complementary color
Monochromatic Colors of #EC5EE8
Black with #EC5EE8
Text Example
Text Example
White with #EC5EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5EE8; }
p { color: rgb(236,94,232); }
H1.HeaderClassName
{
color: #EC5EE8;
}
.AnyTagClassName
{
color: #EC5EE8;
}
</style>
background-color css
<style>
a { background-color: #EC5EE8; }
a { background-color: rgb(236,94,232); }
div.DivClassName
{
background-color: #EC5EE8;
}
.BgClassName
{
background-color: #EC5EE8;
}
</style>
border-color css
<style>
span { border-color: #EC5EE8; }
span { border-color: rgb(236,94,232); }
td.TdClassName
{
border-color: #EC5EE8;
}
.TagClassName
{
border-color: #EC5EE8;
}
</style>