Html Css Color HEX #E044F9 Free Speech Magenta
📋 copy color: '#E044F9'red 224 ◦ green 68 ◦ blue 249
Shades of Free Speech Magenta #E044F9
Tints of Free Speech Magenta #E044F9
RGB
CMYK
RGB Variations
Color information
#E044F9 (or 0xE044F9) is known color: Free Speech Magenta. HEX triplet: E0, 44 and F9. RGB value is (224,68,249). Sum of RGB (Red+Green+Blue) = 224+68+249=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 68 (26.95% from 255 or 12.57% from 541); Blue value is 249 (97.66% from 255 or 46.03% from 541); Max value from RGB is 249 - color contains mainly: blue. Hex color #E044F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E044F9 is #1FBB06. Grayscale: #868686. Windows color (decimal): -2079495 or 16336096. OLE color: 16336096.
HSL color Cylindrical-coordinate representation of color #E044F9: hue angle of 291.71º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E044F9 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 68 | 249 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.02 |
| HSL | 291.71º | 0.94% | 0.62% | - |
| HSV(B) | 291.71º | 0.73% | 0.98% | - |
| XYZ | 49.91 | 26.82 | 92.17 | - |
| YUV | 135.28 | 192.18 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 68 | 249 | 0.10 | 0.73 | 0 | 0.02 | 291.71 | 0.94 | 0.62 |
| Hex | E0 | 44 | F9 | A | 49 | 0 | 2 | 124 | 5E | 3E |
| Octal | 340 | 104 | 371 | 12 | 111 | 0 | 2 | 444 | 136 | 76 |
| Binary | 11100000 | 1000100 | 11111001 | 1010 | 1001001 | 0 | 10 | 100100100 | 1011110 | 111110 |
Color Harmonies of #E044F9
Complementary color
Monochromatic Colors of #E044F9
Black with #E044F9
Text Example
Text Example
White with #E044F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E044F9; }
p { color: rgb(224,68,249); }
H1.HeaderClassName
{
color: #E044F9;
}
.AnyTagClassName
{
color: #E044F9;
}
</style>
background-color css
<style>
a { background-color: #E044F9; }
a { background-color: rgb(224,68,249); }
div.DivClassName
{
background-color: #E044F9;
}
.BgClassName
{
background-color: #E044F9;
}
</style>
border-color css
<style>
span { border-color: #E044F9; }
span { border-color: rgb(224,68,249); }
td.TdClassName
{
border-color: #E044F9;
}
.TagClassName
{
border-color: #E044F9;
}
</style>