Html Css Color HEX #E04ED6 Free Speech Magenta
📋 copy color: '#E04ED6'red 224 ◦ green 78 ◦ blue 214
Shades of Free Speech Magenta #E04ED6
Tints of Free Speech Magenta #E04ED6
RGB
CMYK
RGB Variations
Color information
#E04ED6 (or 0xE04ED6) is known color: Free Speech Magenta. HEX triplet: E0, 4E and D6. RGB value is (224,78,214). Sum of RGB (Red+Green+Blue) = 224+78+214=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 78 (30.86% from 255 or 15.12% from 516); Blue value is 214 (83.98% from 255 or 41.47% from 516); Max value from RGB is 224 - color contains mainly: red. Hex color #E04ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04ED6 is #1FB129. Grayscale: #888888. Windows color (decimal): -2076970 or 14044896. OLE color: 14044896.
HSL color Cylindrical-coordinate representation of color #E04ED6: hue angle of 304.11º 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 #E04ED6 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 78 | 214 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.12 |
| HSL | 304.11º | 0.7% | 0.59% | - |
| HSV(B) | 304.11º | 0.65% | 0.88% | - |
| XYZ | 45.6 | 26.15 | 66.26 | - |
| YUV | 137.16 | 171.37 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 78 | 214 | 0 | 0.65 | 0.04 | 0.12 | 304.11 | 0.7 | 0.59 |
| Hex | E0 | 4E | D6 | 0 | 41 | 4 | C | 130 | 46 | 3B |
| Octal | 340 | 116 | 326 | 0 | 101 | 4 | 14 | 460 | 106 | 73 |
| Binary | 11100000 | 1001110 | 11010110 | 0 | 1000001 | 100 | 1100 | 100110000 | 1000110 | 111011 |
Color Harmonies of #E04ED6
Complementary color
Monochromatic Colors of #E04ED6
Black with #E04ED6
Text Example
Text Example
White with #E04ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04ED6; }
p { color: rgb(224,78,214); }
H1.HeaderClassName
{
color: #E04ED6;
}
.AnyTagClassName
{
color: #E04ED6;
}
</style>
background-color css
<style>
a { background-color: #E04ED6; }
a { background-color: rgb(224,78,214); }
div.DivClassName
{
background-color: #E04ED6;
}
.BgClassName
{
background-color: #E04ED6;
}
</style>
border-color css
<style>
span { border-color: #E04ED6; }
span { border-color: rgb(224,78,214); }
td.TdClassName
{
border-color: #E04ED6;
}
.TagClassName
{
border-color: #E04ED6;
}
</style>