Html Css Color HEX #E047BF Free Speech Magenta
📋 copy color: '#E047BF'red 224 ◦ green 71 ◦ blue 191
Shades of Free Speech Magenta #E047BF
Tints of Free Speech Magenta #E047BF
RGB
CMYK
RGB Variations
Color information
#E047BF (or 0xE047BF) is known color: Free Speech Magenta. HEX triplet: E0, 47 and BF. RGB value is (224,71,191). Sum of RGB (Red+Green+Blue) = 224+71+191=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 71 (28.12% from 255 or 14.61% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E047BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E047BF is #1FB840. Grayscale: #828282. Windows color (decimal): -2078785 or 12535776. OLE color: 12535776.
HSL color Cylindrical-coordinate representation of color #E047BF: hue angle of 312.94º 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 #E047BF is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 71 | 191 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.12 |
| HSL | 312.94º | 0.71% | 0.58% | - |
| HSV(B) | 312.94º | 0.68% | 0.88% | - |
| XYZ | 42.4 | 24.12 | 51.71 | - |
| YUV | 130.43 | 162.19 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 71 | 191 | 0 | 0.68 | 0.15 | 0.12 | 312.94 | 0.71 | 0.58 |
| Hex | E0 | 47 | BF | 0 | 44 | F | C | 139 | 47 | 3A |
| Octal | 340 | 107 | 277 | 0 | 104 | 17 | 14 | 471 | 107 | 72 |
| Binary | 11100000 | 1000111 | 10111111 | 0 | 1000100 | 1111 | 1100 | 100111001 | 1000111 | 111010 |
Color Harmonies of #E047BF
Complementary color
Monochromatic Colors of #E047BF
Black with #E047BF
Text Example
Text Example
White with #E047BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E047BF; }
p { color: rgb(224,71,191); }
H1.HeaderClassName
{
color: #E047BF;
}
.AnyTagClassName
{
color: #E047BF;
}
</style>
background-color css
<style>
a { background-color: #E047BF; }
a { background-color: rgb(224,71,191); }
div.DivClassName
{
background-color: #E047BF;
}
.BgClassName
{
background-color: #E047BF;
}
</style>
border-color css
<style>
span { border-color: #E047BF; }
span { border-color: rgb(224,71,191); }
td.TdClassName
{
border-color: #E047BF;
}
.TagClassName
{
border-color: #E047BF;
}
</style>