Html Css Color HEX #E159EC Free Speech Magenta
📋 copy color: '#E159EC'red 225 ◦ green 89 ◦ blue 236
Shades of Free Speech Magenta #E159EC
Tints of Free Speech Magenta #E159EC
RGB
CMYK
RGB Variations
Color information
#E159EC (or 0xE159EC) is known color: Free Speech Magenta. HEX triplet: E1, 59 and EC. RGB value is (225,89,236). Sum of RGB (Red+Green+Blue) = 225+89+236=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 89 (35.16% from 255 or 16.18% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #E159EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E159EC is #1EA613. Grayscale: #919191. Windows color (decimal): -2008596 or 15489505. OLE color: 15489505.
HSL color Cylindrical-coordinate representation of color #E159EC: hue angle of 295.51º 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 #E159EC is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 89 | 236 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.07 |
| HSL | 295.51º | 0.79% | 0.64% | - |
| HSV(B) | 295.51º | 0.62% | 0.93% | - |
| XYZ | 49.76 | 29.21 | 82.37 | - |
| YUV | 146.42 | 178.56 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 236 | 0.05 | 0.62 | 0 | 0.07 | 295.51 | 0.79 | 0.64 |
| Hex | E1 | 59 | EC | 5 | 3E | 0 | 7 | 128 | 4F | 40 |
| Octal | 341 | 131 | 354 | 5 | 76 | 0 | 7 | 450 | 117 | 100 |
| Binary | 11100001 | 1011001 | 11101100 | 101 | 111110 | 0 | 111 | 100101000 | 1001111 | 1000000 |
Color Harmonies of #E159EC
Complementary color
Monochromatic Colors of #E159EC
Black with #E159EC
Text Example
Text Example
White with #E159EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E159EC; }
p { color: rgb(225,89,236); }
H1.HeaderClassName
{
color: #E159EC;
}
.AnyTagClassName
{
color: #E159EC;
}
</style>
background-color css
<style>
a { background-color: #E159EC; }
a { background-color: rgb(225,89,236); }
div.DivClassName
{
background-color: #E159EC;
}
.BgClassName
{
background-color: #E159EC;
}
</style>
border-color css
<style>
span { border-color: #E159EC; }
span { border-color: rgb(225,89,236); }
td.TdClassName
{
border-color: #E159EC;
}
.TagClassName
{
border-color: #E159EC;
}
</style>