Html Css Color HEX #E557F0 Free Speech Magenta
📋 copy color: '#E557F0'red 229 ◦ green 87 ◦ blue 240
Shades of Free Speech Magenta #E557F0
Tints of Free Speech Magenta #E557F0
RGB
CMYK
RGB Variations
Color information
#E557F0 (or 0xE557F0) is known color: Free Speech Magenta. HEX triplet: E5, 57 and F0. RGB value is (229,87,240). Sum of RGB (Red+Green+Blue) = 229+87+240=556 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.19% from 556); Green value is 87 (34.38% from 255 or 15.65% from 556); Blue value is 240 (94.14% from 255 or 43.17% from 556); Max value from RGB is 240 - color contains mainly: blue. Hex color #E557F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E557F0 is #1AA80F. Grayscale: #929292. Windows color (decimal): -1746960 or 15751141. OLE color: 15751141.
HSL color Cylindrical-coordinate representation of color #E557F0: hue angle of 295.69º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E557F0 is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 87 | 240 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.06 |
| HSL | 295.69º | 0.84% | 0.64% | - |
| HSV(B) | 295.69º | 0.64% | 0.94% | - |
| XYZ | 51.45 | 29.77 | 85.47 | - |
| YUV | 146.9 | 180.54 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 87 | 240 | 0.05 | 0.64 | 0 | 0.06 | 295.69 | 0.84 | 0.64 |
| Hex | E5 | 57 | F0 | 5 | 40 | 0 | 6 | 128 | 54 | 40 |
| Octal | 345 | 127 | 360 | 5 | 100 | 0 | 6 | 450 | 124 | 100 |
| Binary | 11100101 | 1010111 | 11110000 | 101 | 1000000 | 0 | 110 | 100101000 | 1010100 | 1000000 |
Color Harmonies of #E557F0
Complementary color
Monochromatic Colors of #E557F0
Black with #E557F0
Text Example
Text Example
White with #E557F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E557F0; }
p { color: rgb(229,87,240); }
H1.HeaderClassName
{
color: #E557F0;
}
.AnyTagClassName
{
color: #E557F0;
}
</style>
background-color css
<style>
a { background-color: #E557F0; }
a { background-color: rgb(229,87,240); }
div.DivClassName
{
background-color: #E557F0;
}
.BgClassName
{
background-color: #E557F0;
}
</style>
border-color css
<style>
span { border-color: #E557F0; }
span { border-color: rgb(229,87,240); }
td.TdClassName
{
border-color: #E557F0;
}
.TagClassName
{
border-color: #E557F0;
}
</style>