Html Css Color HEX #E04FCE Free Speech Magenta
📋 copy color: '#E04FCE'red 224 ◦ green 79 ◦ blue 206
Shades of Free Speech Magenta #E04FCE
Tints of Free Speech Magenta #E04FCE
RGB
CMYK
RGB Variations
Color information
#E04FCE (or 0xE04FCE) is known color: Free Speech Magenta. HEX triplet: E0, 4F and CE. RGB value is (224,79,206). Sum of RGB (Red+Green+Blue) = 224+79+206=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 79 (31.25% from 255 or 15.52% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E04FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04FCE is #1FB031. Grayscale: #888888. Windows color (decimal): -2076722 or 13520864. OLE color: 13520864.
HSL color Cylindrical-coordinate representation of color #E04FCE: hue angle of 307.45º 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 #E04FCE is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 79 | 206 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.12 |
| HSL | 307.45º | 0.7% | 0.59% | - |
| HSV(B) | 307.45º | 0.65% | 0.88% | - |
| XYZ | 44.68 | 25.9 | 61.04 | - |
| YUV | 136.83 | 167.04 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 79 | 206 | 0 | 0.65 | 0.08 | 0.12 | 307.45 | 0.7 | 0.59 |
| Hex | E0 | 4F | CE | 0 | 41 | 8 | C | 133 | 46 | 3B |
| Octal | 340 | 117 | 316 | 0 | 101 | 10 | 14 | 463 | 106 | 73 |
| Binary | 11100000 | 1001111 | 11001110 | 0 | 1000001 | 1000 | 1100 | 100110011 | 1000110 | 111011 |
Color Harmonies of #E04FCE
Complementary color
Monochromatic Colors of #E04FCE
Black with #E04FCE
Text Example
Text Example
White with #E04FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04FCE; }
p { color: rgb(224,79,206); }
H1.HeaderClassName
{
color: #E04FCE;
}
.AnyTagClassName
{
color: #E04FCE;
}
</style>
background-color css
<style>
a { background-color: #E04FCE; }
a { background-color: rgb(224,79,206); }
div.DivClassName
{
background-color: #E04FCE;
}
.BgClassName
{
background-color: #E04FCE;
}
</style>
border-color css
<style>
span { border-color: #E04FCE; }
span { border-color: rgb(224,79,206); }
td.TdClassName
{
border-color: #E04FCE;
}
.TagClassName
{
border-color: #E04FCE;
}
</style>