Html Css Color HEX #E04FBC Free Speech Magenta
📋 copy color: '#E04FBC'red 224 ◦ green 79 ◦ blue 188
Shades of Free Speech Magenta #E04FBC
Tints of Free Speech Magenta #E04FBC
RGB
CMYK
RGB Variations
Color information
#E04FBC (or 0xE04FBC) is known color: Free Speech Magenta. HEX triplet: E0, 4F and BC. RGB value is (224,79,188). Sum of RGB (Red+Green+Blue) = 224+79+188=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 79 (31.25% from 255 or 16.09% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E04FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04FBC is #1FB043. Grayscale: #868686. Windows color (decimal): -2076740 or 12341216. OLE color: 12341216.
HSL color Cylindrical-coordinate representation of color #E04FBC: hue angle of 314.9º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E04FBC is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 79 | 188 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.12 |
| HSL | 314.9º | 0.7% | 0.59% | - |
| HSV(B) | 314.9º | 0.65% | 0.88% | - |
| XYZ | 42.61 | 25.07 | 50.17 | - |
| YUV | 134.78 | 158.04 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 79 | 188 | 0 | 0.65 | 0.16 | 0.12 | 314.9 | 0.7 | 0.59 |
| Hex | E0 | 4F | BC | 0 | 41 | 10 | C | 13B | 46 | 3B |
| Octal | 340 | 117 | 274 | 0 | 101 | 20 | 14 | 473 | 106 | 73 |
| Binary | 11100000 | 1001111 | 10111100 | 0 | 1000001 | 10000 | 1100 | 100111011 | 1000110 | 111011 |
Color Harmonies of #E04FBC
Complementary color
Monochromatic Colors of #E04FBC
Black with #E04FBC
Text Example
Text Example
White with #E04FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04FBC; }
p { color: rgb(224,79,188); }
H1.HeaderClassName
{
color: #E04FBC;
}
.AnyTagClassName
{
color: #E04FBC;
}
</style>
background-color css
<style>
a { background-color: #E04FBC; }
a { background-color: rgb(224,79,188); }
div.DivClassName
{
background-color: #E04FBC;
}
.BgClassName
{
background-color: #E04FBC;
}
</style>
border-color css
<style>
span { border-color: #E04FBC; }
span { border-color: rgb(224,79,188); }
td.TdClassName
{
border-color: #E04FBC;
}
.TagClassName
{
border-color: #E04FBC;
}
</style>