Html Css Color HEX #E156BA Free Speech Magenta
📋 copy color: '#E156BA'red 225 ◦ green 86 ◦ blue 186
Shades of Free Speech Magenta #E156BA
Tints of Free Speech Magenta #E156BA
RGB
CMYK
RGB Variations
Color information
#E156BA (or 0xE156BA) is known color: Free Speech Magenta. HEX triplet: E1, 56 and BA. RGB value is (225,86,186). Sum of RGB (Red+Green+Blue) = 225+86+186=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 86 (33.98% from 255 or 17.30% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E156BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E156BA is #1EA945. Grayscale: #8A8A8A. Windows color (decimal): -2009414 or 12211937. OLE color: 12211937.
HSL color Cylindrical-coordinate representation of color #E156BA: hue angle of 316.83º 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 #E156BA is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 86 | 186 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.12 |
| HSL | 316.83º | 0.7% | 0.61% | - |
| HSV(B) | 316.83º | 0.62% | 0.88% | - |
| XYZ | 43.24 | 26.21 | 49.23 | - |
| YUV | 138.96 | 154.55 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 86 | 186 | 0 | 0.62 | 0.17 | 0.12 | 316.83 | 0.7 | 0.61 |
| Hex | E1 | 56 | BA | 0 | 3E | 11 | C | 13D | 46 | 3D |
| Octal | 341 | 126 | 272 | 0 | 76 | 21 | 14 | 475 | 106 | 75 |
| Binary | 11100001 | 1010110 | 10111010 | 0 | 111110 | 10001 | 1100 | 100111101 | 1000110 | 111101 |
Color Harmonies of #E156BA
Complementary color
Monochromatic Colors of #E156BA
Black with #E156BA
Text Example
Text Example
White with #E156BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E156BA; }
p { color: rgb(225,86,186); }
H1.HeaderClassName
{
color: #E156BA;
}
.AnyTagClassName
{
color: #E156BA;
}
</style>
background-color css
<style>
a { background-color: #E156BA; }
a { background-color: rgb(225,86,186); }
div.DivClassName
{
background-color: #E156BA;
}
.BgClassName
{
background-color: #E156BA;
}
</style>
border-color css
<style>
span { border-color: #E156BA; }
span { border-color: rgb(225,86,186); }
td.TdClassName
{
border-color: #E156BA;
}
.TagClassName
{
border-color: #E156BA;
}
</style>