Html Css Color HEX #E558D0 Free Speech Magenta
📋 copy color: '#E558D0'red 229 ◦ green 88 ◦ blue 208
Shades of Free Speech Magenta #E558D0
Tints of Free Speech Magenta #E558D0
RGB
CMYK
RGB Variations
Color information
#E558D0 (or 0xE558D0) is known color: Free Speech Magenta. HEX triplet: E5, 58 and D0. RGB value is (229,88,208). Sum of RGB (Red+Green+Blue) = 229+88+208=525 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.62% from 525); Green value is 88 (34.77% from 255 or 16.76% from 525); Blue value is 208 (81.64% from 255 or 39.62% from 525); Max value from RGB is 229 - color contains mainly: red. Hex color #E558D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E558D0 is #1AA72F. Grayscale: #8F8F8F. Windows color (decimal): -1746736 or 13654245. OLE color: 13654245.
HSL color Cylindrical-coordinate representation of color #E558D0: hue angle of 308.94º 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 #E558D0 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 88 | 208 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.10 |
| HSL | 308.94º | 0.73% | 0.62% | - |
| HSV(B) | 308.94º | 0.62% | 0.9% | - |
| XYZ | 47.19 | 28.19 | 62.63 | - |
| YUV | 143.84 | 164.21 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 88 | 208 | 0 | 0.62 | 0.09 | 0.10 | 308.94 | 0.73 | 0.62 |
| Hex | E5 | 58 | D0 | 0 | 3E | 9 | A | 135 | 49 | 3E |
| Octal | 345 | 130 | 320 | 0 | 76 | 11 | 12 | 465 | 111 | 76 |
| Binary | 11100101 | 1011000 | 11010000 | 0 | 111110 | 1001 | 1010 | 100110101 | 1001001 | 111110 |
Color Harmonies of #E558D0
Complementary color
Monochromatic Colors of #E558D0
Black with #E558D0
Text Example
Text Example
White with #E558D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E558D0; }
p { color: rgb(229,88,208); }
H1.HeaderClassName
{
color: #E558D0;
}
.AnyTagClassName
{
color: #E558D0;
}
</style>
background-color css
<style>
a { background-color: #E558D0; }
a { background-color: rgb(229,88,208); }
div.DivClassName
{
background-color: #E558D0;
}
.BgClassName
{
background-color: #E558D0;
}
</style>
border-color css
<style>
span { border-color: #E558D0; }
span { border-color: rgb(229,88,208); }
td.TdClassName
{
border-color: #E558D0;
}
.TagClassName
{
border-color: #E558D0;
}
</style>