Html Css Color HEX #E549BE Free Speech Magenta
📋 copy color: '#E549BE'red 229 ◦ green 73 ◦ blue 190
Shades of Free Speech Magenta #E549BE
Tints of Free Speech Magenta #E549BE
RGB
CMYK
RGB Variations
Color information
#E549BE (or 0xE549BE) is known color: Free Speech Magenta. HEX triplet: E5, 49 and BE. RGB value is (229,73,190). Sum of RGB (Red+Green+Blue) = 229+73+190=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 73 (28.91% from 255 or 14.84% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E549BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E549BE is #1AB641. Grayscale: #848484. Windows color (decimal): -1750594 or 12470757. OLE color: 12470757.
HSL color Cylindrical-coordinate representation of color #E549BE: hue angle of 315º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E549BE is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 73 | 190 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.10 |
| HSL | 315º | 0.75% | 0.59% | - |
| HSV(B) | 315º | 0.68% | 0.9% | - |
| XYZ | 43.99 | 25.14 | 51.25 | - |
| YUV | 132.98 | 160.18 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 73 | 190 | 0 | 0.68 | 0.17 | 0.10 | 315 | 0.75 | 0.59 |
| Hex | E5 | 49 | BE | 0 | 44 | 11 | A | 13B | 4B | 3B |
| Octal | 345 | 111 | 276 | 0 | 104 | 21 | 12 | 473 | 113 | 73 |
| Binary | 11100101 | 1001001 | 10111110 | 0 | 1000100 | 10001 | 1010 | 100111011 | 1001011 | 111011 |
Color Harmonies of #E549BE
Complementary color
Monochromatic Colors of #E549BE
Black with #E549BE
Text Example
Text Example
White with #E549BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E549BE; }
p { color: rgb(229,73,190); }
H1.HeaderClassName
{
color: #E549BE;
}
.AnyTagClassName
{
color: #E549BE;
}
</style>
background-color css
<style>
a { background-color: #E549BE; }
a { background-color: rgb(229,73,190); }
div.DivClassName
{
background-color: #E549BE;
}
.BgClassName
{
background-color: #E549BE;
}
</style>
border-color css
<style>
span { border-color: #E549BE; }
span { border-color: rgb(229,73,190); }
td.TdClassName
{
border-color: #E549BE;
}
.TagClassName
{
border-color: #E549BE;
}
</style>