Html Css Color HEX #E549DA Free Speech Magenta
📋 copy color: '#E549DA'red 229 ◦ green 73 ◦ blue 218
Shades of Free Speech Magenta #E549DA
Tints of Free Speech Magenta #E549DA
RGB
CMYK
RGB Variations
Color information
#E549DA (or 0xE549DA) is known color: Free Speech Magenta. HEX triplet: E5, 49 and DA. RGB value is (229,73,218). Sum of RGB (Red+Green+Blue) = 229+73+218=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 73 (28.91% from 255 or 14.04% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 229 - color contains mainly: red. Hex color #E549DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E549DA is #1AB625. Grayscale: #878787. Windows color (decimal): -1750566 or 14305765. OLE color: 14305765.
HSL color Cylindrical-coordinate representation of color #E549DA: hue angle of 304.23º 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 #E549DA is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 73 | 218 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.10 |
| HSL | 304.23º | 0.75% | 0.59% | - |
| HSV(B) | 304.23º | 0.68% | 0.9% | - |
| XYZ | 47.35 | 26.49 | 68.95 | - |
| YUV | 136.17 | 174.18 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 73 | 218 | 0 | 0.68 | 0.05 | 0.10 | 304.23 | 0.75 | 0.59 |
| Hex | E5 | 49 | DA | 0 | 44 | 5 | A | 130 | 4B | 3B |
| Octal | 345 | 111 | 332 | 0 | 104 | 5 | 12 | 460 | 113 | 73 |
| Binary | 11100101 | 1001001 | 11011010 | 0 | 1000100 | 101 | 1010 | 100110000 | 1001011 | 111011 |
Color Harmonies of #E549DA
Complementary color
Monochromatic Colors of #E549DA
Black with #E549DA
Text Example
Text Example
White with #E549DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E549DA; }
p { color: rgb(229,73,218); }
H1.HeaderClassName
{
color: #E549DA;
}
.AnyTagClassName
{
color: #E549DA;
}
</style>
background-color css
<style>
a { background-color: #E549DA; }
a { background-color: rgb(229,73,218); }
div.DivClassName
{
background-color: #E549DA;
}
.BgClassName
{
background-color: #E549DA;
}
</style>
border-color css
<style>
span { border-color: #E549DA; }
span { border-color: rgb(229,73,218); }
td.TdClassName
{
border-color: #E549DA;
}
.TagClassName
{
border-color: #E549DA;
}
</style>