Html Css Color HEX #E04EEF Free Speech Magenta
📋 copy color: '#E04EEF'red 224 ◦ green 78 ◦ blue 239
Shades of Free Speech Magenta #E04EEF
Tints of Free Speech Magenta #E04EEF
RGB
CMYK
RGB Variations
Color information
#E04EEF (or 0xE04EEF) is known color: Free Speech Magenta. HEX triplet: E0, 4E and EF. RGB value is (224,78,239). Sum of RGB (Red+Green+Blue) = 224+78+239=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 78 (30.86% from 255 or 14.42% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #E04EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E04EEF is #1FB110. Grayscale: #8B8B8B. Windows color (decimal): -2076945 or 15683296. OLE color: 15683296.
HSL color Cylindrical-coordinate representation of color #E04EEF: hue angle of 294.41º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04EEF is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 78 | 239 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.06 |
| HSL | 294.41º | 0.83% | 0.62% | - |
| HSV(B) | 294.41º | 0.67% | 0.94% | - |
| XYZ | 49.04 | 27.53 | 84.39 | - |
| YUV | 140.01 | 183.87 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 78 | 239 | 0.06 | 0.67 | 0 | 0.06 | 294.41 | 0.83 | 0.62 |
| Hex | E0 | 4E | EF | 6 | 43 | 0 | 6 | 126 | 53 | 3E |
| Octal | 340 | 116 | 357 | 6 | 103 | 0 | 6 | 446 | 123 | 76 |
| Binary | 11100000 | 1001110 | 11101111 | 110 | 1000011 | 0 | 110 | 100100110 | 1010011 | 111110 |
Color Harmonies of #E04EEF
Complementary color
Monochromatic Colors of #E04EEF
Black with #E04EEF
Text Example
Text Example
White with #E04EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04EEF; }
p { color: rgb(224,78,239); }
H1.HeaderClassName
{
color: #E04EEF;
}
.AnyTagClassName
{
color: #E04EEF;
}
</style>
background-color css
<style>
a { background-color: #E04EEF; }
a { background-color: rgb(224,78,239); }
div.DivClassName
{
background-color: #E04EEF;
}
.BgClassName
{
background-color: #E04EEF;
}
</style>
border-color css
<style>
span { border-color: #E04EEF; }
span { border-color: rgb(224,78,239); }
td.TdClassName
{
border-color: #E04EEF;
}
.TagClassName
{
border-color: #E04EEF;
}
</style>