Html Css Color HEX #E047DF Free Speech Magenta
📋 copy color: '#E047DF'red 224 ◦ green 71 ◦ blue 223
Shades of Free Speech Magenta #E047DF
Tints of Free Speech Magenta #E047DF
RGB
CMYK
RGB Variations
Color information
#E047DF (or 0xE047DF) is known color: Free Speech Magenta. HEX triplet: E0, 47 and DF. RGB value is (224,71,223). Sum of RGB (Red+Green+Blue) = 224+71+223=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 71 (28.12% from 255 or 13.71% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 224 - color contains mainly: red. Hex color #E047DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E047DF is #1FB820. Grayscale: #858585. Windows color (decimal): -2078753 or 14632928. OLE color: 14632928.
HSL color Cylindrical-coordinate representation of color #E047DF: hue angle of 300.39º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E047DF is Cyan = 0, Magento = 0.68, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 71 | 223 | - |
| CMYK | 0 | 0.68 | 0.00 | 0.12 |
| HSL | 300.39º | 0.71% | 0.58% | - |
| HSV(B) | 300.39º | 0.68% | 0.88% | - |
| XYZ | 46.31 | 25.68 | 72.33 | - |
| YUV | 134.08 | 178.19 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 71 | 223 | 0 | 0.68 | 0.00 | 0.12 | 300.39 | 0.71 | 0.58 |
| Hex | E0 | 47 | DF | 0 | 44 | 0 | C | 12C | 47 | 3A |
| Octal | 340 | 107 | 337 | 0 | 104 | 0 | 14 | 454 | 107 | 72 |
| Binary | 11100000 | 1000111 | 11011111 | 0 | 1000100 | 0 | 1100 | 100101100 | 1000111 | 111010 |
Color Harmonies of #E047DF
Complementary color
Monochromatic Colors of #E047DF
Black with #E047DF
Text Example
Text Example
White with #E047DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E047DF; }
p { color: rgb(224,71,223); }
H1.HeaderClassName
{
color: #E047DF;
}
.AnyTagClassName
{
color: #E047DF;
}
</style>
background-color css
<style>
a { background-color: #E047DF; }
a { background-color: rgb(224,71,223); }
div.DivClassName
{
background-color: #E047DF;
}
.BgClassName
{
background-color: #E047DF;
}
</style>
border-color css
<style>
span { border-color: #E047DF; }
span { border-color: rgb(224,71,223); }
td.TdClassName
{
border-color: #E047DF;
}
.TagClassName
{
border-color: #E047DF;
}
</style>