Html Css Color HEX #E558EF Free Speech Magenta
📋 copy color: '#E558EF'red 229 ◦ green 88 ◦ blue 239
Shades of Free Speech Magenta #E558EF
Tints of Free Speech Magenta #E558EF
RGB
CMYK
RGB Variations
Color information
#E558EF (or 0xE558EF) is known color: Free Speech Magenta. HEX triplet: E5, 58 and EF. RGB value is (229,88,239). Sum of RGB (Red+Green+Blue) = 229+88+239=556 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.19% from 556); Green value is 88 (34.77% from 255 or 15.83% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #E558EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E558EF is #1AA710. Grayscale: #929292. Windows color (decimal): -1746705 or 15685861. OLE color: 15685861.
HSL color Cylindrical-coordinate representation of color #E558EF: hue angle of 296.03º degrees, saturation: 0.83, 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 #E558EF is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 88 | 239 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.06 |
| HSL | 296.03º | 0.83% | 0.64% | - |
| HSV(B) | 296.03º | 0.63% | 0.94% | - |
| XYZ | 51.38 | 29.87 | 84.72 | - |
| YUV | 147.37 | 179.71 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 88 | 239 | 0.04 | 0.63 | 0 | 0.06 | 296.03 | 0.83 | 0.64 |
| Hex | E5 | 58 | EF | 4 | 3F | 0 | 6 | 128 | 53 | 40 |
| Octal | 345 | 130 | 357 | 4 | 77 | 0 | 6 | 450 | 123 | 100 |
| Binary | 11100101 | 1011000 | 11101111 | 100 | 111111 | 0 | 110 | 100101000 | 1010011 | 1000000 |
Color Harmonies of #E558EF
Complementary color
Monochromatic Colors of #E558EF
Black with #E558EF
Text Example
Text Example
White with #E558EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E558EF; }
p { color: rgb(229,88,239); }
H1.HeaderClassName
{
color: #E558EF;
}
.AnyTagClassName
{
color: #E558EF;
}
</style>
background-color css
<style>
a { background-color: #E558EF; }
a { background-color: rgb(229,88,239); }
div.DivClassName
{
background-color: #E558EF;
}
.BgClassName
{
background-color: #E558EF;
}
</style>
border-color css
<style>
span { border-color: #E558EF; }
span { border-color: rgb(229,88,239); }
td.TdClassName
{
border-color: #E558EF;
}
.TagClassName
{
border-color: #E558EF;
}
</style>