Html Css Color HEX #E04ED1 Free Speech Magenta
📋 copy color: '#E04ED1'red 224 ◦ green 78 ◦ blue 209
Shades of Free Speech Magenta #E04ED1
Tints of Free Speech Magenta #E04ED1
RGB
CMYK
RGB Variations
Color information
#E04ED1 (or 0xE04ED1) is known color: Free Speech Magenta. HEX triplet: E0, 4E and D1. RGB value is (224,78,209). Sum of RGB (Red+Green+Blue) = 224+78+209=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 78 (30.86% from 255 or 15.26% from 511); Blue value is 209 (82.03% from 255 or 40.90% from 511); Max value from RGB is 224 - color contains mainly: red. Hex color #E04ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04ED1 is #1FB12E. Grayscale: #888888. Windows color (decimal): -2076975 or 13717216. OLE color: 13717216.
HSL color Cylindrical-coordinate representation of color #E04ED1: hue angle of 306.16º 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 #E04ED1 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 78 | 209 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.12 |
| HSL | 306.16º | 0.7% | 0.59% | - |
| HSV(B) | 306.16º | 0.65% | 0.88% | - |
| XYZ | 44.97 | 25.9 | 62.95 | - |
| YUV | 136.59 | 168.87 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 78 | 209 | 0 | 0.65 | 0.07 | 0.12 | 306.16 | 0.7 | 0.59 |
| Hex | E0 | 4E | D1 | 0 | 41 | 7 | C | 132 | 46 | 3B |
| Octal | 340 | 116 | 321 | 0 | 101 | 7 | 14 | 462 | 106 | 73 |
| Binary | 11100000 | 1001110 | 11010001 | 0 | 1000001 | 111 | 1100 | 100110010 | 1000110 | 111011 |
Color Harmonies of #E04ED1
Complementary color
Monochromatic Colors of #E04ED1
Black with #E04ED1
Text Example
Text Example
White with #E04ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04ED1; }
p { color: rgb(224,78,209); }
H1.HeaderClassName
{
color: #E04ED1;
}
.AnyTagClassName
{
color: #E04ED1;
}
</style>
background-color css
<style>
a { background-color: #E04ED1; }
a { background-color: rgb(224,78,209); }
div.DivClassName
{
background-color: #E04ED1;
}
.BgClassName
{
background-color: #E04ED1;
}
</style>
border-color css
<style>
span { border-color: #E04ED1; }
span { border-color: rgb(224,78,209); }
td.TdClassName
{
border-color: #E04ED1;
}
.TagClassName
{
border-color: #E04ED1;
}
</style>