Html Css Color HEX #E047C8 Free Speech Magenta
📋 copy color: '#E047C8'red 224 ◦ green 71 ◦ blue 200
Shades of Free Speech Magenta #E047C8
Tints of Free Speech Magenta #E047C8
RGB
CMYK
RGB Variations
Color information
#E047C8 (or 0xE047C8) is known color: Free Speech Magenta. HEX triplet: E0, 47 and C8. RGB value is (224,71,200). Sum of RGB (Red+Green+Blue) = 224+71+200=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 71 (28.12% from 255 or 14.34% from 495); Blue value is 200 (78.52% from 255 or 40.40% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E047C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E047C8 is #1FB837. Grayscale: #838383. Windows color (decimal): -2078776 or 13125600. OLE color: 13125600.
HSL color Cylindrical-coordinate representation of color #E047C8: hue angle of 309.41º 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 #E047C8 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 71 | 200 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.12 |
| HSL | 309.41º | 0.71% | 0.58% | - |
| HSV(B) | 309.41º | 0.68% | 0.88% | - |
| XYZ | 43.42 | 24.52 | 57.09 | - |
| YUV | 131.45 | 166.69 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 71 | 200 | 0 | 0.68 | 0.11 | 0.12 | 309.41 | 0.71 | 0.58 |
| Hex | E0 | 47 | C8 | 0 | 44 | B | C | 135 | 47 | 3A |
| Octal | 340 | 107 | 310 | 0 | 104 | 13 | 14 | 465 | 107 | 72 |
| Binary | 11100000 | 1000111 | 11001000 | 0 | 1000100 | 1011 | 1100 | 100110101 | 1000111 | 111010 |
Color Harmonies of #E047C8
Complementary color
Monochromatic Colors of #E047C8
Black with #E047C8
Text Example
Text Example
White with #E047C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E047C8; }
p { color: rgb(224,71,200); }
H1.HeaderClassName
{
color: #E047C8;
}
.AnyTagClassName
{
color: #E047C8;
}
</style>
background-color css
<style>
a { background-color: #E047C8; }
a { background-color: rgb(224,71,200); }
div.DivClassName
{
background-color: #E047C8;
}
.BgClassName
{
background-color: #E047C8;
}
</style>
border-color css
<style>
span { border-color: #E047C8; }
span { border-color: rgb(224,71,200); }
td.TdClassName
{
border-color: #E047C8;
}
.TagClassName
{
border-color: #E047C8;
}
</style>