Html Css Color HEX #E049F9 Free Speech Magenta
📋 copy color: '#E049F9'red 224 ◦ green 73 ◦ blue 249
Shades of Free Speech Magenta #E049F9
Tints of Free Speech Magenta #E049F9
RGB
CMYK
RGB Variations
Color information
#E049F9 (or 0xE049F9) is known color: Free Speech Magenta. HEX triplet: E0, 49 and F9. RGB value is (224,73,249). Sum of RGB (Red+Green+Blue) = 224+73+249=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 73 (28.91% from 255 or 13.37% from 546); Blue value is 249 (97.66% from 255 or 45.60% from 546); Max value from RGB is 249 - color contains mainly: blue. Hex color #E049F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E049F9 is #1FB606. Grayscale: #898989. Windows color (decimal): -2078215 or 16337376. OLE color: 16337376.
HSL color Cylindrical-coordinate representation of color #E049F9: hue angle of 291.48º 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 #E049F9 is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 73 | 249 | - |
| CMYK | 0.10 | 0.71 | 0 | 0.02 |
| HSL | 291.48º | 0.94% | 0.63% | - |
| HSV(B) | 291.48º | 0.71% | 0.98% | - |
| XYZ | 50.22 | 27.45 | 92.27 | - |
| YUV | 138.21 | 190.53 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 73 | 249 | 0.10 | 0.71 | 0 | 0.02 | 291.48 | 0.94 | 0.63 |
| Hex | E0 | 49 | F9 | A | 47 | 0 | 2 | 123 | 5E | 3F |
| Octal | 340 | 111 | 371 | 12 | 107 | 0 | 2 | 443 | 136 | 77 |
| Binary | 11100000 | 1001001 | 11111001 | 1010 | 1000111 | 0 | 10 | 100100011 | 1011110 | 111111 |
Color Harmonies of #E049F9
Complementary color
Monochromatic Colors of #E049F9
Black with #E049F9
Text Example
Text Example
White with #E049F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E049F9; }
p { color: rgb(224,73,249); }
H1.HeaderClassName
{
color: #E049F9;
}
.AnyTagClassName
{
color: #E049F9;
}
</style>
background-color css
<style>
a { background-color: #E049F9; }
a { background-color: rgb(224,73,249); }
div.DivClassName
{
background-color: #E049F9;
}
.BgClassName
{
background-color: #E049F9;
}
</style>
border-color css
<style>
span { border-color: #E049F9; }
span { border-color: rgb(224,73,249); }
td.TdClassName
{
border-color: #E049F9;
}
.TagClassName
{
border-color: #E049F9;
}
</style>