Html Css Color HEX #E047CA Free Speech Magenta
📋 copy color: '#E047CA'red 224 ◦ green 71 ◦ blue 202
Shades of Free Speech Magenta #E047CA
Tints of Free Speech Magenta #E047CA
RGB
CMYK
RGB Variations
Color information
#E047CA (or 0xE047CA) is known color: Free Speech Magenta. HEX triplet: E0, 47 and CA. RGB value is (224,71,202). Sum of RGB (Red+Green+Blue) = 224+71+202=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 71 (28.12% from 255 or 14.29% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E047CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E047CA is #1FB835. Grayscale: #838383. Windows color (decimal): -2078774 or 13256672. OLE color: 13256672.
HSL color Cylindrical-coordinate representation of color #E047CA: hue angle of 308.63º 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 #E047CA is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 71 | 202 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.12 |
| HSL | 308.63º | 0.71% | 0.58% | - |
| HSV(B) | 308.63º | 0.68% | 0.88% | - |
| XYZ | 43.65 | 24.62 | 58.33 | - |
| YUV | 131.68 | 167.69 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 71 | 202 | 0 | 0.68 | 0.10 | 0.12 | 308.63 | 0.71 | 0.58 |
| Hex | E0 | 47 | CA | 0 | 44 | A | C | 135 | 47 | 3A |
| Octal | 340 | 107 | 312 | 0 | 104 | 12 | 14 | 465 | 107 | 72 |
| Binary | 11100000 | 1000111 | 11001010 | 0 | 1000100 | 1010 | 1100 | 100110101 | 1000111 | 111010 |
Color Harmonies of #E047CA
Complementary color
Monochromatic Colors of #E047CA
Black with #E047CA
Text Example
Text Example
White with #E047CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E047CA; }
p { color: rgb(224,71,202); }
H1.HeaderClassName
{
color: #E047CA;
}
.AnyTagClassName
{
color: #E047CA;
}
</style>
background-color css
<style>
a { background-color: #E047CA; }
a { background-color: rgb(224,71,202); }
div.DivClassName
{
background-color: #E047CA;
}
.BgClassName
{
background-color: #E047CA;
}
</style>
border-color css
<style>
span { border-color: #E047CA; }
span { border-color: rgb(224,71,202); }
td.TdClassName
{
border-color: #E047CA;
}
.TagClassName
{
border-color: #E047CA;
}
</style>