Html Css Color HEX #E557BF Free Speech Magenta
📋 copy color: '#E557BF'red 229 ◦ green 87 ◦ blue 191
Shades of Free Speech Magenta #E557BF
Tints of Free Speech Magenta #E557BF
RGB
CMYK
RGB Variations
Color information
#E557BF (or 0xE557BF) is known color: Free Speech Magenta. HEX triplet: E5, 57 and BF. RGB value is (229,87,191). Sum of RGB (Red+Green+Blue) = 229+87+191=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 87 (34.38% from 255 or 17.16% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 229 - color contains mainly: red. Hex color #E557BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E557BF is #1AA840. Grayscale: #8D8D8D. Windows color (decimal): -1747009 or 12539877. OLE color: 12539877.
HSL color Cylindrical-coordinate representation of color #E557BF: hue angle of 316.06º 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 #E557BF is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 87 | 191 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.10 |
| HSL | 316.06º | 0.73% | 0.62% | - |
| HSV(B) | 316.06º | 0.62% | 0.9% | - |
| XYZ | 45.13 | 27.24 | 52.17 | - |
| YUV | 141.31 | 156.04 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 87 | 191 | 0 | 0.62 | 0.17 | 0.10 | 316.06 | 0.73 | 0.62 |
| Hex | E5 | 57 | BF | 0 | 3E | 11 | A | 13C | 49 | 3E |
| Octal | 345 | 127 | 277 | 0 | 76 | 21 | 12 | 474 | 111 | 76 |
| Binary | 11100101 | 1010111 | 10111111 | 0 | 111110 | 10001 | 1010 | 100111100 | 1001001 | 111110 |
Color Harmonies of #E557BF
Complementary color
Monochromatic Colors of #E557BF
Black with #E557BF
Text Example
Text Example
White with #E557BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E557BF; }
p { color: rgb(229,87,191); }
H1.HeaderClassName
{
color: #E557BF;
}
.AnyTagClassName
{
color: #E557BF;
}
</style>
background-color css
<style>
a { background-color: #E557BF; }
a { background-color: rgb(229,87,191); }
div.DivClassName
{
background-color: #E557BF;
}
.BgClassName
{
background-color: #E557BF;
}
</style>
border-color css
<style>
span { border-color: #E557BF; }
span { border-color: rgb(229,87,191); }
td.TdClassName
{
border-color: #E557BF;
}
.TagClassName
{
border-color: #E557BF;
}
</style>