Html Css Color HEX #E559EF Free Speech Magenta
📋 copy color: '#E559EF'red 229 ◦ green 89 ◦ blue 239
Shades of Free Speech Magenta #E559EF
Tints of Free Speech Magenta #E559EF
RGB
CMYK
RGB Variations
Color information
#E559EF (or 0xE559EF) is known color: Free Speech Magenta. HEX triplet: E5, 59 and EF. RGB value is (229,89,239). Sum of RGB (Red+Green+Blue) = 229+89+239=557 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.11% from 557); Green value is 89 (35.16% from 255 or 15.98% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #E559EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E559EF is #1AA610. Grayscale: #939393. Windows color (decimal): -1746449 or 15686117. OLE color: 15686117.
HSL color Cylindrical-coordinate representation of color #E559EF: hue angle of 296º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E559EF is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 89 | 239 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.06 |
| HSL | 296º | 0.82% | 0.64% | - |
| HSV(B) | 296º | 0.63% | 0.94% | - |
| XYZ | 51.47 | 30.03 | 84.75 | - |
| YUV | 147.96 | 179.38 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 89 | 239 | 0.04 | 0.63 | 0 | 0.06 | 296 | 0.82 | 0.64 |
| Hex | E5 | 59 | EF | 4 | 3F | 0 | 6 | 128 | 52 | 40 |
| Octal | 345 | 131 | 357 | 4 | 77 | 0 | 6 | 450 | 122 | 100 |
| Binary | 11100101 | 1011001 | 11101111 | 100 | 111111 | 0 | 110 | 100101000 | 1010010 | 1000000 |
Color Harmonies of #E559EF
Complementary color
Monochromatic Colors of #E559EF
Black with #E559EF
Text Example
Text Example
White with #E559EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E559EF; }
p { color: rgb(229,89,239); }
H1.HeaderClassName
{
color: #E559EF;
}
.AnyTagClassName
{
color: #E559EF;
}
</style>
background-color css
<style>
a { background-color: #E559EF; }
a { background-color: rgb(229,89,239); }
div.DivClassName
{
background-color: #E559EF;
}
.BgClassName
{
background-color: #E559EF;
}
</style>
border-color css
<style>
span { border-color: #E559EF; }
span { border-color: rgb(229,89,239); }
td.TdClassName
{
border-color: #E559EF;
}
.TagClassName
{
border-color: #E559EF;
}
</style>