Html Css Color HEX #E047EF Free Speech Magenta
📋 copy color: '#E047EF'red 224 ◦ green 71 ◦ blue 239
Shades of Free Speech Magenta #E047EF
Tints of Free Speech Magenta #E047EF
RGB
CMYK
RGB Variations
Color information
#E047EF (or 0xE047EF) is known color: Free Speech Magenta. HEX triplet: E0, 47 and EF. RGB value is (224,71,239). Sum of RGB (Red+Green+Blue) = 224+71+239=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 71 (28.12% from 255 or 13.30% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 239 - color contains mainly: blue. Hex color #E047EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E047EF is #1FB810. Grayscale: #878787. Windows color (decimal): -2078737 or 15681504. OLE color: 15681504.
HSL color Cylindrical-coordinate representation of color #E047EF: hue angle of 294.64º degrees, saturation: 0.84, 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 #E047EF is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 71 | 239 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.06 |
| HSL | 294.64º | 0.84% | 0.61% | - |
| HSV(B) | 294.64º | 0.7% | 0.94% | - |
| XYZ | 48.57 | 26.59 | 84.23 | - |
| YUV | 135.9 | 186.19 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 71 | 239 | 0.06 | 0.70 | 0 | 0.06 | 294.64 | 0.84 | 0.61 |
| Hex | E0 | 47 | EF | 6 | 46 | 0 | 6 | 127 | 54 | 3D |
| Octal | 340 | 107 | 357 | 6 | 106 | 0 | 6 | 447 | 124 | 75 |
| Binary | 11100000 | 1000111 | 11101111 | 110 | 1000110 | 0 | 110 | 100100111 | 1010100 | 111101 |
Color Harmonies of #E047EF
Complementary color
Monochromatic Colors of #E047EF
Black with #E047EF
Text Example
Text Example
White with #E047EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E047EF; }
p { color: rgb(224,71,239); }
H1.HeaderClassName
{
color: #E047EF;
}
.AnyTagClassName
{
color: #E047EF;
}
</style>
background-color css
<style>
a { background-color: #E047EF; }
a { background-color: rgb(224,71,239); }
div.DivClassName
{
background-color: #E047EF;
}
.BgClassName
{
background-color: #E047EF;
}
</style>
border-color css
<style>
span { border-color: #E047EF; }
span { border-color: rgb(224,71,239); }
td.TdClassName
{
border-color: #E047EF;
}
.TagClassName
{
border-color: #E047EF;
}
</style>