Html Css Color HEX #E557ED Free Speech Magenta
📋 copy color: '#E557ED'red 229 ◦ green 87 ◦ blue 237
Shades of Free Speech Magenta #E557ED
Tints of Free Speech Magenta #E557ED
RGB
CMYK
RGB Variations
Color information
#E557ED (or 0xE557ED) is known color: Free Speech Magenta. HEX triplet: E5, 57 and ED. RGB value is (229,87,237). Sum of RGB (Red+Green+Blue) = 229+87+237=553 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.41% from 553); Green value is 87 (34.38% from 255 or 15.73% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #E557ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E557ED is #1AA812. Grayscale: #929292. Windows color (decimal): -1746963 or 15554533. OLE color: 15554533.
HSL color Cylindrical-coordinate representation of color #E557ED: hue angle of 296.8º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E557ED is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 87 | 237 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.07 |
| HSL | 296.8º | 0.81% | 0.64% | - |
| HSV(B) | 296.8º | 0.63% | 0.93% | - |
| XYZ | 51.01 | 29.59 | 83.14 | - |
| YUV | 146.56 | 179.04 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 87 | 237 | 0.03 | 0.63 | 0 | 0.07 | 296.8 | 0.81 | 0.64 |
| Hex | E5 | 57 | ED | 3 | 3F | 0 | 7 | 129 | 51 | 40 |
| Octal | 345 | 127 | 355 | 3 | 77 | 0 | 7 | 451 | 121 | 100 |
| Binary | 11100101 | 1010111 | 11101101 | 11 | 111111 | 0 | 111 | 100101001 | 1010001 | 1000000 |
Color Harmonies of #E557ED
Complementary color
Monochromatic Colors of #E557ED
Black with #E557ED
Text Example
Text Example
White with #E557ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E557ED; }
p { color: rgb(229,87,237); }
H1.HeaderClassName
{
color: #E557ED;
}
.AnyTagClassName
{
color: #E557ED;
}
</style>
background-color css
<style>
a { background-color: #E557ED; }
a { background-color: rgb(229,87,237); }
div.DivClassName
{
background-color: #E557ED;
}
.BgClassName
{
background-color: #E557ED;
}
</style>
border-color css
<style>
span { border-color: #E557ED; }
span { border-color: rgb(229,87,237); }
td.TdClassName
{
border-color: #E557ED;
}
.TagClassName
{
border-color: #E557ED;
}
</style>