Html Css Color HEX #E859EC Free Speech Magenta
📋 copy color: '#E859EC'red 232 ◦ green 89 ◦ blue 236
Shades of Free Speech Magenta #E859EC
Tints of Free Speech Magenta #E859EC
RGB
CMYK
RGB Variations
Color information
#E859EC (or 0xE859EC) is known color: Free Speech Magenta. HEX triplet: E8, 59 and EC. RGB value is (232,89,236). Sum of RGB (Red+Green+Blue) = 232+89+236=557 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.65% from 557); Green value is 89 (35.16% from 255 or 15.98% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #E859EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E859EC is #17A613. Grayscale: #949494. Windows color (decimal): -1549844 or 15489512. OLE color: 15489512.
HSL color Cylindrical-coordinate representation of color #E859EC: hue angle of 298.37º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E859EC is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 89 | 236 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.07 |
| HSL | 298.37º | 0.79% | 0.64% | - |
| HSV(B) | 298.37º | 0.62% | 0.93% | - |
| XYZ | 51.99 | 30.36 | 82.48 | - |
| YUV | 148.52 | 177.38 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 89 | 236 | 0.02 | 0.62 | 0 | 0.07 | 298.37 | 0.79 | 0.64 |
| Hex | E8 | 59 | EC | 2 | 3E | 0 | 7 | 12A | 4F | 40 |
| Octal | 350 | 131 | 354 | 2 | 76 | 0 | 7 | 452 | 117 | 100 |
| Binary | 11101000 | 1011001 | 11101100 | 10 | 111110 | 0 | 111 | 100101010 | 1001111 | 1000000 |
Color Harmonies of #E859EC
Complementary color
Monochromatic Colors of #E859EC
Black with #E859EC
Text Example
Text Example
White with #E859EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E859EC; }
p { color: rgb(232,89,236); }
H1.HeaderClassName
{
color: #E859EC;
}
.AnyTagClassName
{
color: #E859EC;
}
</style>
background-color css
<style>
a { background-color: #E859EC; }
a { background-color: rgb(232,89,236); }
div.DivClassName
{
background-color: #E859EC;
}
.BgClassName
{
background-color: #E859EC;
}
</style>
border-color css
<style>
span { border-color: #E859EC; }
span { border-color: rgb(232,89,236); }
td.TdClassName
{
border-color: #E859EC;
}
.TagClassName
{
border-color: #E859EC;
}
</style>