Html Css Color HEX #E558E0 Free Speech Magenta
📋 copy color: '#E558E0'red 229 ◦ green 88 ◦ blue 224
Shades of Free Speech Magenta #E558E0
Tints of Free Speech Magenta #E558E0
RGB
CMYK
RGB Variations
Color information
#E558E0 (or 0xE558E0) is known color: Free Speech Magenta. HEX triplet: E5, 58 and E0. RGB value is (229,88,224). Sum of RGB (Red+Green+Blue) = 229+88+224=541 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.33% from 541); Green value is 88 (34.77% from 255 or 16.27% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 229 - color contains mainly: red. Hex color #E558E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E558E0 is #1AA71F. Grayscale: #919191. Windows color (decimal): -1746720 or 14702821. OLE color: 14702821.
HSL color Cylindrical-coordinate representation of color #E558E0: hue angle of 302.13º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E558E0 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 88 | 224 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.10 |
| HSL | 302.13º | 0.73% | 0.62% | - |
| HSV(B) | 302.13º | 0.62% | 0.9% | - |
| XYZ | 49.26 | 29.02 | 73.53 | - |
| YUV | 145.66 | 172.21 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 88 | 224 | 0 | 0.62 | 0.02 | 0.10 | 302.13 | 0.73 | 0.62 |
| Hex | E5 | 58 | E0 | 0 | 3E | 2 | A | 12E | 49 | 3E |
| Octal | 345 | 130 | 340 | 0 | 76 | 2 | 12 | 456 | 111 | 76 |
| Binary | 11100101 | 1011000 | 11100000 | 0 | 111110 | 10 | 1010 | 100101110 | 1001001 | 111110 |
Color Harmonies of #E558E0
Complementary color
Monochromatic Colors of #E558E0
Black with #E558E0
Text Example
Text Example
White with #E558E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E558E0; }
p { color: rgb(229,88,224); }
H1.HeaderClassName
{
color: #E558E0;
}
.AnyTagClassName
{
color: #E558E0;
}
</style>
background-color css
<style>
a { background-color: #E558E0; }
a { background-color: rgb(229,88,224); }
div.DivClassName
{
background-color: #E558E0;
}
.BgClassName
{
background-color: #E558E0;
}
</style>
border-color css
<style>
span { border-color: #E558E0; }
span { border-color: rgb(229,88,224); }
td.TdClassName
{
border-color: #E558E0;
}
.TagClassName
{
border-color: #E558E0;
}
</style>