Html Css Color HEX #E040F9 Free Speech Magenta
📋 copy color: '#E040F9'red 224 ◦ green 64 ◦ blue 249
Shades of Free Speech Magenta #E040F9
Tints of Free Speech Magenta #E040F9
RGB
CMYK
RGB Variations
Color information
#E040F9 (or 0xE040F9) is known color: Free Speech Magenta. HEX triplet: E0, 40 and F9. RGB value is (224,64,249). Sum of RGB (Red+Green+Blue) = 224+64+249=537 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.71% from 537); Green value is 64 (25.39% from 255 or 11.92% from 537); Blue value is 249 (97.66% from 255 or 46.37% from 537); Max value from RGB is 249 - color contains mainly: blue. Hex color #E040F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E040F9 is #1FBF06. Grayscale: #848484. Windows color (decimal): -2080519 or 16335072. OLE color: 16335072.
HSL color Cylindrical-coordinate representation of color #E040F9: hue angle of 291.89º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E040F9 is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 64 | 249 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.02 |
| HSL | 291.89º | 0.94% | 0.61% | - |
| HSV(B) | 291.89º | 0.74% | 0.98% | - |
| XYZ | 49.67 | 26.35 | 92.09 | - |
| YUV | 132.93 | 193.51 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 249 | 0.10 | 0.74 | 0 | 0.02 | 291.89 | 0.94 | 0.61 |
| Hex | E0 | 40 | F9 | A | 4A | 0 | 2 | 124 | 5E | 3D |
| Octal | 340 | 100 | 371 | 12 | 112 | 0 | 2 | 444 | 136 | 75 |
| Binary | 11100000 | 1000000 | 11111001 | 1010 | 1001010 | 0 | 10 | 100100100 | 1011110 | 111101 |
Color Harmonies of #E040F9
Complementary color
Monochromatic Colors of #E040F9
Black with #E040F9
Text Example
Text Example
White with #E040F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E040F9; }
p { color: rgb(224,64,249); }
H1.HeaderClassName
{
color: #E040F9;
}
.AnyTagClassName
{
color: #E040F9;
}
</style>
background-color css
<style>
a { background-color: #E040F9; }
a { background-color: rgb(224,64,249); }
div.DivClassName
{
background-color: #E040F9;
}
.BgClassName
{
background-color: #E040F9;
}
</style>
border-color css
<style>
span { border-color: #E040F9; }
span { border-color: rgb(224,64,249); }
td.TdClassName
{
border-color: #E040F9;
}
.TagClassName
{
border-color: #E040F9;
}
</style>