Html Css Color HEX #E047EC Free Speech Magenta
📋 copy color: '#E047EC'red 224 ◦ green 71 ◦ blue 236
Shades of Free Speech Magenta #E047EC
Tints of Free Speech Magenta #E047EC
RGB
CMYK
RGB Variations
Color information
#E047EC (or 0xE047EC) is known color: Free Speech Magenta. HEX triplet: E0, 47 and EC. RGB value is (224,71,236). Sum of RGB (Red+Green+Blue) = 224+71+236=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 71 (28.12% from 255 or 13.37% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #E047EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E047EC is #1FB813. Grayscale: #878787. Windows color (decimal): -2078740 or 15484896. OLE color: 15484896.
HSL color Cylindrical-coordinate representation of color #E047EC: hue angle of 295.64º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E047EC is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 71 | 236 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.07 |
| HSL | 295.64º | 0.81% | 0.6% | - |
| HSV(B) | 295.64º | 0.7% | 0.93% | - |
| XYZ | 48.13 | 26.41 | 81.92 | - |
| YUV | 135.56 | 184.69 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 71 | 236 | 0.05 | 0.70 | 0 | 0.07 | 295.64 | 0.81 | 0.6 |
| Hex | E0 | 47 | EC | 5 | 46 | 0 | 7 | 128 | 51 | 3C |
| Octal | 340 | 107 | 354 | 5 | 106 | 0 | 7 | 450 | 121 | 74 |
| Binary | 11100000 | 1000111 | 11101100 | 101 | 1000110 | 0 | 111 | 100101000 | 1010001 | 111100 |
Color Harmonies of #E047EC
Complementary color
Monochromatic Colors of #E047EC
Black with #E047EC
Text Example
Text Example
White with #E047EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E047EC; }
p { color: rgb(224,71,236); }
H1.HeaderClassName
{
color: #E047EC;
}
.AnyTagClassName
{
color: #E047EC;
}
</style>
background-color css
<style>
a { background-color: #E047EC; }
a { background-color: rgb(224,71,236); }
div.DivClassName
{
background-color: #E047EC;
}
.BgClassName
{
background-color: #E047EC;
}
</style>
border-color css
<style>
span { border-color: #E047EC; }
span { border-color: rgb(224,71,236); }
td.TdClassName
{
border-color: #E047EC;
}
.TagClassName
{
border-color: #E047EC;
}
</style>