Html Css Color HEX #E04EDE Free Speech Magenta
📋 copy color: '#E04EDE'red 224 ◦ green 78 ◦ blue 222
Shades of Free Speech Magenta #E04EDE
Tints of Free Speech Magenta #E04EDE
RGB
CMYK
RGB Variations
Color information
#E04EDE (or 0xE04EDE) is known color: Free Speech Magenta. HEX triplet: E0, 4E and DE. RGB value is (224,78,222). Sum of RGB (Red+Green+Blue) = 224+78+222=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 78 (30.86% from 255 or 14.89% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E04EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04EDE is #1FB121. Grayscale: #898989. Windows color (decimal): -2076962 or 14569184. OLE color: 14569184.
HSL color Cylindrical-coordinate representation of color #E04EDE: hue angle of 300.82º 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 #E04EDE is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 78 | 222 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.12 |
| HSL | 300.82º | 0.7% | 0.59% | - |
| HSV(B) | 300.82º | 0.65% | 0.88% | - |
| XYZ | 46.65 | 26.57 | 71.78 | - |
| YUV | 138.07 | 175.37 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 78 | 222 | 0 | 0.65 | 0.01 | 0.12 | 300.82 | 0.7 | 0.59 |
| Hex | E0 | 4E | DE | 0 | 41 | 1 | C | 12D | 46 | 3B |
| Octal | 340 | 116 | 336 | 0 | 101 | 1 | 14 | 455 | 106 | 73 |
| Binary | 11100000 | 1001110 | 11011110 | 0 | 1000001 | 1 | 1100 | 100101101 | 1000110 | 111011 |
Color Harmonies of #E04EDE
Complementary color
Monochromatic Colors of #E04EDE
Black with #E04EDE
Text Example
Text Example
White with #E04EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04EDE; }
p { color: rgb(224,78,222); }
H1.HeaderClassName
{
color: #E04EDE;
}
.AnyTagClassName
{
color: #E04EDE;
}
</style>
background-color css
<style>
a { background-color: #E04EDE; }
a { background-color: rgb(224,78,222); }
div.DivClassName
{
background-color: #E04EDE;
}
.BgClassName
{
background-color: #E04EDE;
}
</style>
border-color css
<style>
span { border-color: #E04EDE; }
span { border-color: rgb(224,78,222); }
td.TdClassName
{
border-color: #E04EDE;
}
.TagClassName
{
border-color: #E04EDE;
}
</style>