Html Css Color HEX #E158EC Free Speech Magenta
📋 copy color: '#E158EC'red 225 ◦ green 88 ◦ blue 236
Shades of Free Speech Magenta #E158EC
Tints of Free Speech Magenta #E158EC
RGB
CMYK
RGB Variations
Color information
#E158EC (or 0xE158EC) is known color: Free Speech Magenta. HEX triplet: E1, 58 and EC. RGB value is (225,88,236). Sum of RGB (Red+Green+Blue) = 225+88+236=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 88 (34.77% from 255 or 16.03% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #E158EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E158EC is #1EA713. Grayscale: #919191. Windows color (decimal): -2008852 or 15489249. OLE color: 15489249.
HSL color Cylindrical-coordinate representation of color #E158EC: hue angle of 295.54º 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 #E158EC is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 88 | 236 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.07 |
| HSL | 295.54º | 0.8% | 0.64% | - |
| HSV(B) | 295.54º | 0.63% | 0.93% | - |
| XYZ | 49.68 | 29.04 | 82.34 | - |
| YUV | 145.84 | 178.89 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 88 | 236 | 0.05 | 0.63 | 0 | 0.07 | 295.54 | 0.8 | 0.64 |
| Hex | E1 | 58 | EC | 5 | 3F | 0 | 7 | 128 | 50 | 40 |
| Octal | 341 | 130 | 354 | 5 | 77 | 0 | 7 | 450 | 120 | 100 |
| Binary | 11100001 | 1011000 | 11101100 | 101 | 111111 | 0 | 111 | 100101000 | 1010000 | 1000000 |
Color Harmonies of #E158EC
Complementary color
Monochromatic Colors of #E158EC
Black with #E158EC
Text Example
Text Example
White with #E158EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E158EC; }
p { color: rgb(225,88,236); }
H1.HeaderClassName
{
color: #E158EC;
}
.AnyTagClassName
{
color: #E158EC;
}
</style>
background-color css
<style>
a { background-color: #E158EC; }
a { background-color: rgb(225,88,236); }
div.DivClassName
{
background-color: #E158EC;
}
.BgClassName
{
background-color: #E158EC;
}
</style>
border-color css
<style>
span { border-color: #E158EC; }
span { border-color: rgb(225,88,236); }
td.TdClassName
{
border-color: #E158EC;
}
.TagClassName
{
border-color: #E158EC;
}
</style>