Html Css Color HEX #E146BA Free Speech Magenta
📋 copy color: '#E146BA'red 225 ◦ green 70 ◦ blue 186
Shades of Free Speech Magenta #E146BA
Tints of Free Speech Magenta #E146BA
RGB
CMYK
RGB Variations
Color information
#E146BA (or 0xE146BA) is known color: Free Speech Magenta. HEX triplet: E1, 46 and BA. RGB value is (225,70,186). Sum of RGB (Red+Green+Blue) = 225+70+186=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 70 (27.73% from 255 or 14.55% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E146BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E146BA is #1EB945. Grayscale: #818181. Windows color (decimal): -2013510 or 12207841. OLE color: 12207841.
HSL color Cylindrical-coordinate representation of color #E146BA: hue angle of 315.1º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E146BA is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 70 | 186 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.12 |
| HSL | 315.1º | 0.72% | 0.58% | - |
| HSV(B) | 315.1º | 0.69% | 0.88% | - |
| XYZ | 42.1 | 23.93 | 48.85 | - |
| YUV | 129.57 | 159.85 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 70 | 186 | 0 | 0.69 | 0.17 | 0.12 | 315.1 | 0.72 | 0.58 |
| Hex | E1 | 46 | BA | 0 | 45 | 11 | C | 13B | 48 | 3A |
| Octal | 341 | 106 | 272 | 0 | 105 | 21 | 14 | 473 | 110 | 72 |
| Binary | 11100001 | 1000110 | 10111010 | 0 | 1000101 | 10001 | 1100 | 100111011 | 1001000 | 111010 |
Color Harmonies of #E146BA
Complementary color
Monochromatic Colors of #E146BA
Black with #E146BA
Text Example
Text Example
White with #E146BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E146BA; }
p { color: rgb(225,70,186); }
H1.HeaderClassName
{
color: #E146BA;
}
.AnyTagClassName
{
color: #E146BA;
}
</style>
background-color css
<style>
a { background-color: #E146BA; }
a { background-color: rgb(225,70,186); }
div.DivClassName
{
background-color: #E146BA;
}
.BgClassName
{
background-color: #E146BA;
}
</style>
border-color css
<style>
span { border-color: #E146BA; }
span { border-color: rgb(225,70,186); }
td.TdClassName
{
border-color: #E146BA;
}
.TagClassName
{
border-color: #E146BA;
}
</style>