Html Css Color HEX #E155BA Free Speech Magenta
📋 copy color: '#E155BA'red 225 ◦ green 85 ◦ blue 186
Shades of Free Speech Magenta #E155BA
Tints of Free Speech Magenta #E155BA
RGB
CMYK
RGB Variations
Color information
#E155BA (or 0xE155BA) is known color: Free Speech Magenta. HEX triplet: E1, 55 and BA. RGB value is (225,85,186). Sum of RGB (Red+Green+Blue) = 225+85+186=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 85 (33.59% from 255 or 17.14% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 225 - color contains mainly: red. Hex color #E155BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E155BA is #1EAA45. Grayscale: #8A8A8A. Windows color (decimal): -2009670 or 12211681. OLE color: 12211681.
HSL color Cylindrical-coordinate representation of color #E155BA: hue angle of 316.71º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E155BA is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 85 | 186 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.12 |
| HSL | 316.71º | 0.7% | 0.61% | - |
| HSV(B) | 316.71º | 0.62% | 0.88% | - |
| XYZ | 43.16 | 26.05 | 49.21 | - |
| YUV | 138.37 | 154.88 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 85 | 186 | 0 | 0.62 | 0.17 | 0.12 | 316.71 | 0.7 | 0.61 |
| Hex | E1 | 55 | BA | 0 | 3E | 11 | C | 13D | 46 | 3D |
| Octal | 341 | 125 | 272 | 0 | 76 | 21 | 14 | 475 | 106 | 75 |
| Binary | 11100001 | 1010101 | 10111010 | 0 | 111110 | 10001 | 1100 | 100111101 | 1000110 | 111101 |
Color Harmonies of #E155BA
Complementary color
Monochromatic Colors of #E155BA
Black with #E155BA
Text Example
Text Example
White with #E155BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E155BA; }
p { color: rgb(225,85,186); }
H1.HeaderClassName
{
color: #E155BA;
}
.AnyTagClassName
{
color: #E155BA;
}
</style>
background-color css
<style>
a { background-color: #E155BA; }
a { background-color: rgb(225,85,186); }
div.DivClassName
{
background-color: #E155BA;
}
.BgClassName
{
background-color: #E155BA;
}
</style>
border-color css
<style>
span { border-color: #E155BA; }
span { border-color: rgb(225,85,186); }
td.TdClassName
{
border-color: #E155BA;
}
.TagClassName
{
border-color: #E155BA;
}
</style>