Html Css Color HEX #E047D7 Free Speech Magenta
📋 copy color: '#E047D7'red 224 ◦ green 71 ◦ blue 215
Shades of Free Speech Magenta #E047D7
Tints of Free Speech Magenta #E047D7
RGB
CMYK
RGB Variations
Color information
#E047D7 (or 0xE047D7) is known color: Free Speech Magenta. HEX triplet: E0, 47 and D7. RGB value is (224,71,215). Sum of RGB (Red+Green+Blue) = 224+71+215=510 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.92% from 510); Green value is 71 (28.12% from 255 or 13.92% from 510); Blue value is 215 (84.38% from 255 or 42.16% from 510); Max value from RGB is 224 - color contains mainly: red. Hex color #E047D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E047D7 is #1FB828. Grayscale: #848484. Windows color (decimal): -2078761 or 14108640. OLE color: 14108640.
HSL color Cylindrical-coordinate representation of color #E047D7: hue angle of 303.53º 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 #E047D7 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 71 | 215 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.12 |
| HSL | 303.53º | 0.71% | 0.58% | - |
| HSV(B) | 303.53º | 0.68% | 0.88% | - |
| XYZ | 45.26 | 25.26 | 66.78 | - |
| YUV | 133.16 | 174.19 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 71 | 215 | 0 | 0.68 | 0.04 | 0.12 | 303.53 | 0.71 | 0.58 |
| Hex | E0 | 47 | D7 | 0 | 44 | 4 | C | 130 | 47 | 3A |
| Octal | 340 | 107 | 327 | 0 | 104 | 4 | 14 | 460 | 107 | 72 |
| Binary | 11100000 | 1000111 | 11010111 | 0 | 1000100 | 100 | 1100 | 100110000 | 1000111 | 111010 |
Color Harmonies of #E047D7
Complementary color
Monochromatic Colors of #E047D7
Black with #E047D7
Text Example
Text Example
White with #E047D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E047D7; }
p { color: rgb(224,71,215); }
H1.HeaderClassName
{
color: #E047D7;
}
.AnyTagClassName
{
color: #E047D7;
}
</style>
background-color css
<style>
a { background-color: #E047D7; }
a { background-color: rgb(224,71,215); }
div.DivClassName
{
background-color: #E047D7;
}
.BgClassName
{
background-color: #E047D7;
}
</style>
border-color css
<style>
span { border-color: #E047D7; }
span { border-color: rgb(224,71,215); }
td.TdClassName
{
border-color: #E047D7;
}
.TagClassName
{
border-color: #E047D7;
}
</style>