Html Css Color HEX #E559EC Free Speech Magenta
📋 copy color: '#E559EC'red 229 ◦ green 89 ◦ blue 236
Shades of Free Speech Magenta #E559EC
Tints of Free Speech Magenta #E559EC
RGB
CMYK
RGB Variations
Color information
#E559EC (or 0xE559EC) is known color: Free Speech Magenta. HEX triplet: E5, 59 and EC. RGB value is (229,89,236). Sum of RGB (Red+Green+Blue) = 229+89+236=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 89 (35.16% from 255 or 16.06% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #E559EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E559EC is #1AA613. Grayscale: #939393. Windows color (decimal): -1746452 or 15489509. OLE color: 15489509.
HSL color Cylindrical-coordinate representation of color #E559EC: hue angle of 297.14º 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 #E559EC is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 89 | 236 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.07 |
| HSL | 297.14º | 0.79% | 0.64% | - |
| HSV(B) | 297.14º | 0.62% | 0.93% | - |
| XYZ | 51.03 | 29.86 | 82.43 | - |
| YUV | 147.62 | 177.88 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 89 | 236 | 0.03 | 0.62 | 0 | 0.07 | 297.14 | 0.79 | 0.64 |
| Hex | E5 | 59 | EC | 3 | 3E | 0 | 7 | 129 | 4F | 40 |
| Octal | 345 | 131 | 354 | 3 | 76 | 0 | 7 | 451 | 117 | 100 |
| Binary | 11100101 | 1011001 | 11101100 | 11 | 111110 | 0 | 111 | 100101001 | 1001111 | 1000000 |
Color Harmonies of #E559EC
Complementary color
Monochromatic Colors of #E559EC
Black with #E559EC
Text Example
Text Example
White with #E559EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E559EC; }
p { color: rgb(229,89,236); }
H1.HeaderClassName
{
color: #E559EC;
}
.AnyTagClassName
{
color: #E559EC;
}
</style>
background-color css
<style>
a { background-color: #E559EC; }
a { background-color: rgb(229,89,236); }
div.DivClassName
{
background-color: #E559EC;
}
.BgClassName
{
background-color: #E559EC;
}
</style>
border-color css
<style>
span { border-color: #E559EC; }
span { border-color: rgb(229,89,236); }
td.TdClassName
{
border-color: #E559EC;
}
.TagClassName
{
border-color: #E559EC;
}
</style>