Html Css Color HEX #E549BB Free Speech Magenta
📋 copy color: '#E549BB'red 229 ◦ green 73 ◦ blue 187
Shades of Free Speech Magenta #E549BB
Tints of Free Speech Magenta #E549BB
RGB
CMYK
RGB Variations
Color information
#E549BB (or 0xE549BB) is known color: Free Speech Magenta. HEX triplet: E5, 49 and BB. RGB value is (229,73,187). Sum of RGB (Red+Green+Blue) = 229+73+187=489 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.83% from 489); Green value is 73 (28.91% from 255 or 14.93% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 229 - color contains mainly: red. Hex color #E549BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E549BB is #1AB644. Grayscale: #848484. Windows color (decimal): -1750597 or 12274149. OLE color: 12274149.
HSL color Cylindrical-coordinate representation of color #E549BB: hue angle of 316.15º 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 #E549BB is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 73 | 187 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.10 |
| HSL | 316.15º | 0.75% | 0.59% | - |
| HSV(B) | 316.15º | 0.68% | 0.9% | - |
| XYZ | 43.67 | 25.01 | 49.54 | - |
| YUV | 132.64 | 158.68 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 73 | 187 | 0 | 0.68 | 0.18 | 0.10 | 316.15 | 0.75 | 0.59 |
| Hex | E5 | 49 | BB | 0 | 44 | 12 | A | 13C | 4B | 3B |
| Octal | 345 | 111 | 273 | 0 | 104 | 22 | 12 | 474 | 113 | 73 |
| Binary | 11100101 | 1001001 | 10111011 | 0 | 1000100 | 10010 | 1010 | 100111100 | 1001011 | 111011 |
Color Harmonies of #E549BB
Complementary color
Monochromatic Colors of #E549BB
Black with #E549BB
Text Example
Text Example
White with #E549BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E549BB; }
p { color: rgb(229,73,187); }
H1.HeaderClassName
{
color: #E549BB;
}
.AnyTagClassName
{
color: #E549BB;
}
</style>
background-color css
<style>
a { background-color: #E549BB; }
a { background-color: rgb(229,73,187); }
div.DivClassName
{
background-color: #E549BB;
}
.BgClassName
{
background-color: #E549BB;
}
</style>
border-color css
<style>
span { border-color: #E549BB; }
span { border-color: rgb(229,73,187); }
td.TdClassName
{
border-color: #E549BB;
}
.TagClassName
{
border-color: #E549BB;
}
</style>