Html Css Color HEX #E555BA Free Speech Magenta
📋 copy color: '#E555BA'red 229 ◦ green 85 ◦ blue 186
Shades of Free Speech Magenta #E555BA
Tints of Free Speech Magenta #E555BA
RGB
CMYK
RGB Variations
Color information
#E555BA (or 0xE555BA) is known color: Free Speech Magenta. HEX triplet: E5, 55 and BA. RGB value is (229,85,186). Sum of RGB (Red+Green+Blue) = 229+85+186=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 85 (33.59% from 255 or 17% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 229 - color contains mainly: red. Hex color #E555BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E555BA is #1AAA45. Grayscale: #8B8B8B. Windows color (decimal): -1747526 or 12211685. OLE color: 12211685.
HSL color Cylindrical-coordinate representation of color #E555BA: hue angle of 317.92º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E555BA is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 85 | 186 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.10 |
| HSL | 317.92º | 0.73% | 0.62% | - |
| HSV(B) | 317.92º | 0.63% | 0.9% | - |
| XYZ | 44.42 | 26.7 | 49.27 | - |
| YUV | 139.57 | 154.21 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 85 | 186 | 0 | 0.63 | 0.19 | 0.10 | 317.92 | 0.73 | 0.62 |
| Hex | E5 | 55 | BA | 0 | 3F | 13 | A | 13E | 49 | 3E |
| Octal | 345 | 125 | 272 | 0 | 77 | 23 | 12 | 476 | 111 | 76 |
| Binary | 11100101 | 1010101 | 10111010 | 0 | 111111 | 10011 | 1010 | 100111110 | 1001001 | 111110 |
Color Harmonies of #E555BA
Complementary color
Monochromatic Colors of #E555BA
Black with #E555BA
Text Example
Text Example
White with #E555BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E555BA; }
p { color: rgb(229,85,186); }
H1.HeaderClassName
{
color: #E555BA;
}
.AnyTagClassName
{
color: #E555BA;
}
</style>
background-color css
<style>
a { background-color: #E555BA; }
a { background-color: rgb(229,85,186); }
div.DivClassName
{
background-color: #E555BA;
}
.BgClassName
{
background-color: #E555BA;
}
</style>
border-color css
<style>
span { border-color: #E555BA; }
span { border-color: rgb(229,85,186); }
td.TdClassName
{
border-color: #E555BA;
}
.TagClassName
{
border-color: #E555BA;
}
</style>