Html Css Color HEX #E04EDF Free Speech Magenta
📋 copy color: '#E04EDF'red 224 ◦ green 78 ◦ blue 223
Shades of Free Speech Magenta #E04EDF
Tints of Free Speech Magenta #E04EDF
RGB
CMYK
RGB Variations
Color information
#E04EDF (or 0xE04EDF) is known color: Free Speech Magenta. HEX triplet: E0, 4E and DF. RGB value is (224,78,223). Sum of RGB (Red+Green+Blue) = 224+78+223=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 78 (30.86% from 255 or 14.86% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 224 - color contains mainly: red. Hex color #E04EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04EDF is #1FB120. Grayscale: #898989. Windows color (decimal): -2076961 or 14634720. OLE color: 14634720.
HSL color Cylindrical-coordinate representation of color #E04EDF: hue angle of 300.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 #E04EDF is Cyan = 0, Magento = 0.65, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 78 | 223 | - |
| CMYK | 0 | 0.65 | 0.00 | 0.12 |
| HSL | 300.41º | 0.7% | 0.59% | - |
| HSV(B) | 300.41º | 0.65% | 0.88% | - |
| XYZ | 46.78 | 26.62 | 72.49 | - |
| YUV | 138.18 | 175.87 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 78 | 223 | 0 | 0.65 | 0.00 | 0.12 | 300.41 | 0.7 | 0.59 |
| Hex | E0 | 4E | DF | 0 | 41 | 0 | C | 12C | 46 | 3B |
| Octal | 340 | 116 | 337 | 0 | 101 | 0 | 14 | 454 | 106 | 73 |
| Binary | 11100000 | 1001110 | 11011111 | 0 | 1000001 | 0 | 1100 | 100101100 | 1000110 | 111011 |
Color Harmonies of #E04EDF
Complementary color
Monochromatic Colors of #E04EDF
Black with #E04EDF
Text Example
Text Example
White with #E04EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04EDF; }
p { color: rgb(224,78,223); }
H1.HeaderClassName
{
color: #E04EDF;
}
.AnyTagClassName
{
color: #E04EDF;
}
</style>
background-color css
<style>
a { background-color: #E04EDF; }
a { background-color: rgb(224,78,223); }
div.DivClassName
{
background-color: #E04EDF;
}
.BgClassName
{
background-color: #E04EDF;
}
</style>
border-color css
<style>
span { border-color: #E04EDF; }
span { border-color: rgb(224,78,223); }
td.TdClassName
{
border-color: #E04EDF;
}
.TagClassName
{
border-color: #E04EDF;
}
</style>