Html Css Color HEX #E558C5 Free Speech Magenta
📋 copy color: '#E558C5'red 229 ◦ green 88 ◦ blue 197
Shades of Free Speech Magenta #E558C5
Tints of Free Speech Magenta #E558C5
RGB
CMYK
RGB Variations
Color information
#E558C5 (or 0xE558C5) is known color: Free Speech Magenta. HEX triplet: E5, 58 and C5. RGB value is (229,88,197). Sum of RGB (Red+Green+Blue) = 229+88+197=514 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.55% from 514); Green value is 88 (34.77% from 255 or 17.12% from 514); Blue value is 197 (77.34% from 255 or 38.33% from 514); Max value from RGB is 229 - color contains mainly: red. Hex color #E558C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E558C5 is #1AA73A. Grayscale: #8E8E8E. Windows color (decimal): -1746747 or 12933349. OLE color: 12933349.
HSL color Cylindrical-coordinate representation of color #E558C5: hue angle of 313.62º 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 #E558C5 is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 88 | 197 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.10 |
| HSL | 313.62º | 0.73% | 0.62% | - |
| HSV(B) | 313.62º | 0.62% | 0.9% | - |
| XYZ | 45.88 | 27.67 | 55.75 | - |
| YUV | 142.59 | 158.71 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 88 | 197 | 0 | 0.62 | 0.14 | 0.10 | 313.62 | 0.73 | 0.62 |
| Hex | E5 | 58 | C5 | 0 | 3E | E | A | 13A | 49 | 3E |
| Octal | 345 | 130 | 305 | 0 | 76 | 16 | 12 | 472 | 111 | 76 |
| Binary | 11100101 | 1011000 | 11000101 | 0 | 111110 | 1110 | 1010 | 100111010 | 1001001 | 111110 |
Color Harmonies of #E558C5
Complementary color
Monochromatic Colors of #E558C5
Black with #E558C5
Text Example
Text Example
White with #E558C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E558C5; }
p { color: rgb(229,88,197); }
H1.HeaderClassName
{
color: #E558C5;
}
.AnyTagClassName
{
color: #E558C5;
}
</style>
background-color css
<style>
a { background-color: #E558C5; }
a { background-color: rgb(229,88,197); }
div.DivClassName
{
background-color: #E558C5;
}
.BgClassName
{
background-color: #E558C5;
}
</style>
border-color css
<style>
span { border-color: #E558C5; }
span { border-color: rgb(229,88,197); }
td.TdClassName
{
border-color: #E558C5;
}
.TagClassName
{
border-color: #E558C5;
}
</style>