Html Css Color HEX #E150BA Free Speech Magenta
📋 copy color: '#E150BA'red 225 ◦ green 80 ◦ blue 186
Shades of Free Speech Magenta #E150BA
Tints of Free Speech Magenta #E150BA
RGB
CMYK
RGB Variations
Color information
#E150BA (or 0xE150BA) is known color: Free Speech Magenta. HEX triplet: E1, 50 and BA. RGB value is (225,80,186). Sum of RGB (Red+Green+Blue) = 225+80+186=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 80 (31.64% from 255 or 16.29% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E150BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E150BA is #1EAF45. Grayscale: #878787. Windows color (decimal): -2010950 or 12210401. OLE color: 12210401.
HSL color Cylindrical-coordinate representation of color #E150BA: hue angle of 316.14º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E150BA is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 186 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.12 |
| HSL | 316.14º | 0.71% | 0.6% | - |
| HSV(B) | 316.14º | 0.64% | 0.88% | - |
| XYZ | 42.78 | 25.29 | 49.08 | - |
| YUV | 135.44 | 156.54 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 186 | 0 | 0.64 | 0.17 | 0.12 | 316.14 | 0.71 | 0.6 |
| Hex | E1 | 50 | BA | 0 | 40 | 11 | C | 13C | 47 | 3C |
| Octal | 341 | 120 | 272 | 0 | 100 | 21 | 14 | 474 | 107 | 74 |
| Binary | 11100001 | 1010000 | 10111010 | 0 | 1000000 | 10001 | 1100 | 100111100 | 1000111 | 111100 |
Color Harmonies of #E150BA
Complementary color
Monochromatic Colors of #E150BA
Black with #E150BA
Text Example
Text Example
White with #E150BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E150BA; }
p { color: rgb(225,80,186); }
H1.HeaderClassName
{
color: #E150BA;
}
.AnyTagClassName
{
color: #E150BA;
}
</style>
background-color css
<style>
a { background-color: #E150BA; }
a { background-color: rgb(225,80,186); }
div.DivClassName
{
background-color: #E150BA;
}
.BgClassName
{
background-color: #E150BA;
}
</style>
border-color css
<style>
span { border-color: #E150BA; }
span { border-color: rgb(225,80,186); }
td.TdClassName
{
border-color: #E150BA;
}
.TagClassName
{
border-color: #E150BA;
}
</style>