Html Css Color HEX #E547F9 Free Speech Magenta
📋 copy color: '#E547F9'red 229 ◦ green 71 ◦ blue 249
Shades of Free Speech Magenta #E547F9
Tints of Free Speech Magenta #E547F9
RGB
CMYK
RGB Variations
Color information
#E547F9 (or 0xE547F9) is known color: Free Speech Magenta. HEX triplet: E5, 47 and F9. RGB value is (229,71,249). Sum of RGB (Red+Green+Blue) = 229+71+249=549 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.71% from 549); Green value is 71 (28.12% from 255 or 12.93% from 549); Blue value is 249 (97.66% from 255 or 45.36% from 549); Max value from RGB is 249 - color contains mainly: blue. Hex color #E547F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E547F9 is #1AB806. Grayscale: #898989. Windows color (decimal): -1751047 or 16336869. OLE color: 16336869.
HSL color Cylindrical-coordinate representation of color #E547F9: hue angle of 293.26º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E547F9 is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 71 | 249 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.02 |
| HSL | 293.26º | 0.94% | 0.63% | - |
| HSV(B) | 293.26º | 0.71% | 0.98% | - |
| XYZ | 51.67 | 28 | 92.3 | - |
| YUV | 138.53 | 190.35 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 71 | 249 | 0.08 | 0.71 | 0 | 0.02 | 293.26 | 0.94 | 0.63 |
| Hex | E5 | 47 | F9 | 8 | 47 | 0 | 2 | 125 | 5E | 3F |
| Octal | 345 | 107 | 371 | 10 | 107 | 0 | 2 | 445 | 136 | 77 |
| Binary | 11100101 | 1000111 | 11111001 | 1000 | 1000111 | 0 | 10 | 100100101 | 1011110 | 111111 |
Color Harmonies of #E547F9
Complementary color
Monochromatic Colors of #E547F9
Black with #E547F9
Text Example
Text Example
White with #E547F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E547F9; }
p { color: rgb(229,71,249); }
H1.HeaderClassName
{
color: #E547F9;
}
.AnyTagClassName
{
color: #E547F9;
}
</style>
background-color css
<style>
a { background-color: #E547F9; }
a { background-color: rgb(229,71,249); }
div.DivClassName
{
background-color: #E547F9;
}
.BgClassName
{
background-color: #E547F9;
}
</style>
border-color css
<style>
span { border-color: #E547F9; }
span { border-color: rgb(229,71,249); }
td.TdClassName
{
border-color: #E547F9;
}
.TagClassName
{
border-color: #E547F9;
}
</style>