Html Css Color HEX #E558EE Free Speech Magenta
📋 copy color: '#E558EE'red 229 ◦ green 88 ◦ blue 238
Shades of Free Speech Magenta #E558EE
Tints of Free Speech Magenta #E558EE
RGB
CMYK
RGB Variations
Color information
#E558EE (or 0xE558EE) is known color: Free Speech Magenta. HEX triplet: E5, 58 and EE. RGB value is (229,88,238). Sum of RGB (Red+Green+Blue) = 229+88+238=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 88 (34.77% from 255 or 15.86% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #E558EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E558EE is #1AA711. Grayscale: #929292. Windows color (decimal): -1746706 or 15620325. OLE color: 15620325.
HSL color Cylindrical-coordinate representation of color #E558EE: hue angle of 296.4º degrees, saturation: 0.82, 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 #E558EE is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 88 | 238 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.07 |
| HSL | 296.4º | 0.82% | 0.64% | - |
| HSV(B) | 296.4º | 0.63% | 0.93% | - |
| XYZ | 51.24 | 29.81 | 83.94 | - |
| YUV | 147.26 | 179.21 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 88 | 238 | 0.04 | 0.63 | 0 | 0.07 | 296.4 | 0.82 | 0.64 |
| Hex | E5 | 58 | EE | 4 | 3F | 0 | 7 | 128 | 52 | 40 |
| Octal | 345 | 130 | 356 | 4 | 77 | 0 | 7 | 450 | 122 | 100 |
| Binary | 11100101 | 1011000 | 11101110 | 100 | 111111 | 0 | 111 | 100101000 | 1010010 | 1000000 |
Color Harmonies of #E558EE
Complementary color
Monochromatic Colors of #E558EE
Black with #E558EE
Text Example
Text Example
White with #E558EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E558EE; }
p { color: rgb(229,88,238); }
H1.HeaderClassName
{
color: #E558EE;
}
.AnyTagClassName
{
color: #E558EE;
}
</style>
background-color css
<style>
a { background-color: #E558EE; }
a { background-color: rgb(229,88,238); }
div.DivClassName
{
background-color: #E558EE;
}
.BgClassName
{
background-color: #E558EE;
}
</style>
border-color css
<style>
span { border-color: #E558EE; }
span { border-color: rgb(229,88,238); }
td.TdClassName
{
border-color: #E558EE;
}
.TagClassName
{
border-color: #E558EE;
}
</style>