Html Css Color HEX #E04FDC Free Speech Magenta
📋 copy color: '#E04FDC'red 224 ◦ green 79 ◦ blue 220
Shades of Free Speech Magenta #E04FDC
Tints of Free Speech Magenta #E04FDC
RGB
CMYK
RGB Variations
Color information
#E04FDC (or 0xE04FDC) is known color: Free Speech Magenta. HEX triplet: E0, 4F and DC. RGB value is (224,79,220). Sum of RGB (Red+Green+Blue) = 224+79+220=523 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.83% from 523); Green value is 79 (31.25% from 255 or 15.11% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 224 - color contains mainly: red. Hex color #E04FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04FDC is #1FB023. Grayscale: #8A8A8A. Windows color (decimal): -2076708 or 14438368. OLE color: 14438368.
HSL color Cylindrical-coordinate representation of color #E04FDC: hue angle of 301.66º 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 #E04FDC is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 79 | 220 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.12 |
| HSL | 301.66º | 0.7% | 0.59% | - |
| HSV(B) | 301.66º | 0.65% | 0.88% | - |
| XYZ | 46.45 | 26.61 | 70.4 | - |
| YUV | 138.43 | 174.04 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 79 | 220 | 0 | 0.65 | 0.02 | 0.12 | 301.66 | 0.7 | 0.59 |
| Hex | E0 | 4F | DC | 0 | 41 | 2 | C | 12E | 46 | 3B |
| Octal | 340 | 117 | 334 | 0 | 101 | 2 | 14 | 456 | 106 | 73 |
| Binary | 11100000 | 1001111 | 11011100 | 0 | 1000001 | 10 | 1100 | 100101110 | 1000110 | 111011 |
Color Harmonies of #E04FDC
Complementary color
Monochromatic Colors of #E04FDC
Black with #E04FDC
Text Example
Text Example
White with #E04FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04FDC; }
p { color: rgb(224,79,220); }
H1.HeaderClassName
{
color: #E04FDC;
}
.AnyTagClassName
{
color: #E04FDC;
}
</style>
background-color css
<style>
a { background-color: #E04FDC; }
a { background-color: rgb(224,79,220); }
div.DivClassName
{
background-color: #E04FDC;
}
.BgClassName
{
background-color: #E04FDC;
}
</style>
border-color css
<style>
span { border-color: #E04FDC; }
span { border-color: rgb(224,79,220); }
td.TdClassName
{
border-color: #E04FDC;
}
.TagClassName
{
border-color: #E04FDC;
}
</style>