Html Css Color HEX #E04FC2 Free Speech Magenta
📋 copy color: '#E04FC2'red 224 ◦ green 79 ◦ blue 194
Shades of Free Speech Magenta #E04FC2
Tints of Free Speech Magenta #E04FC2
RGB
CMYK
RGB Variations
Color information
#E04FC2 (or 0xE04FC2) is known color: Free Speech Magenta. HEX triplet: E0, 4F and C2. RGB value is (224,79,194). Sum of RGB (Red+Green+Blue) = 224+79+194=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 79 (31.25% from 255 or 15.90% from 497); Blue value is 194 (76.17% from 255 or 39.03% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E04FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04FC2 is #1FB03D. Grayscale: #878787. Windows color (decimal): -2076734 or 12734432. OLE color: 12734432.
HSL color Cylindrical-coordinate representation of color #E04FC2: hue angle of 312.41º 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 #E04FC2 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 79 | 194 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.12 |
| HSL | 312.41º | 0.7% | 0.59% | - |
| HSV(B) | 312.41º | 0.65% | 0.88% | - |
| XYZ | 43.27 | 25.33 | 53.65 | - |
| YUV | 135.47 | 161.04 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 79 | 194 | 0 | 0.65 | 0.13 | 0.12 | 312.41 | 0.7 | 0.59 |
| Hex | E0 | 4F | C2 | 0 | 41 | D | C | 138 | 46 | 3B |
| Octal | 340 | 117 | 302 | 0 | 101 | 15 | 14 | 470 | 106 | 73 |
| Binary | 11100000 | 1001111 | 11000010 | 0 | 1000001 | 1101 | 1100 | 100111000 | 1000110 | 111011 |
Color Harmonies of #E04FC2
Complementary color
Monochromatic Colors of #E04FC2
Black with #E04FC2
Text Example
Text Example
White with #E04FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04FC2; }
p { color: rgb(224,79,194); }
H1.HeaderClassName
{
color: #E04FC2;
}
.AnyTagClassName
{
color: #E04FC2;
}
</style>
background-color css
<style>
a { background-color: #E04FC2; }
a { background-color: rgb(224,79,194); }
div.DivClassName
{
background-color: #E04FC2;
}
.BgClassName
{
background-color: #E04FC2;
}
</style>
border-color css
<style>
span { border-color: #E04FC2; }
span { border-color: rgb(224,79,194); }
td.TdClassName
{
border-color: #E04FC2;
}
.TagClassName
{
border-color: #E04FC2;
}
</style>