Html Css Color HEX #E558D9 Free Speech Magenta
📋 copy color: '#E558D9'red 229 ◦ green 88 ◦ blue 217
Shades of Free Speech Magenta #E558D9
Tints of Free Speech Magenta #E558D9
RGB
CMYK
RGB Variations
Color information
#E558D9 (or 0xE558D9) is known color: Free Speech Magenta. HEX triplet: E5, 58 and D9. RGB value is (229,88,217). Sum of RGB (Red+Green+Blue) = 229+88+217=534 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.88% from 534); Green value is 88 (34.77% from 255 or 16.48% from 534); Blue value is 217 (85.16% from 255 or 40.64% from 534); Max value from RGB is 229 - color contains mainly: red. Hex color #E558D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E558D9 is #1AA726. Grayscale: #909090. Windows color (decimal): -1746727 or 14244069. OLE color: 14244069.
HSL color Cylindrical-coordinate representation of color #E558D9: hue angle of 305.11º 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 #E558D9 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 88 | 217 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.10 |
| HSL | 305.11º | 0.73% | 0.62% | - |
| HSV(B) | 305.11º | 0.62% | 0.9% | - |
| XYZ | 48.33 | 28.65 | 68.63 | - |
| YUV | 144.87 | 168.71 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 88 | 217 | 0 | 0.62 | 0.05 | 0.10 | 305.11 | 0.73 | 0.62 |
| Hex | E5 | 58 | D9 | 0 | 3E | 5 | A | 131 | 49 | 3E |
| Octal | 345 | 130 | 331 | 0 | 76 | 5 | 12 | 461 | 111 | 76 |
| Binary | 11100101 | 1011000 | 11011001 | 0 | 111110 | 101 | 1010 | 100110001 | 1001001 | 111110 |
Color Harmonies of #E558D9
Complementary color
Monochromatic Colors of #E558D9
Black with #E558D9
Text Example
Text Example
White with #E558D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E558D9; }
p { color: rgb(229,88,217); }
H1.HeaderClassName
{
color: #E558D9;
}
.AnyTagClassName
{
color: #E558D9;
}
</style>
background-color css
<style>
a { background-color: #E558D9; }
a { background-color: rgb(229,88,217); }
div.DivClassName
{
background-color: #E558D9;
}
.BgClassName
{
background-color: #E558D9;
}
</style>
border-color css
<style>
span { border-color: #E558D9; }
span { border-color: rgb(229,88,217); }
td.TdClassName
{
border-color: #E558D9;
}
.TagClassName
{
border-color: #E558D9;
}
</style>