Html Css Color HEX #E549D9 Free Speech Magenta
📋 copy color: '#E549D9'red 229 ◦ green 73 ◦ blue 217
Shades of Free Speech Magenta #E549D9
Tints of Free Speech Magenta #E549D9
RGB
CMYK
RGB Variations
Color information
#E549D9 (or 0xE549D9) is known color: Free Speech Magenta. HEX triplet: E5, 49 and D9. RGB value is (229,73,217). Sum of RGB (Red+Green+Blue) = 229+73+217=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 73 (28.91% from 255 or 14.07% from 519); Blue value is 217 (85.16% from 255 or 41.81% from 519); Max value from RGB is 229 - color contains mainly: red. Hex color #E549D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E549D9 is #1AB626. Grayscale: #878787. Windows color (decimal): -1750567 or 14240229. OLE color: 14240229.
HSL color Cylindrical-coordinate representation of color #E549D9: hue angle of 304.62º 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 #E549D9 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 73 | 217 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.10 |
| HSL | 304.62º | 0.75% | 0.59% | - |
| HSV(B) | 304.62º | 0.68% | 0.9% | - |
| XYZ | 47.22 | 26.43 | 68.26 | - |
| YUV | 136.06 | 173.68 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 73 | 217 | 0 | 0.68 | 0.05 | 0.10 | 304.62 | 0.75 | 0.59 |
| Hex | E5 | 49 | D9 | 0 | 44 | 5 | A | 131 | 4B | 3B |
| Octal | 345 | 111 | 331 | 0 | 104 | 5 | 12 | 461 | 113 | 73 |
| Binary | 11100101 | 1001001 | 11011001 | 0 | 1000100 | 101 | 1010 | 100110001 | 1001011 | 111011 |
Color Harmonies of #E549D9
Complementary color
Monochromatic Colors of #E549D9
Black with #E549D9
Text Example
Text Example
White with #E549D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E549D9; }
p { color: rgb(229,73,217); }
H1.HeaderClassName
{
color: #E549D9;
}
.AnyTagClassName
{
color: #E549D9;
}
</style>
background-color css
<style>
a { background-color: #E549D9; }
a { background-color: rgb(229,73,217); }
div.DivClassName
{
background-color: #E549D9;
}
.BgClassName
{
background-color: #E549D9;
}
</style>
border-color css
<style>
span { border-color: #E549D9; }
span { border-color: rgb(229,73,217); }
td.TdClassName
{
border-color: #E549D9;
}
.TagClassName
{
border-color: #E549D9;
}
</style>