Html Css Color HEX #E04EF6 Free Speech Magenta
📋 copy color: '#E04EF6'red 224 ◦ green 78 ◦ blue 246
Shades of Free Speech Magenta #E04EF6
Tints of Free Speech Magenta #E04EF6
RGB
CMYK
RGB Variations
Color information
#E04EF6 (or 0xE04EF6) is known color: Free Speech Magenta. HEX triplet: E0, 4E and F6. RGB value is (224,78,246). Sum of RGB (Red+Green+Blue) = 224+78+246=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 78 (30.86% from 255 or 14.23% from 548); Blue value is 246 (96.48% from 255 or 44.89% from 548); Max value from RGB is 246 - color contains mainly: blue. Hex color #E04EF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E04EF6 is #1FB109. Grayscale: #8C8C8C. Windows color (decimal): -2076938 or 16142048. OLE color: 16142048.
HSL color Cylindrical-coordinate representation of color #E04EF6: hue angle of 292.14º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E04EF6 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 78 | 246 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.04 |
| HSL | 292.14º | 0.9% | 0.64% | - |
| HSV(B) | 292.14º | 0.68% | 0.96% | - |
| XYZ | 50.1 | 27.95 | 89.94 | - |
| YUV | 140.81 | 187.37 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 78 | 246 | 0.09 | 0.68 | 0 | 0.04 | 292.14 | 0.9 | 0.64 |
| Hex | E0 | 4E | F6 | 9 | 44 | 0 | 4 | 124 | 5A | 40 |
| Octal | 340 | 116 | 366 | 11 | 104 | 0 | 4 | 444 | 132 | 100 |
| Binary | 11100000 | 1001110 | 11110110 | 1001 | 1000100 | 0 | 100 | 100100100 | 1011010 | 1000000 |
Color Harmonies of #E04EF6
Complementary color
Monochromatic Colors of #E04EF6
Black with #E04EF6
Text Example
Text Example
White with #E04EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04EF6; }
p { color: rgb(224,78,246); }
H1.HeaderClassName
{
color: #E04EF6;
}
.AnyTagClassName
{
color: #E04EF6;
}
</style>
background-color css
<style>
a { background-color: #E04EF6; }
a { background-color: rgb(224,78,246); }
div.DivClassName
{
background-color: #E04EF6;
}
.BgClassName
{
background-color: #E04EF6;
}
</style>
border-color css
<style>
span { border-color: #E04EF6; }
span { border-color: rgb(224,78,246); }
td.TdClassName
{
border-color: #E04EF6;
}
.TagClassName
{
border-color: #E04EF6;
}
</style>