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