Html Css Color HEX #E858EC Free Speech Magenta
📋 copy color: '#E858EC'red 232 ◦ green 88 ◦ blue 236
Shades of Free Speech Magenta #E858EC
Tints of Free Speech Magenta #E858EC
RGB
CMYK
RGB Variations
Color information
#E858EC (or 0xE858EC) is known color: Free Speech Magenta. HEX triplet: E8, 58 and EC. RGB value is (232,88,236). Sum of RGB (Red+Green+Blue) = 232+88+236=556 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.73% from 556); Green value is 88 (34.77% from 255 or 15.83% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #E858EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E858EC is #17A713. Grayscale: #939393. Windows color (decimal): -1550100 or 15489256. OLE color: 15489256.
HSL color Cylindrical-coordinate representation of color #E858EC: hue angle of 298.38º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E858EC is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 88 | 236 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.07 |
| HSL | 298.38º | 0.8% | 0.64% | - |
| HSV(B) | 298.38º | 0.63% | 0.93% | - |
| XYZ | 51.91 | 30.19 | 82.45 | - |
| YUV | 147.93 | 177.71 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 88 | 236 | 0.02 | 0.63 | 0 | 0.07 | 298.38 | 0.8 | 0.64 |
| Hex | E8 | 58 | EC | 2 | 3F | 0 | 7 | 12A | 50 | 40 |
| Octal | 350 | 130 | 354 | 2 | 77 | 0 | 7 | 452 | 120 | 100 |
| Binary | 11101000 | 1011000 | 11101100 | 10 | 111111 | 0 | 111 | 100101010 | 1010000 | 1000000 |
Color Harmonies of #E858EC
Complementary color
Monochromatic Colors of #E858EC
Black with #E858EC
Text Example
Text Example
White with #E858EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E858EC; }
p { color: rgb(232,88,236); }
H1.HeaderClassName
{
color: #E858EC;
}
.AnyTagClassName
{
color: #E858EC;
}
</style>
background-color css
<style>
a { background-color: #E858EC; }
a { background-color: rgb(232,88,236); }
div.DivClassName
{
background-color: #E858EC;
}
.BgClassName
{
background-color: #E858EC;
}
</style>
border-color css
<style>
span { border-color: #E858EC; }
span { border-color: rgb(232,88,236); }
td.TdClassName
{
border-color: #E858EC;
}
.TagClassName
{
border-color: #E858EC;
}
</style>