Html Css Color HEX #E047CF Free Speech Magenta
📋 copy color: '#E047CF'red 224 ◦ green 71 ◦ blue 207
Shades of Free Speech Magenta #E047CF
Tints of Free Speech Magenta #E047CF
RGB
CMYK
RGB Variations
Color information
#E047CF (or 0xE047CF) is known color: Free Speech Magenta. HEX triplet: E0, 47 and CF. RGB value is (224,71,207). Sum of RGB (Red+Green+Blue) = 224+71+207=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 71 (28.12% from 255 or 14.14% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E047CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E047CF is #1FB830. Grayscale: #838383. Windows color (decimal): -2078769 or 13584352. OLE color: 13584352.
HSL color Cylindrical-coordinate representation of color #E047CF: hue angle of 306.67º 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 #E047CF is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 71 | 207 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.12 |
| HSL | 306.67º | 0.71% | 0.58% | - |
| HSV(B) | 306.67º | 0.68% | 0.88% | - |
| XYZ | 44.26 | 24.86 | 61.5 | - |
| YUV | 132.25 | 170.19 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 71 | 207 | 0 | 0.68 | 0.08 | 0.12 | 306.67 | 0.71 | 0.58 |
| Hex | E0 | 47 | CF | 0 | 44 | 8 | C | 133 | 47 | 3A |
| Octal | 340 | 107 | 317 | 0 | 104 | 10 | 14 | 463 | 107 | 72 |
| Binary | 11100000 | 1000111 | 11001111 | 0 | 1000100 | 1000 | 1100 | 100110011 | 1000111 | 111010 |
Color Harmonies of #E047CF
Complementary color
Monochromatic Colors of #E047CF
Black with #E047CF
Text Example
Text Example
White with #E047CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E047CF; }
p { color: rgb(224,71,207); }
H1.HeaderClassName
{
color: #E047CF;
}
.AnyTagClassName
{
color: #E047CF;
}
</style>
background-color css
<style>
a { background-color: #E047CF; }
a { background-color: rgb(224,71,207); }
div.DivClassName
{
background-color: #E047CF;
}
.BgClassName
{
background-color: #E047CF;
}
</style>
border-color css
<style>
span { border-color: #E047CF; }
span { border-color: rgb(224,71,207); }
td.TdClassName
{
border-color: #E047CF;
}
.TagClassName
{
border-color: #E047CF;
}
</style>