Html Css Color HEX #E04EE4 Free Speech Magenta
📋 copy color: '#E04EE4'red 224 ◦ green 78 ◦ blue 228
Shades of Free Speech Magenta #E04EE4
Tints of Free Speech Magenta #E04EE4
RGB
CMYK
RGB Variations
Color information
#E04EE4 (or 0xE04EE4) is known color: Free Speech Magenta. HEX triplet: E0, 4E and E4. RGB value is (224,78,228). Sum of RGB (Red+Green+Blue) = 224+78+228=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 78 (30.86% from 255 or 14.72% from 530); Blue value is 228 (89.45% from 255 or 43.02% from 530); Max value from RGB is 228 - color contains mainly: blue. Hex color #E04EE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04EE4 is #1FB11B. Grayscale: #8A8A8A. Windows color (decimal): -2076956 or 14962400. OLE color: 14962400.
HSL color Cylindrical-coordinate representation of color #E04EE4: hue angle of 298.4º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E04EE4 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 78 | 228 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.11 |
| HSL | 298.4º | 0.74% | 0.6% | - |
| HSV(B) | 298.4º | 0.66% | 0.89% | - |
| XYZ | 47.47 | 26.9 | 76.09 | - |
| YUV | 138.75 | 178.37 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 78 | 228 | 0.02 | 0.66 | 0 | 0.11 | 298.4 | 0.74 | 0.6 |
| Hex | E0 | 4E | E4 | 2 | 42 | 0 | B | 12A | 4A | 3C |
| Octal | 340 | 116 | 344 | 2 | 102 | 0 | 13 | 452 | 112 | 74 |
| Binary | 11100000 | 1001110 | 11100100 | 10 | 1000010 | 0 | 1011 | 100101010 | 1001010 | 111100 |
Color Harmonies of #E04EE4
Complementary color
Monochromatic Colors of #E04EE4
Black with #E04EE4
Text Example
Text Example
White with #E04EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04EE4; }
p { color: rgb(224,78,228); }
H1.HeaderClassName
{
color: #E04EE4;
}
.AnyTagClassName
{
color: #E04EE4;
}
</style>
background-color css
<style>
a { background-color: #E04EE4; }
a { background-color: rgb(224,78,228); }
div.DivClassName
{
background-color: #E04EE4;
}
.BgClassName
{
background-color: #E04EE4;
}
</style>
border-color css
<style>
span { border-color: #E04EE4; }
span { border-color: rgb(224,78,228); }
td.TdClassName
{
border-color: #E04EE4;
}
.TagClassName
{
border-color: #E04EE4;
}
</style>