Html Css Color HEX #E549D3 Free Speech Magenta
📋 copy color: '#E549D3'red 229 ◦ green 73 ◦ blue 211
Shades of Free Speech Magenta #E549D3
Tints of Free Speech Magenta #E549D3
RGB
CMYK
RGB Variations
Color information
#E549D3 (or 0xE549D3) is known color: Free Speech Magenta. HEX triplet: E5, 49 and D3. RGB value is (229,73,211). Sum of RGB (Red+Green+Blue) = 229+73+211=513 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.64% from 513); Green value is 73 (28.91% from 255 or 14.23% from 513); Blue value is 211 (82.81% from 255 or 41.13% from 513); Max value from RGB is 229 - color contains mainly: red. Hex color #E549D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E549D3 is #1AB62C. Grayscale: #868686. Windows color (decimal): -1750573 or 13847013. OLE color: 13847013.
HSL color Cylindrical-coordinate representation of color #E549D3: hue angle of 306.92º 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 #E549D3 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 73 | 211 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.10 |
| HSL | 306.92º | 0.75% | 0.59% | - |
| HSV(B) | 306.92º | 0.68% | 0.9% | - |
| XYZ | 46.45 | 26.13 | 64.22 | - |
| YUV | 135.38 | 170.68 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 73 | 211 | 0 | 0.68 | 0.08 | 0.10 | 306.92 | 0.75 | 0.59 |
| Hex | E5 | 49 | D3 | 0 | 44 | 8 | A | 133 | 4B | 3B |
| Octal | 345 | 111 | 323 | 0 | 104 | 10 | 12 | 463 | 113 | 73 |
| Binary | 11100101 | 1001001 | 11010011 | 0 | 1000100 | 1000 | 1010 | 100110011 | 1001011 | 111011 |
Color Harmonies of #E549D3
Complementary color
Monochromatic Colors of #E549D3
Black with #E549D3
Text Example
Text Example
White with #E549D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E549D3; }
p { color: rgb(229,73,211); }
H1.HeaderClassName
{
color: #E549D3;
}
.AnyTagClassName
{
color: #E549D3;
}
</style>
background-color css
<style>
a { background-color: #E549D3; }
a { background-color: rgb(229,73,211); }
div.DivClassName
{
background-color: #E549D3;
}
.BgClassName
{
background-color: #E549D3;
}
</style>
border-color css
<style>
span { border-color: #E549D3; }
span { border-color: rgb(229,73,211); }
td.TdClassName
{
border-color: #E549D3;
}
.TagClassName
{
border-color: #E549D3;
}
</style>