Html Css Color HEX #E557BA Free Speech Magenta
📋 copy color: '#E557BA'red 229 ◦ green 87 ◦ blue 186
Shades of Free Speech Magenta #E557BA
Tints of Free Speech Magenta #E557BA
RGB
CMYK
RGB Variations
Color information
#E557BA (or 0xE557BA) is known color: Free Speech Magenta. HEX triplet: E5, 57 and BA. RGB value is (229,87,186). Sum of RGB (Red+Green+Blue) = 229+87+186=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 87 (34.38% from 255 or 17.33% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E557BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E557BA is #1AA845. Grayscale: #8C8C8C. Windows color (decimal): -1747014 or 12212197. OLE color: 12212197.
HSL color Cylindrical-coordinate representation of color #E557BA: hue angle of 318.17º 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 #E557BA is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 87 | 186 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.10 |
| HSL | 318.17º | 0.73% | 0.62% | - |
| HSV(B) | 318.17º | 0.62% | 0.9% | - |
| XYZ | 44.58 | 27.02 | 49.32 | - |
| YUV | 140.74 | 153.54 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 87 | 186 | 0 | 0.62 | 0.19 | 0.10 | 318.17 | 0.73 | 0.62 |
| Hex | E5 | 57 | BA | 0 | 3E | 13 | A | 13E | 49 | 3E |
| Octal | 345 | 127 | 272 | 0 | 76 | 23 | 12 | 476 | 111 | 76 |
| Binary | 11100101 | 1010111 | 10111010 | 0 | 111110 | 10011 | 1010 | 100111110 | 1001001 | 111110 |
Color Harmonies of #E557BA
Complementary color
Monochromatic Colors of #E557BA
Black with #E557BA
Text Example
Text Example
White with #E557BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E557BA; }
p { color: rgb(229,87,186); }
H1.HeaderClassName
{
color: #E557BA;
}
.AnyTagClassName
{
color: #E557BA;
}
</style>
background-color css
<style>
a { background-color: #E557BA; }
a { background-color: rgb(229,87,186); }
div.DivClassName
{
background-color: #E557BA;
}
.BgClassName
{
background-color: #E557BA;
}
</style>
border-color css
<style>
span { border-color: #E557BA; }
span { border-color: rgb(229,87,186); }
td.TdClassName
{
border-color: #E557BA;
}
.TagClassName
{
border-color: #E557BA;
}
</style>