Html Css Color HEX #E149BA Free Speech Magenta
📋 copy color: '#E149BA'red 225 ◦ green 73 ◦ blue 186
Shades of Free Speech Magenta #E149BA
Tints of Free Speech Magenta #E149BA
RGB
CMYK
RGB Variations
Color information
#E149BA (or 0xE149BA) is known color: Free Speech Magenta. HEX triplet: E1, 49 and BA. RGB value is (225,73,186). Sum of RGB (Red+Green+Blue) = 225+73+186=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 73 (28.91% from 255 or 15.08% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 225 - color contains mainly: red. Hex color #E149BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E149BA is #1EB645. Grayscale: #838383. Windows color (decimal): -2012742 or 12208609. OLE color: 12208609.
HSL color Cylindrical-coordinate representation of color #E149BA: hue angle of 315.39º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E149BA is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 73 | 186 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.12 |
| HSL | 315.39º | 0.72% | 0.58% | - |
| HSV(B) | 315.39º | 0.68% | 0.88% | - |
| XYZ | 42.3 | 24.32 | 48.92 | - |
| YUV | 131.33 | 158.86 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 186 | 0 | 0.68 | 0.17 | 0.12 | 315.39 | 0.72 | 0.58 |
| Hex | E1 | 49 | BA | 0 | 44 | 11 | C | 13B | 48 | 3A |
| Octal | 341 | 111 | 272 | 0 | 104 | 21 | 14 | 473 | 110 | 72 |
| Binary | 11100001 | 1001001 | 10111010 | 0 | 1000100 | 10001 | 1100 | 100111011 | 1001000 | 111010 |
Color Harmonies of #E149BA
Complementary color
Monochromatic Colors of #E149BA
Black with #E149BA
Text Example
Text Example
White with #E149BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E149BA; }
p { color: rgb(225,73,186); }
H1.HeaderClassName
{
color: #E149BA;
}
.AnyTagClassName
{
color: #E149BA;
}
</style>
background-color css
<style>
a { background-color: #E149BA; }
a { background-color: rgb(225,73,186); }
div.DivClassName
{
background-color: #E149BA;
}
.BgClassName
{
background-color: #E149BA;
}
</style>
border-color css
<style>
span { border-color: #E149BA; }
span { border-color: rgb(225,73,186); }
td.TdClassName
{
border-color: #E149BA;
}
.TagClassName
{
border-color: #E149BA;
}
</style>