Html Css Color HEX #E047F5 Free Speech Magenta
📋 copy color: '#E047F5'red 224 ◦ green 71 ◦ blue 245
Shades of Free Speech Magenta #E047F5
Tints of Free Speech Magenta #E047F5
RGB
CMYK
RGB Variations
Color information
#E047F5 (or 0xE047F5) is known color: Free Speech Magenta. HEX triplet: E0, 47 and F5. RGB value is (224,71,245). Sum of RGB (Red+Green+Blue) = 224+71+245=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 71 (28.12% from 255 or 13.15% from 540); Blue value is 245 (96.09% from 255 or 45.37% from 540); Max value from RGB is 245 - color contains mainly: blue. Hex color #E047F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E047F5 is #1FB80A. Grayscale: #888888. Windows color (decimal): -2078731 or 16074720. OLE color: 16074720.
HSL color Cylindrical-coordinate representation of color #E047F5: hue angle of 292.76º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E047F5 is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 71 | 245 | - |
| CMYK | 0.09 | 0.71 | 0 | 0.04 |
| HSL | 292.76º | 0.9% | 0.62% | - |
| HSV(B) | 292.76º | 0.71% | 0.96% | - |
| XYZ | 49.48 | 26.95 | 88.98 | - |
| YUV | 136.58 | 189.19 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 71 | 245 | 0.09 | 0.71 | 0 | 0.04 | 292.76 | 0.9 | 0.62 |
| Hex | E0 | 47 | F5 | 9 | 47 | 0 | 4 | 125 | 5A | 3E |
| Octal | 340 | 107 | 365 | 11 | 107 | 0 | 4 | 445 | 132 | 76 |
| Binary | 11100000 | 1000111 | 11110101 | 1001 | 1000111 | 0 | 100 | 100100101 | 1011010 | 111110 |
Color Harmonies of #E047F5
Complementary color
Monochromatic Colors of #E047F5
Black with #E047F5
Text Example
Text Example
White with #E047F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E047F5; }
p { color: rgb(224,71,245); }
H1.HeaderClassName
{
color: #E047F5;
}
.AnyTagClassName
{
color: #E047F5;
}
</style>
background-color css
<style>
a { background-color: #E047F5; }
a { background-color: rgb(224,71,245); }
div.DivClassName
{
background-color: #E047F5;
}
.BgClassName
{
background-color: #E047F5;
}
</style>
border-color css
<style>
span { border-color: #E047F5; }
span { border-color: rgb(224,71,245); }
td.TdClassName
{
border-color: #E047F5;
}
.TagClassName
{
border-color: #E047F5;
}
</style>