Html Css Color HEX #E04EEA Free Speech Magenta
📋 copy color: '#E04EEA'red 224 ◦ green 78 ◦ blue 234
Shades of Free Speech Magenta #E04EEA
Tints of Free Speech Magenta #E04EEA
RGB
CMYK
RGB Variations
Color information
#E04EEA (or 0xE04EEA) is known color: Free Speech Magenta. HEX triplet: E0, 4E and EA. RGB value is (224,78,234). Sum of RGB (Red+Green+Blue) = 224+78+234=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 78 (30.86% from 255 or 14.55% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #E04EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E04EEA is #1FB115. Grayscale: #8A8A8A. Windows color (decimal): -2076950 or 15355616. OLE color: 15355616.
HSL color Cylindrical-coordinate representation of color #E04EEA: hue angle of 296.15º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04EEA is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 78 | 234 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.08 |
| HSL | 296.15º | 0.79% | 0.61% | - |
| HSV(B) | 296.15º | 0.67% | 0.92% | - |
| XYZ | 48.32 | 27.24 | 80.55 | - |
| YUV | 139.44 | 181.37 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 78 | 234 | 0.04 | 0.67 | 0 | 0.08 | 296.15 | 0.79 | 0.61 |
| Hex | E0 | 4E | EA | 4 | 43 | 0 | 8 | 128 | 4F | 3D |
| Octal | 340 | 116 | 352 | 4 | 103 | 0 | 10 | 450 | 117 | 75 |
| Binary | 11100000 | 1001110 | 11101010 | 100 | 1000011 | 0 | 1000 | 100101000 | 1001111 | 111101 |
Color Harmonies of #E04EEA
Complementary color
Monochromatic Colors of #E04EEA
Black with #E04EEA
Text Example
Text Example
White with #E04EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04EEA; }
p { color: rgb(224,78,234); }
H1.HeaderClassName
{
color: #E04EEA;
}
.AnyTagClassName
{
color: #E04EEA;
}
</style>
background-color css
<style>
a { background-color: #E04EEA; }
a { background-color: rgb(224,78,234); }
div.DivClassName
{
background-color: #E04EEA;
}
.BgClassName
{
background-color: #E04EEA;
}
</style>
border-color css
<style>
span { border-color: #E04EEA; }
span { border-color: rgb(224,78,234); }
td.TdClassName
{
border-color: #E04EEA;
}
.TagClassName
{
border-color: #E04EEA;
}
</style>