Html Css Color HEX #E04EDC Free Speech Magenta
📋 copy color: '#E04EDC'red 224 ◦ green 78 ◦ blue 220
Shades of Free Speech Magenta #E04EDC
Tints of Free Speech Magenta #E04EDC
RGB
CMYK
RGB Variations
Color information
#E04EDC (or 0xE04EDC) is known color: Free Speech Magenta. HEX triplet: E0, 4E and DC. RGB value is (224,78,220). Sum of RGB (Red+Green+Blue) = 224+78+220=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 78 (30.86% from 255 or 14.94% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E04EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04EDC is #1FB123. Grayscale: #898989. Windows color (decimal): -2076964 or 14438112. OLE color: 14438112.
HSL color Cylindrical-coordinate representation of color #E04EDC: hue angle of 301.64º 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 #E04EDC is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 78 | 220 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.12 |
| HSL | 301.64º | 0.7% | 0.59% | - |
| HSV(B) | 301.64º | 0.65% | 0.88% | - |
| XYZ | 46.38 | 26.46 | 70.37 | - |
| YUV | 137.84 | 174.37 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 78 | 220 | 0 | 0.65 | 0.02 | 0.12 | 301.64 | 0.7 | 0.59 |
| Hex | E0 | 4E | DC | 0 | 41 | 2 | C | 12E | 46 | 3B |
| Octal | 340 | 116 | 334 | 0 | 101 | 2 | 14 | 456 | 106 | 73 |
| Binary | 11100000 | 1001110 | 11011100 | 0 | 1000001 | 10 | 1100 | 100101110 | 1000110 | 111011 |
Color Harmonies of #E04EDC
Complementary color
Monochromatic Colors of #E04EDC
Black with #E04EDC
Text Example
Text Example
White with #E04EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04EDC; }
p { color: rgb(224,78,220); }
H1.HeaderClassName
{
color: #E04EDC;
}
.AnyTagClassName
{
color: #E04EDC;
}
</style>
background-color css
<style>
a { background-color: #E04EDC; }
a { background-color: rgb(224,78,220); }
div.DivClassName
{
background-color: #E04EDC;
}
.BgClassName
{
background-color: #E04EDC;
}
</style>
border-color css
<style>
span { border-color: #E04EDC; }
span { border-color: rgb(224,78,220); }
td.TdClassName
{
border-color: #E04EDC;
}
.TagClassName
{
border-color: #E04EDC;
}
</style>