Html Css Color HEX #E558DC Free Speech Magenta
📋 copy color: '#E558DC'red 229 ◦ green 88 ◦ blue 220
Shades of Free Speech Magenta #E558DC
Tints of Free Speech Magenta #E558DC
RGB
CMYK
RGB Variations
Color information
#E558DC (or 0xE558DC) is known color: Free Speech Magenta. HEX triplet: E5, 58 and DC. RGB value is (229,88,220). Sum of RGB (Red+Green+Blue) = 229+88+220=537 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.64% from 537); Green value is 88 (34.77% from 255 or 16.39% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 229 - color contains mainly: red. Hex color #E558DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E558DC is #1AA723. Grayscale: #909090. Windows color (decimal): -1746724 or 14440677. OLE color: 14440677.
HSL color Cylindrical-coordinate representation of color #E558DC: hue angle of 303.83º 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 #E558DC is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 88 | 220 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.10 |
| HSL | 303.83º | 0.73% | 0.62% | - |
| HSV(B) | 303.83º | 0.62% | 0.9% | - |
| XYZ | 48.72 | 28.8 | 70.7 | - |
| YUV | 145.21 | 170.21 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 88 | 220 | 0 | 0.62 | 0.04 | 0.10 | 303.83 | 0.73 | 0.62 |
| Hex | E5 | 58 | DC | 0 | 3E | 4 | A | 130 | 49 | 3E |
| Octal | 345 | 130 | 334 | 0 | 76 | 4 | 12 | 460 | 111 | 76 |
| Binary | 11100101 | 1011000 | 11011100 | 0 | 111110 | 100 | 1010 | 100110000 | 1001001 | 111110 |
Color Harmonies of #E558DC
Complementary color
Monochromatic Colors of #E558DC
Black with #E558DC
Text Example
Text Example
White with #E558DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E558DC; }
p { color: rgb(229,88,220); }
H1.HeaderClassName
{
color: #E558DC;
}
.AnyTagClassName
{
color: #E558DC;
}
</style>
background-color css
<style>
a { background-color: #E558DC; }
a { background-color: rgb(229,88,220); }
div.DivClassName
{
background-color: #E558DC;
}
.BgClassName
{
background-color: #E558DC;
}
</style>
border-color css
<style>
span { border-color: #E558DC; }
span { border-color: rgb(229,88,220); }
td.TdClassName
{
border-color: #E558DC;
}
.TagClassName
{
border-color: #E558DC;
}
</style>