Html Css Color HEX #E047CE Free Speech Magenta
📋 copy color: '#E047CE'red 224 ◦ green 71 ◦ blue 206
Shades of Free Speech Magenta #E047CE
Tints of Free Speech Magenta #E047CE
RGB
CMYK
RGB Variations
Color information
#E047CE (or 0xE047CE) is known color: Free Speech Magenta. HEX triplet: E0, 47 and CE. RGB value is (224,71,206). Sum of RGB (Red+Green+Blue) = 224+71+206=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 71 (28.12% from 255 or 14.17% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E047CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E047CE is #1FB831. Grayscale: #838383. Windows color (decimal): -2078770 or 13518816. OLE color: 13518816.
HSL color Cylindrical-coordinate representation of color #E047CE: hue angle of 307.06º 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 #E047CE is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 71 | 206 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.12 |
| HSL | 307.06º | 0.71% | 0.58% | - |
| HSV(B) | 307.06º | 0.68% | 0.88% | - |
| XYZ | 44.13 | 24.81 | 60.86 | - |
| YUV | 132.14 | 169.69 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 71 | 206 | 0 | 0.68 | 0.08 | 0.12 | 307.06 | 0.71 | 0.58 |
| Hex | E0 | 47 | CE | 0 | 44 | 8 | C | 133 | 47 | 3A |
| Octal | 340 | 107 | 316 | 0 | 104 | 10 | 14 | 463 | 107 | 72 |
| Binary | 11100000 | 1000111 | 11001110 | 0 | 1000100 | 1000 | 1100 | 100110011 | 1000111 | 111010 |
Color Harmonies of #E047CE
Complementary color
Monochromatic Colors of #E047CE
Black with #E047CE
Text Example
Text Example
White with #E047CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E047CE; }
p { color: rgb(224,71,206); }
H1.HeaderClassName
{
color: #E047CE;
}
.AnyTagClassName
{
color: #E047CE;
}
</style>
background-color css
<style>
a { background-color: #E047CE; }
a { background-color: rgb(224,71,206); }
div.DivClassName
{
background-color: #E047CE;
}
.BgClassName
{
background-color: #E047CE;
}
</style>
border-color css
<style>
span { border-color: #E047CE; }
span { border-color: rgb(224,71,206); }
td.TdClassName
{
border-color: #E047CE;
}
.TagClassName
{
border-color: #E047CE;
}
</style>