Html Css Color HEX #E047DD Free Speech Magenta
📋 copy color: '#E047DD'red 224 ◦ green 71 ◦ blue 221
Shades of Free Speech Magenta #E047DD
Tints of Free Speech Magenta #E047DD
RGB
CMYK
RGB Variations
Color information
#E047DD (or 0xE047DD) is known color: Free Speech Magenta. HEX triplet: E0, 47 and DD. RGB value is (224,71,221). Sum of RGB (Red+Green+Blue) = 224+71+221=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 71 (28.12% from 255 or 13.76% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 224 - color contains mainly: red. Hex color #E047DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E047DD is #1FB822. Grayscale: #858585. Windows color (decimal): -2078755 or 14501856. OLE color: 14501856.
HSL color Cylindrical-coordinate representation of color #E047DD: hue angle of 301.18º 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 #E047DD is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 71 | 221 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.12 |
| HSL | 301.18º | 0.71% | 0.58% | - |
| HSV(B) | 301.18º | 0.68% | 0.88% | - |
| XYZ | 46.04 | 25.57 | 70.92 | - |
| YUV | 133.85 | 177.19 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 71 | 221 | 0 | 0.68 | 0.01 | 0.12 | 301.18 | 0.71 | 0.58 |
| Hex | E0 | 47 | DD | 0 | 44 | 1 | C | 12D | 47 | 3A |
| Octal | 340 | 107 | 335 | 0 | 104 | 1 | 14 | 455 | 107 | 72 |
| Binary | 11100000 | 1000111 | 11011101 | 0 | 1000100 | 1 | 1100 | 100101101 | 1000111 | 111010 |
Color Harmonies of #E047DD
Complementary color
Monochromatic Colors of #E047DD
Black with #E047DD
Text Example
Text Example
White with #E047DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E047DD; }
p { color: rgb(224,71,221); }
H1.HeaderClassName
{
color: #E047DD;
}
.AnyTagClassName
{
color: #E047DD;
}
</style>
background-color css
<style>
a { background-color: #E047DD; }
a { background-color: rgb(224,71,221); }
div.DivClassName
{
background-color: #E047DD;
}
.BgClassName
{
background-color: #E047DD;
}
</style>
border-color css
<style>
span { border-color: #E047DD; }
span { border-color: rgb(224,71,221); }
td.TdClassName
{
border-color: #E047DD;
}
.TagClassName
{
border-color: #E047DD;
}
</style>