Html Css Color HEX #E047F0 Free Speech Magenta
📋 copy color: '#E047F0'red 224 ◦ green 71 ◦ blue 240
Shades of Free Speech Magenta #E047F0
Tints of Free Speech Magenta #E047F0
RGB
CMYK
RGB Variations
Color information
#E047F0 (or 0xE047F0) is known color: Free Speech Magenta. HEX triplet: E0, 47 and F0. RGB value is (224,71,240). Sum of RGB (Red+Green+Blue) = 224+71+240=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 71 (28.12% from 255 or 13.27% from 535); Blue value is 240 (94.14% from 255 or 44.86% from 535); Max value from RGB is 240 - color contains mainly: blue. Hex color #E047F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E047F0 is #1FB80F. Grayscale: #878787. Windows color (decimal): -2078736 or 15747040. OLE color: 15747040.
HSL color Cylindrical-coordinate representation of color #E047F0: hue angle of 294.32º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E047F0 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 71 | 240 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.06 |
| HSL | 294.32º | 0.85% | 0.61% | - |
| HSV(B) | 294.32º | 0.7% | 0.94% | - |
| XYZ | 48.72 | 26.65 | 85.01 | - |
| YUV | 136.01 | 186.69 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 71 | 240 | 0.07 | 0.70 | 0 | 0.06 | 294.32 | 0.85 | 0.61 |
| Hex | E0 | 47 | F0 | 7 | 46 | 0 | 6 | 126 | 55 | 3D |
| Octal | 340 | 107 | 360 | 7 | 106 | 0 | 6 | 446 | 125 | 75 |
| Binary | 11100000 | 1000111 | 11110000 | 111 | 1000110 | 0 | 110 | 100100110 | 1010101 | 111101 |
Color Harmonies of #E047F0
Complementary color
Monochromatic Colors of #E047F0
Black with #E047F0
Text Example
Text Example
White with #E047F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E047F0; }
p { color: rgb(224,71,240); }
H1.HeaderClassName
{
color: #E047F0;
}
.AnyTagClassName
{
color: #E047F0;
}
</style>
background-color css
<style>
a { background-color: #E047F0; }
a { background-color: rgb(224,71,240); }
div.DivClassName
{
background-color: #E047F0;
}
.BgClassName
{
background-color: #E047F0;
}
</style>
border-color css
<style>
span { border-color: #E047F0; }
span { border-color: rgb(224,71,240); }
td.TdClassName
{
border-color: #E047F0;
}
.TagClassName
{
border-color: #E047F0;
}
</style>